v9
v10
n1name: v9n1name: v10
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          services:11          services:
12            type: object12            type: object
13            properties:13            properties:
14              primary:14              primary:
15                type: object15                type: object
16                properties:16                properties:
17                  type:17                  type:
18                    type: string18                    type: string
19                  port:19                  port:
20                    type: integer20                    type: integer
21                  dnsName:21                  dnsName:
22                    type: string22                    type: string
23                  labels:23                  labels:
24                    type: object24                    type: object
25                    additionalProperties:25                    additionalProperties:
26                      type: string26                      type: string
27                  annotations:27                  annotations:
28                    type: object28                    type: object
29                    additionalProperties:29                    additionalProperties:
30                      type: string30                      type: string
31              readableSecondaries:31              readableSecondaries:
32                type: object32                type: object
33                properties:33                properties:
34                  type:34                  type:
35                    type: string35                    type: string
36                  port:36                  port:
37                    type: integer37                    type: integer
38                  dnsName:38                  dnsName:
39                    type: string39                    type: string
40                  labels:40                  labels:
41                    type: object41                    type: object
42                    additionalProperties:42                    additionalProperties:
43                      type: string43                      type: string
44                  annotations:44                  annotations:
45                    type: object45                    type: object
46                    additionalProperties:46                    additionalProperties:
47                      type: string47                      type: string
48          security:48          security:
49            type: object49            type: object
50            properties:50            properties:
51              adminLoginSecret:51              adminLoginSecret:
52                type: string52                type: string
53              serviceCertificateSecret:53              serviceCertificateSecret:
54                type: string54                type: string
55              activeDirectory:55              activeDirectory:
56                type: object56                type: object
57                properties:57                properties:
58                  connector:58                  connector:
59                    type: object59                    type: object
60                    properties:60                    properties:
61                      name:61                      name:
62                        type: string62                        type: string
63                      namespace:63                      namespace:
64                        type: string64                        type: string
65                  accountName:65                  accountName:
66                    type: string66                    type: string
67                  keytabSecret:67                  keytabSecret:
68                    type: string68                    type: string
69                  encryptionTypes:69                  encryptionTypes:
70                    type: array70                    type: array
71                    items:71                    items:
72                      type: string72                      type: string
nn73              transparentDataEncryption:
74                type: object
75                properties:
76                  mode:
77                    type: string
73          scheduling:78          scheduling:
74            type: object79            type: object
75            properties:80            properties:
76              default:81              default:
77                type: object82                type: object
78                properties:83                properties:
79                  resources:84                  resources:
80                    type: object85                    type: object
81                    properties:86                    properties:
82                      limits:87                      limits:
83                        type: object88                        type: object
84                        additionalProperties:89                        additionalProperties:
85                          type: object90                          type: object
86                      requests:91                      requests:
87                        type: object92                        type: object
88                        additionalProperties:93                        additionalProperties:
89                          type: object94                          type: object
90              affinity:95              affinity:
91                type: object96                type: object
92                properties:97                properties:
93                  nodeAffinity:98                  nodeAffinity:
94                    type: object99                    type: object
95                    properties:100                    properties:
96                      preferredDuringSchedulingIgnoredDuringExecution:101                      preferredDuringSchedulingIgnoredDuringExecution:
97                        type: array102                        type: array
98                        items:103                        items:
99                          type: object104                          type: object
100                          properties:105                          properties:
101                            preference:106                            preference:
102                              type: object107                              type: object
103                              properties:108                              properties:
104                                matchExpressions:109                                matchExpressions:
105                                  type: array110                                  type: array
106                                  items:111                                  items:
107                                    type: object112                                    type: object
108                                    properties:113                                    properties:
109                                      key:114                                      key:
110                                        type: string115                                        type: string
111                                      operator:116                                      operator:
112                                        type: string117                                        type: string
113                                      values:118                                      values:
114                                        type: array119                                        type: array
115                                        items:120                                        items:
116                                          type: string121                                          type: string
117                                matchFields:122                                matchFields:
118                                  type: array123                                  type: array
119                                  items:124                                  items:
120                                    type: object125                                    type: object
121                                    properties:126                                    properties:
122                                      key:127                                      key:
123                                        type: string128                                        type: string
124                                      operator:129                                      operator:
125                                        type: string130                                        type: string
126                                      values:131                                      values:
127                                        type: array132                                        type: array
128                                        items:133                                        items:
129                                          type: string134                                          type: string
130                            weight:135                            weight:
131                              type: integer136                              type: integer
132                      requiredDuringSchedulingIgnoredDuringExecution:137                      requiredDuringSchedulingIgnoredDuringExecution:
133                        type: object138                        type: object
134                        properties:139                        properties:
135                          nodeSelectorTerms:140                          nodeSelectorTerms:
136                            type: array141                            type: array
137                            items:142                            items:
138                              type: object143                              type: object
139                              properties:144                              properties:
140                                matchExpressions:145                                matchExpressions:
141                                  type: array146                                  type: array
142                                  items:147                                  items:
143                                    type: object148                                    type: object
144                                    properties:149                                    properties:
145                                      key:150                                      key:
146                                        type: string151                                        type: string
147                                      operator:152                                      operator:
148                                        type: string153                                        type: string
149                                      values:154                                      values:
150                                        type: array155                                        type: array
151                                        items:156                                        items:
152                                          type: string157                                          type: string
153                                matchFields:158                                matchFields:
154                                  type: array159                                  type: array
155                                  items:160                                  items:
156                                    type: object161                                    type: object
157                                    properties:162                                    properties:
158                                      key:163                                      key:
159                                        type: string164                                        type: string
160                                      operator:165                                      operator:
161                                        type: string166                                        type: string
162                                      values:167                                      values:
163                                        type: array168                                        type: array
164                                        items:169                                        items:
165                                          type: string170                                          type: string
166                  podAffinity:171                  podAffinity:
167                    type: object172                    type: object
168                    properties:173                    properties:
169                      preferredDuringSchedulingIgnoredDuringExecution:174                      preferredDuringSchedulingIgnoredDuringExecution:
170                        type: array175                        type: array
171                        items:176                        items:
172                          type: object177                          type: object
173                          properties:178                          properties:
174                            podAffinityTerm:179                            podAffinityTerm:
175                              type: object180                              type: object
176                              properties:181                              properties:
177                                labelSelector:182                                labelSelector:
178                                  type: object183                                  type: object
179                                  properties:184                                  properties:
180                                    matchExpressions:185                                    matchExpressions:
181                                      type: array186                                      type: array
182                                      items:187                                      items:
183                                        type: object188                                        type: object
184                                        properties:189                                        properties:
185                                          key:190                                          key:
186                                            type: string191                                            type: string
187                                          operator:192                                          operator:
188                                            type: string193                                            type: string
189                                          values:194                                          values:
190                                            type: array195                                            type: array
191                                            items:196                                            items:
192                                              type: string197                                              type: string
193                                    matchLabels:198                                    matchLabels:
194                                      type: object199                                      type: object
195                                      additionalProperties:200                                      additionalProperties:
196                                        type: string201                                        type: string
197                                namespaceSelector:202                                namespaceSelector:
198                                  type: object203                                  type: object
199                                  properties:204                                  properties:
200                                    matchExpressions:205                                    matchExpressions:
201                                      type: array206                                      type: array
202                                      items:207                                      items:
203                                        type: object208                                        type: object
204                                        properties:209                                        properties:
205                                          key:210                                          key:
206                                            type: string211                                            type: string
207                                          operator:212                                          operator:
208                                            type: string213                                            type: string
209                                          values:214                                          values:
210                                            type: array215                                            type: array
211                                            items:216                                            items:
212                                              type: string217                                              type: string
213                                    matchLabels:218                                    matchLabels:
214                                      type: object219                                      type: object
215                                      additionalProperties:220                                      additionalProperties:
216                                        type: string221                                        type: string
217                                namespaces:222                                namespaces:
218                                  type: array223                                  type: array
219                                  items:224                                  items:
220                                    type: string225                                    type: string
221                                topologyKey:226                                topologyKey:
222                                  type: string227                                  type: string
223                            weight:228                            weight:
224                              type: integer229                              type: integer
225                      requiredDuringSchedulingIgnoredDuringExecution:230                      requiredDuringSchedulingIgnoredDuringExecution:
226                        type: array231                        type: array
227                        items:232                        items:
228                          type: object233                          type: object
229                          properties:234                          properties:
230                            labelSelector:235                            labelSelector:
231                              type: object236                              type: object
232                              properties:237                              properties:
233                                matchExpressions:238                                matchExpressions:
234                                  type: array239                                  type: array
235                                  items:240                                  items:
236                                    type: object241                                    type: object
237                                    properties:242                                    properties:
238                                      key:243                                      key:
239                                        type: string244                                        type: string
240                                      operator:245                                      operator:
241                                        type: string246                                        type: string
242                                      values:247                                      values:
243                                        type: array248                                        type: array
244                                        items:249                                        items:
245                                          type: string250                                          type: string
246                                matchLabels:251                                matchLabels:
247                                  type: object252                                  type: object
248                                  additionalProperties:253                                  additionalProperties:
249                                    type: string254                                    type: string
250                            namespaceSelector:255                            namespaceSelector:
251                              type: object256                              type: object
252                              properties:257                              properties:
253                                matchExpressions:258                                matchExpressions:
254                                  type: array259                                  type: array
255                                  items:260                                  items:
256                                    type: object261                                    type: object
257                                    properties:262                                    properties:
258                                      key:263                                      key:
259                                        type: string264                                        type: string
260                                      operator:265                                      operator:
261                                        type: string266                                        type: string
262                                      values:267                                      values:
263                                        type: array268                                        type: array
264                                        items:269                                        items:
265                                          type: string270                                          type: string
266                                matchLabels:271                                matchLabels:
267                                  type: object272                                  type: object
268                                  additionalProperties:273                                  additionalProperties:
269                                    type: string274                                    type: string
270                            namespaces:275                            namespaces:
271                              type: array276                              type: array
272                              items:277                              items:
273                                type: string278                                type: string
274                            topologyKey:279                            topologyKey:
275                              type: string280                              type: string
276                  podAntiAffinity:281                  podAntiAffinity:
277                    type: object282                    type: object
278                    properties:283                    properties:
279                      preferredDuringSchedulingIgnoredDuringExecution:284                      preferredDuringSchedulingIgnoredDuringExecution:
280                        type: array285                        type: array
281                        items:286                        items:
282                          type: object287                          type: object
283                          properties:288                          properties:
284                            podAffinityTerm:289                            podAffinityTerm:
285                              type: object290                              type: object
286                              properties:291                              properties:
287                                labelSelector:292                                labelSelector:
288                                  type: object293                                  type: object
289                                  properties:294                                  properties:
290                                    matchExpressions:295                                    matchExpressions:
291                                      type: array296                                      type: array
292                                      items:297                                      items:
293                                        type: object298                                        type: object
294                                        properties:299                                        properties:
295                                          key:300                                          key:
296                                            type: string301                                            type: string
297                                          operator:302                                          operator:
298                                            type: string303                                            type: string
299                                          values:304                                          values:
300                                            type: array305                                            type: array
301                                            items:306                                            items:
302                                              type: string307                                              type: string
303                                    matchLabels:308                                    matchLabels:
304                                      type: object309                                      type: object
305                                      additionalProperties:310                                      additionalProperties:
306                                        type: string311                                        type: string
307                                namespaceSelector:312                                namespaceSelector:
308                                  type: object313                                  type: object
309                                  properties:314                                  properties:
310                                    matchExpressions:315                                    matchExpressions:
311                                      type: array316                                      type: array
312                                      items:317                                      items:
313                                        type: object318                                        type: object
314                                        properties:319                                        properties:
315                                          key:320                                          key:
316                                            type: string321                                            type: string
317                                          operator:322                                          operator:
318                                            type: string323                                            type: string
319                                          values:324                                          values:
320                                            type: array325                                            type: array
321                                            items:326                                            items:
322                                              type: string327                                              type: string
323                                    matchLabels:328                                    matchLabels:
324                                      type: object329                                      type: object
325                                      additionalProperties:330                                      additionalProperties:
326                                        type: string331                                        type: string
327                                namespaces:332                                namespaces:
328                                  type: array333                                  type: array
329                                  items:334                                  items:
330                                    type: string335                                    type: string
331                                topologyKey:336                                topologyKey:
332                                  type: string337                                  type: string
333                            weight:338                            weight:
334                              type: integer339                              type: integer
335                      requiredDuringSchedulingIgnoredDuringExecution:340                      requiredDuringSchedulingIgnoredDuringExecution:
336                        type: array341                        type: array
337                        items:342                        items:
338                          type: object343                          type: object
339                          properties:344                          properties:
340                            labelSelector:345                            labelSelector:
341                              type: object346                              type: object
342                              properties:347                              properties:
343                                matchExpressions:348                                matchExpressions:
344                                  type: array349                                  type: array
345                                  items:350                                  items:
346                                    type: object351                                    type: object
347                                    properties:352                                    properties:
348                                      key:353                                      key:
349                                        type: string354                                        type: string
350                                      operator:355                                      operator:
351                                        type: string356                                        type: string
352                                      values:357                                      values:
353                                        type: array358                                        type: array
354                                        items:359                                        items:
355                                          type: string360                                          type: string
356                                matchLabels:361                                matchLabels:
357                                  type: object362                                  type: object
358                                  additionalProperties:363                                  additionalProperties:
359                                    type: string364                                    type: string
360                            namespaceSelector:365                            namespaceSelector:
361                              type: object366                              type: object
362                              properties:367                              properties:
363                                matchExpressions:368                                matchExpressions:
364                                  type: array369                                  type: array
365                                  items:370                                  items:
366                                    type: object371                                    type: object
367                                    properties:372                                    properties:
368                                      key:373                                      key:
369                                        type: string374                                        type: string
370                                      operator:375                                      operator:
371                                        type: string376                                        type: string
372                                      values:377                                      values:
373                                        type: array378                                        type: array
374                                        items:379                                        items:
375                                          type: string380                                          type: string
376                                matchLabels:381                                matchLabels:
377                                  type: object382                                  type: object
378                                  additionalProperties:383                                  additionalProperties:
379                                    type: string384                                    type: string
380                            namespaces:385                            namespaces:
381                              type: array386                              type: array
382                              items:387                              items:
383                                type: string388                                type: string
384                            topologyKey:389                            topologyKey:
385                              type: string390                              type: string
386              topologySpreadConstraints:391              topologySpreadConstraints:
387                type: array392                type: array
388                items:393                items:
389                  type: object394                  type: object
390                  properties:395                  properties:
391                    labelSelector:396                    labelSelector:
392                      type: object397                      type: object
393                      properties:398                      properties:
394                        matchExpressions:399                        matchExpressions:
395                          type: array400                          type: array
396                          items:401                          items:
397                            type: object402                            type: object
398                            properties:403                            properties:
399                              key:404                              key:
400                                type: string405                                type: string
401                              operator:406                              operator:
402                                type: string407                                type: string
403                              values:408                              values:
404                                type: array409                                type: array
405                                items:410                                items:
406                                  type: string411                                  type: string
407                        matchLabels:412                        matchLabels:
408                          type: object413                          type: object
409                          additionalProperties:414                          additionalProperties:
410                            type: string415                            type: string
411                    maxSkew:416                    maxSkew:
412                      type: integer417                      type: integer
413                    topologyKey:418                    topologyKey:
414                      type: string419                      type: string
415                    whenUnsatisfiable:420                    whenUnsatisfiable:
416                      type: string421                      type: string
417              nodeSelector:422              nodeSelector:
418                type: object423                type: object
419                additionalProperties:424                additionalProperties:
420                  type: string425                  type: string
421          preferredPrimaryReplicaSpec:426          preferredPrimaryReplicaSpec:
422            type: object427            type: object
423            properties:428            properties:
424              preferredPrimaryReplica:429              preferredPrimaryReplica:
425                type: string430                type: string
426              primaryReplicaFailoverInterval:431              primaryReplicaFailoverInterval:
427                type: integer432                type: integer
428          storage:433          storage:
429            type: object434            type: object
430            properties:435            properties:
431              data:436              data:
432                type: object437                type: object
433                properties:438                properties:
434                  volumes:439                  volumes:
435                    type: array440                    type: array
436                    items:441                    items:
437                      type: object442                      type: object
438                      properties:443                      properties:
439                        className:444                        className:
440                          type: string445                          type: string
441                        labels:446                        labels:
442                          type: object447                          type: object
443                          additionalProperties:448                          additionalProperties:
444                            type: string449                            type: string
445                        annotations:450                        annotations:
446                          type: object451                          type: object
447                          additionalProperties:452                          additionalProperties:
448                            type: string453                            type: string
449                        accessMode:454                        accessMode:
450                          type: string455                          type: string
451                        size:456                        size:
452                          type: string457                          type: string
453                        claimName:458                        claimName:
454                          type: string459                          type: string
455              logs:460              logs:
456                type: object461                type: object
457                properties:462                properties:
458                  volumes:463                  volumes:
459                    type: array464                    type: array
460                    items:465                    items:
461                      type: object466                      type: object
462                      properties:467                      properties:
463                        className:468                        className:
464                          type: string469                          type: string
465                        labels:470                        labels:
466                          type: object471                          type: object
467                          additionalProperties:472                          additionalProperties:
468                            type: string473                            type: string
469                        annotations:474                        annotations:
470                          type: object475                          type: object
471                          additionalProperties:476                          additionalProperties:
472                            type: string477                            type: string
473                        accessMode:478                        accessMode:
474                          type: string479                          type: string
475                        size:480                        size:
476                          type: string481                          type: string
477                        claimName:482                        claimName:
478                          type: string483                          type: string
479              datalogs:484              datalogs:
480                type: object485                type: object
481                properties:486                properties:
482                  volumes:487                  volumes:
483                    type: array488                    type: array
484                    items:489                    items:
485                      type: object490                      type: object
486                      properties:491                      properties:
487                        className:492                        className:
488                          type: string493                          type: string
489                        labels:494                        labels:
490                          type: object495                          type: object
491                          additionalProperties:496                          additionalProperties:
492                            type: string497                            type: string
493                        annotations:498                        annotations:
494                          type: object499                          type: object
495                          additionalProperties:500                          additionalProperties:
496                            type: string501                            type: string
497                        accessMode:502                        accessMode:
498                          type: string503                          type: string
499                        size:504                        size:
500                          type: string505                          type: string
501                        claimName:506                        claimName:
502                          type: string507                          type: string
503              backups:508              backups:
504                type: object509                type: object
505                properties:510                properties:
506                  volumes:511                  volumes:
507                    type: array512                    type: array
508                    items:513                    items:
509                      type: object514                      type: object
510                      properties:515                      properties:
511                        className:516                        className:
512                          type: string517                          type: string
513                        labels:518                        labels:
514                          type: object519                          type: object
515                          additionalProperties:520                          additionalProperties:
516                            type: string521                            type: string
517                        annotations:522                        annotations:
518                          type: object523                          type: object
519                          additionalProperties:524                          additionalProperties:
520                            type: string525                            type: string
521                        accessMode:526                        accessMode:
522                          type: string527                          type: string
523                        size:528                        size:
524                          type: string529                          type: string
525                        claimName:530                        claimName:
526                          type: string531                          type: string
527              haOrchestratorData:532              haOrchestratorData:
528                type: object533                type: object
529                properties:534                properties:
530                  volumes:535                  volumes:
531                    type: array536                    type: array
532                    items:537                    items:
533                      type: object538                      type: object
534                      properties:539                      properties:
535                        className:540                        className:
536                          type: string541                          type: string
537                        labels:542                        labels:
538                          type: object543                          type: object
539                          additionalProperties:544                          additionalProperties:
540                            type: string545                            type: string
541                        annotations:546                        annotations:
542                          type: object547                          type: object
543                          additionalProperties:548                          additionalProperties:
544                            type: string549                            type: string
545                        accessMode:550                        accessMode:
546                          type: string551                          type: string
547                        size:552                        size:
548                          type: string553                          type: string
549                        claimName:554                        claimName:
550                          type: string555                          type: string
551              haOrchestratorLogs:556              haOrchestratorLogs:
552                type: object557                type: object
553                properties:558                properties:
554                  volumes:559                  volumes:
555                    type: array560                    type: array
556                    items:561                    items:
557                      type: object562                      type: object
558                      properties:563                      properties:
559                        className:564                        className:
560                          type: string565                          type: string
561                        labels:566                        labels:
562                          type: object567                          type: object
563                          additionalProperties:568                          additionalProperties:
564                            type: string569                            type: string
565                        annotations:570                        annotations:
566                          type: object571                          type: object
567                          additionalProperties:572                          additionalProperties:
568                            type: string573                            type: string
569                        accessMode:574                        accessMode:
570                          type: string575                          type: string
571                        size:576                        size:
572                          type: string577                          type: string
573                        claimName:578                        claimName:
574                          type: string579                          type: string
575          backup:580          backup:
576            type: object581            type: object
577            properties:582            properties:
578              retentionPeriodInDays:583              retentionPeriodInDays:
579                type: integer584                type: integer
580          monitoringProfile:585          monitoringProfile:
581            type: string586            type: string
582          dev:587          dev:
583            type: boolean588            type: boolean
584          tier:589          tier:
585            type: string590            type: string
586          licenseType:591          licenseType:
587            type: string592            type: string
588          replicas:593          replicas:
589            type: integer594            type: integer
590          orchestratorReplicas:595          orchestratorReplicas:
591            type: integer596            type: integer
592          readableSecondaries:597          readableSecondaries:
593            type: integer598            type: integer
594          syncSecondaryToCommit:599          syncSecondaryToCommit:
595            type: integer600            type: integer
596          settings:601          settings:
597            description: 'Configure SQL Server on Linux with the mssql-conf tool.602            description: 'Configure SQL Server on Linux with the mssql-conf tool.
598              All supported properties: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-mssql-conf?view=sql-server-ver16'603              All supported properties: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-mssql-conf?view=sql-server-ver16'
599            x-kubernetes-preserve-unknown-fields: true604            x-kubernetes-preserve-unknown-fields: true
600          update:605          update:
601            type: object606            type: object
602            properties:607            properties:
nn608              managedCredentialsGeneration:
609                type: integer
610                default: 1
603              desiredVersion:611              desiredVersion:
604                type: string612                type: string
605          parentResource:613          parentResource:
606            type: object614            type: object
607            properties:615            properties:
608              apiGroup:616              apiGroup:
609                type: string617                type: string
610              kind:618              kind:
611                type: string619                type: string
612              name:620              name:
613                type: string621                type: string
614              namespace:622              namespace:
615                type: string623                type: string
616      status:624      status:
617        type: object625        type: object
618        properties:626        properties:
619          highAvailability:627          highAvailability:
620            type: object628            type: object
621            properties:629            properties:
622              mirroringCertificate:630              mirroringCertificate:
623                type: string631                type: string
624              replicas:632              replicas:
625                type: array633                type: array
626                items:634                items:
627                  type: object635                  type: object
628                  properties:636                  properties:
629                    healthState:637                    healthState:
630                      type: string638                      type: string
631                    replicaName:639                    replicaName:
632                      type: string640                      type: string
633                    role:641                    role:
634                      type: string642                      type: string
635                    connectedState:643                    connectedState:
636                      type: string644                      type: string
637                    synchronizationState:645                    synchronizationState:
638                      type: string646                      type: string
639                    availabilityMode:647                    availabilityMode:
640                      type: string648                      type: string
641                    secondaryRoleAllowConnections:649                    secondaryRoleAllowConnections:
642                      type: string650                      type: string
643              state:651              state:
644                type: string652                type: string
645              healthState:653              healthState:
646                type: string654                type: string
647              reason:655              reason:
648                type: string656                type: string
649              message:657              message:
650                type: string658                type: string
651              lastUpdateTime:659              lastUpdateTime:
652                type: string660                type: string
653                format: date-time661                format: date-time
654          roles:662          roles:
655            type: object663            type: object
656            properties:664            properties:
657              sql:665              sql:
658                type: object666                type: object
659                properties:667                properties:
660                  runningVersion:668                  runningVersion:
661                    type: string669                    type: string
662                  readyReplicas:670                  readyReplicas:
663                    type: integer671                    type: integer
664                  replicas:672                  replicas:
665                    type: integer673                    type: integer
666                  state:674                  state:
667                    type: string675                    type: string
668                  healthState:676                  healthState:
669                    type: string677                    type: string
670                  reason:678                  reason:
671                    type: string679                    type: string
672                  message:680                  message:
673                    type: string681                    type: string
674                  lastUpdateTime:682                  lastUpdateTime:
675                    type: string683                    type: string
676                    format: date-time684                    format: date-time
677              state:685              state:
678                type: string686                type: string
679              healthState:687              healthState:
680                type: string688                type: string
681              reason:689              reason:
682                type: string690                type: string
683              message:691              message:
684                type: string692                type: string
685              lastUpdateTime:693              lastUpdateTime:
686                type: string694                type: string
687                format: date-time695                format: date-time
tt696          runningManagedCredentialsGeneration:
697            type: integer
688          observedGeneration:698          observedGeneration:
689            type: integer699            type: integer
690          runningVersion:700          runningVersion:
691            type: string701            type: string
692          registryVersions:702          registryVersions:
693            type: object703            type: object
694            properties:704            properties:
695              next:705              next:
696                type: string706                type: string
697              previous:707              previous:
698                type: string708                type: string
699              current:709              current:
700                type: string710                type: string
701              latest:711              latest:
702                type: string712                type: string
703              behind:713              behind:
704                type: integer714                type: integer
705              available:715              available:
706                type: array716                type: array
707                items:717                items:
708                  type: string718                  type: string
709          releasedVersions:719          releasedVersions:
710            type: object720            type: object
711            properties:721            properties:
712              next:722              next:
713                type: string723                type: string
714              previous:724              previous:
715                type: string725                type: string
716              current:726              current:
717                type: string727                type: string
718              latest:728              latest:
719                type: string729                type: string
720              behind:730              behind:
721                type: integer731                type: integer
722              available:732              available:
723                type: array733                type: array
724                items:734                items:
725                  type: string735                  type: string
726          arcDataServicesK8sExtensionLatestVersion:736          arcDataServicesK8sExtensionLatestVersion:
727            type: string737            type: string
728          endpoints:738          endpoints:
729            type: object739            type: object
730            additionalProperties:740            additionalProperties:
731              type: string741              type: string
732          state:742          state:
733            type: string743            type: string
734          healthState:744          healthState:
735            type: string745            type: string
736          reason:746          reason:
737            type: string747            type: string
738          message:748          message:
739            type: string749            type: string
740          lastUpdateTime:750          lastUpdateTime:
741            type: string751            type: string
742            format: date-time752            format: date-time
743      apiVersion:753      apiVersion:
744        type: string754        type: string
745      kind:755      kind:
746        type: string756        type: string
747subresources:757subresources:
748  status: {}758  status: {}
749additionalPrinterColumns:759additionalPrinterColumns:
750- name: Status760- name: Status
751  type: string761  type: string
752  jsonPath: .status.state762  jsonPath: .status.state
753- name: Replicas763- name: Replicas
754  type: string764  type: string
755  jsonPath: .status.roles.sql.readyReplicas765  jsonPath: .status.roles.sql.readyReplicas
756- name: Primary-Endpoint766- name: Primary-Endpoint
757  type: string767  type: string
758  jsonPath: .status.endpoints.primary768  jsonPath: .status.endpoints.primary
759- name: Desired-Version769- name: Desired-Version
760  type: string770  type: string
761  jsonPath: .spec.update.desiredVersion771  jsonPath: .spec.update.desiredVersion
762- name: Running-Version772- name: Running-Version
763  type: string773  type: string
764  jsonPath: .status.runningVersion774  jsonPath: .status.runningVersion
765- name: Age775- name: Age
766  type: date776  type: date
767  jsonPath: .metadata.creationTimestamp777  jsonPath: .metadata.creationTimestamp
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op