@@ -18,15 +18,15 @@ spec:
18
18
versions :
19
19
- additionalPrinterColumns :
20
20
- description : KEDA version
21
- jsonPath : .status.installations .keda.kedaVersion
21
+ jsonPath : .status.components .keda.version
22
22
name : Version
23
23
type : string
24
24
- description : Installation mode
25
25
jsonPath : .spec.kedaInstallations[].mode
26
26
name : Mode
27
27
type : string
28
28
- description : HTTTP Addon version
29
- jsonPath : .status.installations.keda.httpAddonVersion
29
+ jsonPath : .status.deployments.httpAddon.version
30
30
name : HTTP-Addon
31
31
priority : 20
32
32
type : string
@@ -35,25 +35,25 @@ spec:
35
35
name : Agent
36
36
type : string
37
37
- description : Health of KEDA Operator
38
- jsonPath : .status.installations .keda.deployments.keda-operator.phase
38
+ jsonPath : .status.components .keda.deployments.keda-operator.phase
39
39
name : KEDA
40
40
type : string
41
41
- description : Health of aggregated API Service (v1beta1.external.metrics.k8s.io)
42
42
jsonPath : .status.apiService.phase
43
43
name : API Service
44
44
type : string
45
45
- description : Health of KEDA's internal Metric Server
46
- jsonPath : .status.installations .keda.deployments.keda-operator-metrics-apiserver.phase
46
+ jsonPath : .status.components .keda.deployments.keda-operator-metrics-apiserver.phase
47
47
name : Metric Server
48
48
priority : 20
49
49
type : string
50
50
- description : Health of KEDA's Admission controller
51
- jsonPath : .status.installations .keda.deployments.keda-admission-webhooks.phase
51
+ jsonPath : .status.components .keda.deployments.keda-admission-webhooks.phase
52
52
name : Admission
53
53
priority : 20
54
54
type : string
55
55
- description : Health of KEDA's HTTP Addon interceptor
56
- jsonPath : .status.installations .keda.deployments.keda-add-ons-http-interceptor.phase
56
+ jsonPath : .status.components .keda.deployments.keda-add-ons-http-interceptor.phase
57
57
name : Interceptor
58
58
priority : 20
59
59
type : string
0 commit comments