v4
v5
n1name: v4n1name: v5
2served: true2served: true
n3storage: falsen3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
6    type: object6    type: object
tt7    properties:
8      spec:
9        type: object
10        properties:
11          docker:
12            type: object
13            properties:
14              registry:
15                type: string
16              repository:
17                type: string
18              imageTag:
19                type: string
20              imagePullPolicy:
21                type: string
22                default: IfNotPresent
23            required:
24            - registry
25            - repository
26            - imageTag
27          monitoring:
28            type: object
29            properties:
30              enableOpenTelemetry:
31                type: boolean
32          security:
33            type: object
34            properties:
35              allowDumps:
36                type: boolean
37                default: true
38              allowNodeMetricsCollection:
39                type: boolean
40                default: true
41              allowPodMetricsCollection:
42                type: boolean
43                default: true
44          services:
45            type: array
46            items:
47              type: object
48              properties:
49                name:
50                  type: string
51                serviceType:
52                  type: string
53                  default: NodePort
54                port:
55                  type: integer
56                dnsName:
57                  type: string
58              required:
59              - name
60              - port
61          settings:
7    x-kubernetes-preserve-unknown-fields: true62            x-kubernetes-preserve-unknown-fields: true
63            type: object
64            additionalProperties:
65              type: object
66              additionalProperties:
67                type: string
68          storage:
69            type: object
70            properties:
71              data:
72                type: object
73                properties:
74                  className:
75                    type: string
76                  labels:
77                    type: object
78                    additionalProperties:
79                      type: string
80                  annotations:
81                    type: object
82                    additionalProperties:
83                      type: string
84                  accessMode:
85                    type: string
86                  size:
87                    type: string
88                  claimName:
89                    type: string
90              logs:
91                type: object
92                properties:
93                  className:
94                    type: string
95                  labels:
96                    type: object
97                    additionalProperties:
98                      type: string
99                  annotations:
100                    type: object
101                    additionalProperties:
102                      type: string
103                  accessMode:
104                    type: string
105                  size:
106                    type: string
107                  claimName:
108                    type: string
109              backup:
110                type: object
111                properties:
112                  className:
113                    type: string
114                  labels:
115                    type: object
116                    additionalProperties:
117                      type: string
118                  annotations:
119                    type: object
120                    additionalProperties:
121                      type: string
122                  accessMode:
123                    type: string
124                  size:
125                    type: string
126                  claimName:
127                    type: string
128              className:
129                type: string
130              labels:
131                type: object
132                additionalProperties:
133                  type: string
134              annotations:
135                type: object
136                additionalProperties:
137                  type: string
138              accessMode:
139                type: string
140              size:
141                type: string
142              claimName:
143                type: string
144          credentials:
145            type: object
146            properties:
147              serviceAccount:
148                type: string
149              dockerRegistry:
150                type: string
151          infrastructure:
152            type: string
153            default: other
154      status:
155        type: object
156        properties:
157          azure:
158            type: object
159            properties:
160              uploadStatus:
161                type: object
162                properties:
163                  metrics:
164                    type: object
165                    properties:
166                      lastUploadTime:
167                        type: string
168                        format: date-time
169                      message:
170                        type: string
171                  logs:
172                    type: object
173                    properties:
174                      lastUploadTime:
175                        type: string
176                        format: date-time
177                      message:
178                        type: string
179                  usage:
180                    type: object
181                    properties:
182                      lastUploadTime:
183                        type: string
184                        format: date-time
185                      message:
186                        type: string
187              exportStatus:
188                type: object
189                properties:
190                  metrics:
191                    type: object
192                    properties:
193                      lastExportTime:
194                        type: string
195                        format: date-time
196                      message:
197                        type: string
198                  logs:
199                    type: object
200                    properties:
201                      lastExportTime:
202                        type: string
203                        format: date-time
204                      message:
205                        type: string
206                  usage:
207                    type: object
208                    properties:
209                      lastExportTime:
210                        type: string
211                        format: date-time
212                      message:
213                        type: string
214          observedGeneration:
215            type: integer
216          runningVersion:
217            type: string
218          registryVersions:
219            type: object
220            properties:
221              next:
222                type: string
223              previous:
224                type: string
225              current:
226                type: string
227              latest:
228                type: string
229              behind:
230                type: integer
231              available:
232                type: array
233                items:
234                  type: string
235          releasedVersions:
236            type: object
237            properties:
238              next:
239                type: string
240              previous:
241                type: string
242              current:
243                type: string
244              latest:
245                type: string
246              behind:
247                type: integer
248              available:
249                type: array
250                items:
251                  type: string
252          arcDataServicesK8sExtensionLatestVersion:
253            type: string
254          endpoints:
255            type: object
256            additionalProperties:
257              type: string
258          state:
259            type: string
260          healthState:
261            type: string
262          reason:
263            type: string
264          message:
265            type: string
266          lastUpdateTime:
267            type: string
268            format: date-time
269      apiVersion:
270        type: string
271      kind:
272        type: string
8subresources:273subresources:
9  status: {}274  status: {}
10additionalPrinterColumns:275additionalPrinterColumns:
11- name: State276- name: State
12  type: string277  type: string
13  jsonPath: .status.state278  jsonPath: .status.state
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op