v1beta2
v1
n1name: v1beta2n1name: v1
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          activeDirectory:11          activeDirectory:
12            type: object12            type: object
13            properties:13            properties:
14              serviceAccountProvisioning:14              serviceAccountProvisioning:
15                type: string15                type: string
16              realm:16              realm:
17                type: string17                type: string
18              netbiosDomainName:18              netbiosDomainName:
19                type: string19                type: string
20              ouDistinguishedName:20              ouDistinguishedName:
21                type: string21                type: string
22              domainServiceAccountSecret:22              domainServiceAccountSecret:
23                type: string23                type: string
24              domainControllers:24              domainControllers:
25                type: object25                type: object
26                properties:26                properties:
27                  primaryDomainController:27                  primaryDomainController:
28                    type: object28                    type: object
29                    properties:29                    properties:
30                      hostname:30                      hostname:
31                        type: string31                        type: string
32                  secondaryDomainControllers:32                  secondaryDomainControllers:
33                    type: array33                    type: array
34                    items:34                    items:
35                      type: object35                      type: object
36                      properties:36                      properties:
37                        hostname:37                        hostname:
38                          type: string38                          type: string
39          dns:39          dns:
40            type: object40            type: object
41            properties:41            properties:
42              domainName:42              domainName:
43                type: string43                type: string
44              nameserverIPAddresses:44              nameserverIPAddresses:
45                type: array45                type: array
46                items:46                items:
47                  type: string47                  type: string
48              replicas:48              replicas:
49                type: integer49                type: integer
50              preferK8sDnsForPtrLookups:50              preferK8sDnsForPtrLookups:
51                type: boolean51                type: boolean
52          update:52          update:
53            type: object53            type: object
54            properties:54            properties:
55              desiredVersion:55              desiredVersion:
56                type: string56                type: string
n57              IsAutoUpgradeEnabled:n
58                type: boolean
59      status:57      status:
60        type: object58        type: object
61        properties:59        properties:
62          observedGeneration:60          observedGeneration:
63            type: integer61            type: integer
64          runningVersion:62          runningVersion:
tt63            type: string
64          registryVersions:
65            type: object
66            properties:
67              next:
68                type: string
69              previous:
70                type: string
71              current:
72                type: string
73              latest:
74                type: string
75              behind:
76                type: integer
77              available:
78                type: array
79                items:
80                  type: string
81          releasedVersions:
82            type: object
83            properties:
84              next:
85                type: string
86              previous:
87                type: string
88              current:
89                type: string
90              latest:
91                type: string
92              behind:
93                type: integer
94              available:
95                type: array
96                items:
97                  type: string
98          arcDataServicesK8sExtensionLatestVersion:
65            type: string99            type: string
66          endpoints:100          endpoints:
67            type: object101            type: object
68            additionalProperties:102            additionalProperties:
69              type: string103              type: string
70          state:104          state:
71            type: string105            type: string
72          healthState:106          healthState:
73            type: string107            type: string
74          reason:108          reason:
75            type: string109            type: string
76          message:110          message:
77            type: string111            type: string
78          lastUpdateTime:112          lastUpdateTime:
79            type: string113            type: string
80            format: date-time114            format: date-time
81      apiVersion:115      apiVersion:
82        type: string116        type: string
83      kind:117      kind:
84        type: string118        type: string
85subresources:119subresources:
86  status: {}120  status: {}
87additionalPrinterColumns:121additionalPrinterColumns:
88- name: Status122- name: Status
89  type: string123  type: string
90  jsonPath: .status.state124  jsonPath: .status.state
91- name: Age125- name: Age
92  type: date126  type: date
93  jsonPath: .metadata.creationTimestamp127  jsonPath: .metadata.creationTimestamp
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op