v1beta2
v1beta3
n1name: v1beta2n1name: v1beta3
2served: true2served: true
n3storage: falsen3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
6    type: object6    type: object
7    properties:7    properties:
8      spec:8      spec:
9        type: object9        type: object
10        properties:10        properties:
11          kraftControllerMode:11          kraftControllerMode:
12            type: string12            type: string
13            enum:13            enum:
14            - Combined14            - Combined
15            - Separate15            - Separate
16          broker:16          broker:
17            type: object17            type: object
18            properties:18            properties:
19              requests:19              requests:
20                type: object20                type: object
21                properties:21                properties:
22                  vcores:22                  vcores:
23                    type: integer23                    type: integer
24                  memory:24                  memory:
25                    type: string25                    type: string
26              limits:26              limits:
27                type: object27                type: object
28                properties:28                properties:
29                  vcores:29                  vcores:
30                    type: integer30                    type: integer
31                  memory:31                  memory:
32                    type: string32                    type: string
33              storage:33              storage:
34                type: object34                type: object
35                properties:35                properties:
36                  data:36                  data:
37                    type: object37                    type: object
38                    properties:38                    properties:
39                      className:39                      className:
40                        type: string40                        type: string
41                      labels:41                      labels:
42                        type: object42                        type: object
43                        additionalProperties:43                        additionalProperties:
44                          type: string44                          type: string
45                      annotations:45                      annotations:
46                        type: object46                        type: object
47                        additionalProperties:47                        additionalProperties:
48                          type: string48                          type: string
49                      accessMode:49                      accessMode:
50                        type: string50                        type: string
51                      size:51                      size:
52                        type: string52                        type: string
53                      claimName:53                      claimName:
54                        type: string54                        type: string
55                  logs:55                  logs:
56                    type: object56                    type: object
57                    properties:57                    properties:
58                      className:58                      className:
59                        type: string59                        type: string
60                      labels:60                      labels:
61                        type: object61                        type: object
62                        additionalProperties:62                        additionalProperties:
63                          type: string63                          type: string
64                      annotations:64                      annotations:
65                        type: object65                        type: object
66                        additionalProperties:66                        additionalProperties:
67                          type: string67                          type: string
68                      accessMode:68                      accessMode:
69                        type: string69                        type: string
70                      size:70                      size:
71                        type: string71                        type: string
72                      claimName:72                      claimName:
73                        type: string73                        type: string
74              replicas:74              replicas:
75                type: integer75                type: integer
nn76          security:
77            type: object
78            properties:
79              superUsers:
80                type: array
81                items:
82                  type: string
76          update:83          update:
77            type: object84            type: object
78            properties:85            properties:
79              desiredVersion:86              desiredVersion:
80                type: string87                type: string
81      status:88      status:
82        type: object89        type: object
83        properties:90        properties:
84          readyReplicas:91          readyReplicas:
85            type: string92            type: string
86          observedGeneration:93          observedGeneration:
87            type: integer94            type: integer
88          runningVersion:95          runningVersion:
89            type: string96            type: string
90          registryVersions:97          registryVersions:
91            type: object98            type: object
92            properties:99            properties:
93              next:100              next:
94                type: string101                type: string
95              previous:102              previous:
96                type: string103                type: string
97              current:104              current:
98                type: string105                type: string
99              latest:106              latest:
100                type: string107                type: string
101              behind:108              behind:
102                type: integer109                type: integer
103              available:110              available:
104                type: array111                type: array
105                items:112                items:
106                  type: string113                  type: string
107          releasedVersions:114          releasedVersions:
108            type: object115            type: object
109            properties:116            properties:
110              next:117              next:
111                type: string118                type: string
112              previous:119              previous:
113                type: string120                type: string
114              current:121              current:
115                type: string122                type: string
116              latest:123              latest:
117                type: string124                type: string
118              behind:125              behind:
119                type: integer126                type: integer
120              available:127              available:
121                type: array128                type: array
122                items:129                items:
123                  type: string130                  type: string
124          arcDataServicesK8sExtensionLatestVersion:131          arcDataServicesK8sExtensionLatestVersion:
125            type: string132            type: string
126          endpoints:133          endpoints:
127            type: object134            type: object
128            additionalProperties:135            additionalProperties:
129              type: string136              type: string
130          state:137          state:
131            type: string138            type: string
132          healthState:139          healthState:
133            type: string140            type: string
134          reason:141          reason:
135            type: string142            type: string
136          message:143          message:
137            type: string144            type: string
138          lastUpdateTime:145          lastUpdateTime:
139            type: string146            type: string
140            format: date-time147            format: date-time
141      apiVersion:148      apiVersion:
142        type: string149        type: string
143      kind:150      kind:
144        type: string151        type: string
t145subresources:t
146  status: {}
147additionalPrinterColumns:
148- name: Status
149  type: string
150  jsonPath: .status.state
151- name: Age
152  type: date
153  jsonPath: .metadata.creationTimestamp
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op