mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
* [bitnami/kube-arangodb] Release 0.1.19 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CRDs automatically Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
36 lines
1017 B
YAML
36 lines
1017 B
YAML
# Source: https://raw.githubusercontent.com/arangodb/kube-arangodb/refs/tags/{version}/chart/kube-arangodb/crds/database-clustersynchronization.yaml
|
|
# Version: 1.3.0
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: arangoclustersynchronizations.database.arangodb.com
|
|
spec:
|
|
group: database.arangodb.com
|
|
names:
|
|
kind: ArangoClusterSynchronization
|
|
listKind: ArangoClusterSynchronizationList
|
|
plural: arangoclustersynchronizations
|
|
singular: arangoclustersynchronization
|
|
shortNames:
|
|
- arangoclustersync
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1
|
|
schema:
|
|
openAPIV3Schema:
|
|
type: object
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
- name: v2alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
type: object
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
served: true
|
|
storage: false
|
|
subresources:
|
|
status: {}
|