File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # # crd/deployment.yaml
2+ apiVersion : apiextensions.k8s.io/v1beta1
3+ kind : CustomResourceDefinition
4+ metadata :
5+ name : arangodeployments.database.arangodb.com
6+ spec :
7+ group : database.arangodb.com
8+ names :
9+ kind : ArangoDeployment
10+ listKind : ArangoDeploymentList
11+ plural : arangodeployments
12+ shortNames :
13+ - arangodb
14+ - arango
15+ singular : arangodeployment
16+ scope : Namespaced
17+ version : v1alpha
18+
19+
20+ ---
21+
22+ # # crd/deployment-replication.yaml
23+ apiVersion : apiextensions.k8s.io/v1beta1
24+ kind : CustomResourceDefinition
25+ metadata :
26+ name : arangodeploymentreplications.replication.database.arangodb.com
27+ spec :
28+ group : replication.database.arangodb.com
29+ names :
30+ kind : ArangoDeploymentReplication
31+ listKind : ArangoDeploymentReplicationList
32+ plural : arangodeploymentreplications
33+ shortNames :
34+ - arangorepl
35+ singular : arangodeploymentreplication
36+ scope : Namespaced
37+ version : v1alpha
38+
You can’t perform that action at this time.
0 commit comments