File tree 34 files changed +494
-19
lines changed
kube-arangodb-enterprise/crds
kube-arangodb-enterprise-arm64/crds
handlers/networking/route 34 files changed +494
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4
+ - (Maintenance) Extend Documentation
4
5
5
6
## [ 1.2.47] ( https://github.com/arangodb/kube-arangodb/tree/1.2.47 ) (2025-03-28)
6
7
- (Bugfix) Use Profile Annotations
Original file line number Diff line number Diff line change @@ -21,19 +21,46 @@ spec:
21
21
x-kubernetes-preserve-unknown-fields : true
22
22
served : true
23
23
storage : true
24
+ additionalPrinterColumns :
25
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
26
+ description : Defines if ArangoDeployment is UpToDate
27
+ name : Ready
28
+ type : string
29
+ - jsonPath : ' .status.accepted-spec.mode'
30
+ description : ArangoDeployment Mode
31
+ name : Mode
32
+ type : string
24
33
- name : v1alpha
25
34
schema :
26
35
openAPIV3Schema :
27
36
type : object
28
37
x-kubernetes-preserve-unknown-fields : true
29
38
served : false
30
39
storage : false
40
+ additionalPrinterColumns :
41
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
42
+ description : Defines if ArangoDeployment is UpToDate
43
+ name : Ready
44
+ type : string
45
+ - jsonPath : ' .status.accepted-spec.mode'
46
+ description : ArangoDeployment Mode
47
+ name : Mode
48
+ type : string
31
49
- name : v2alpha1
32
50
schema :
33
51
openAPIV3Schema :
34
52
type : object
35
53
x-kubernetes-preserve-unknown-fields : true
36
54
served : true
37
55
storage : false
56
+ additionalPrinterColumns :
57
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
58
+ description : Defines if ArangoDeployment is UpToDate
59
+ name : Ready
60
+ type : string
61
+ - jsonPath : ' .status.accepted-spec.mode'
62
+ description : ArangoDeployment Mode
63
+ name : Mode
64
+ type : string
38
65
subresources :
39
66
status : {}
Original file line number Diff line number Diff line change 20
20
x-kubernetes-preserve-unknown-fields : true
21
21
served : true
22
22
storage : true
23
+ additionalPrinterColumns :
24
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
25
+ description : Defines if Member is ready
26
+ name : Ready
27
+ type : string
28
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
29
+ description : Defines if Member is pending restart
30
+ name : PendingRestart
31
+ priority : 1
32
+ type : string
23
33
subresources :
24
34
status : {}
25
35
- name : v2alpha1
29
39
x-kubernetes-preserve-unknown-fields : true
30
40
served : true
31
41
storage : false
42
+ additionalPrinterColumns :
43
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
44
+ description : Defines if Member is ready
45
+ name : Ready
46
+ type : string
47
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
48
+ description : Defines if Member is pending restart
49
+ name : PendingRestart
50
+ priority : 1
51
+ type : string
32
52
subresources :
33
53
status : {}
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Route is valid
24
+ name : Ready
25
+ type : string
26
+ - jsonPath : ' .status.deployment.name'
27
+ description : ArangoDeployment Name
28
+ name : Deployment
29
+ type : string
30
+ - jsonPath : ' .status.target.route.path'
31
+ description : Route Path
32
+ name : Route
33
+ type : string
21
34
subresources :
22
35
status : {}
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Chart is valid
24
+ name : Ready
25
+ type : string
26
+ - jsonPath : .status.info.details.name
27
+ description : Defines the name of Chart
28
+ name : ChartName
29
+ type : string
30
+ - jsonPath : .status.info.details.version
31
+ description : Defines the version of Chart
32
+ name : ChartVersion
33
+ type : string
34
+ - jsonPath : .status.info.checksum
35
+ description : Defines the checksum of Chart
36
+ name : ChartChecksum
37
+ type : string
38
+ priority : 1
21
39
subresources :
22
40
status : {}
23
- scale :
24
- specReplicasPath : .spec.replicas
25
- statusReplicasPath : .status.replicas
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Storage is valid
24
+ name : Ready
25
+ type : string
21
26
subresources :
22
27
status : {}
Original file line number Diff line number Diff line change @@ -21,19 +21,46 @@ spec:
21
21
x-kubernetes-preserve-unknown-fields : true
22
22
served : true
23
23
storage : true
24
+ additionalPrinterColumns :
25
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
26
+ description : Defines if ArangoDeployment is UpToDate
27
+ name : Ready
28
+ type : string
29
+ - jsonPath : ' .status.accepted-spec.mode'
30
+ description : ArangoDeployment Mode
31
+ name : Mode
32
+ type : string
24
33
- name : v1alpha
25
34
schema :
26
35
openAPIV3Schema :
27
36
type : object
28
37
x-kubernetes-preserve-unknown-fields : true
29
38
served : false
30
39
storage : false
40
+ additionalPrinterColumns :
41
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
42
+ description : Defines if ArangoDeployment is UpToDate
43
+ name : Ready
44
+ type : string
45
+ - jsonPath : ' .status.accepted-spec.mode'
46
+ description : ArangoDeployment Mode
47
+ name : Mode
48
+ type : string
31
49
- name : v2alpha1
32
50
schema :
33
51
openAPIV3Schema :
34
52
type : object
35
53
x-kubernetes-preserve-unknown-fields : true
36
54
served : true
37
55
storage : false
56
+ additionalPrinterColumns :
57
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
58
+ description : Defines if ArangoDeployment is UpToDate
59
+ name : Ready
60
+ type : string
61
+ - jsonPath : ' .status.accepted-spec.mode'
62
+ description : ArangoDeployment Mode
63
+ name : Mode
64
+ type : string
38
65
subresources :
39
66
status : {}
Original file line number Diff line number Diff line change 20
20
x-kubernetes-preserve-unknown-fields : true
21
21
served : true
22
22
storage : true
23
+ additionalPrinterColumns :
24
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
25
+ description : Defines if Member is ready
26
+ name : Ready
27
+ type : string
28
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
29
+ description : Defines if Member is pending restart
30
+ name : PendingRestart
31
+ priority : 1
32
+ type : string
23
33
subresources :
24
34
status : {}
25
35
- name : v2alpha1
29
39
x-kubernetes-preserve-unknown-fields : true
30
40
served : true
31
41
storage : false
42
+ additionalPrinterColumns :
43
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
44
+ description : Defines if Member is ready
45
+ name : Ready
46
+ type : string
47
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
48
+ description : Defines if Member is pending restart
49
+ name : PendingRestart
50
+ priority : 1
51
+ type : string
32
52
subresources :
33
53
status : {}
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Route is valid
24
+ name : Ready
25
+ type : string
26
+ - jsonPath : ' .status.deployment.name'
27
+ description : ArangoDeployment Name
28
+ name : Deployment
29
+ type : string
30
+ - jsonPath : ' .status.target.route.path'
31
+ description : Route Path
32
+ name : Route
33
+ type : string
21
34
subresources :
22
35
status : {}
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Chart is valid
24
+ name : Ready
25
+ type : string
26
+ - jsonPath : .status.info.details.name
27
+ description : Defines the name of Chart
28
+ name : ChartName
29
+ type : string
30
+ - jsonPath : .status.info.details.version
31
+ description : Defines the version of Chart
32
+ name : ChartVersion
33
+ type : string
34
+ - jsonPath : .status.info.checksum
35
+ description : Defines the checksum of Chart
36
+ name : ChartChecksum
37
+ type : string
38
+ priority : 1
21
39
subresources :
22
40
status : {}
23
- scale :
24
- specReplicasPath : .spec.replicas
25
- statusReplicasPath : .status.replicas
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Storage is valid
24
+ name : Ready
25
+ type : string
21
26
subresources :
22
27
status : {}
Original file line number Diff line number Diff line change @@ -21,19 +21,46 @@ spec:
21
21
x-kubernetes-preserve-unknown-fields : true
22
22
served : true
23
23
storage : true
24
+ additionalPrinterColumns :
25
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
26
+ description : Defines if ArangoDeployment is UpToDate
27
+ name : Ready
28
+ type : string
29
+ - jsonPath : ' .status.accepted-spec.mode'
30
+ description : ArangoDeployment Mode
31
+ name : Mode
32
+ type : string
24
33
- name : v1alpha
25
34
schema :
26
35
openAPIV3Schema :
27
36
type : object
28
37
x-kubernetes-preserve-unknown-fields : true
29
38
served : false
30
39
storage : false
40
+ additionalPrinterColumns :
41
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
42
+ description : Defines if ArangoDeployment is UpToDate
43
+ name : Ready
44
+ type : string
45
+ - jsonPath : ' .status.accepted-spec.mode'
46
+ description : ArangoDeployment Mode
47
+ name : Mode
48
+ type : string
31
49
- name : v2alpha1
32
50
schema :
33
51
openAPIV3Schema :
34
52
type : object
35
53
x-kubernetes-preserve-unknown-fields : true
36
54
served : true
37
55
storage : false
56
+ additionalPrinterColumns :
57
+ - jsonPath : ' .status.conditions[?(@.type=="UpToDate")].status'
58
+ description : Defines if ArangoDeployment is UpToDate
59
+ name : Ready
60
+ type : string
61
+ - jsonPath : ' .status.accepted-spec.mode'
62
+ description : ArangoDeployment Mode
63
+ name : Mode
64
+ type : string
38
65
subresources :
39
66
status : {}
Original file line number Diff line number Diff line change 20
20
x-kubernetes-preserve-unknown-fields : true
21
21
served : true
22
22
storage : true
23
+ additionalPrinterColumns :
24
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
25
+ description : Defines if Member is ready
26
+ name : Ready
27
+ type : string
28
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
29
+ description : Defines if Member is pending restart
30
+ name : PendingRestart
31
+ priority : 1
32
+ type : string
23
33
subresources :
24
34
status : {}
25
35
- name : v2alpha1
29
39
x-kubernetes-preserve-unknown-fields : true
30
40
served : true
31
41
storage : false
42
+ additionalPrinterColumns :
43
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
44
+ description : Defines if Member is ready
45
+ name : Ready
46
+ type : string
47
+ - jsonPath : ' .status.conditions[?(@.type=="PendingRestart")].status'
48
+ description : Defines if Member is pending restart
49
+ name : PendingRestart
50
+ priority : 1
51
+ type : string
32
52
subresources :
33
53
status : {}
Original file line number Diff line number Diff line change 18
18
x-kubernetes-preserve-unknown-fields : true
19
19
served : true
20
20
storage : true
21
+ additionalPrinterColumns :
22
+ - jsonPath : ' .status.conditions[?(@.type=="Ready")].status'
23
+ description : Defines if Route is valid
24
+ name : Ready
25
+ type : string
26
+ - jsonPath : ' .status.deployment.name'
27
+ description : ArangoDeployment Name
28
+ name : Deployment
29
+ type : string
30
+ - jsonPath : ' .status.target.route.path'
31
+ description : Route Path
32
+ name : Route
33
+ type : string
21
34
subresources :
22
35
status : {}
You can’t perform that action at this time.
0 commit comments