| n | name: v1beta2 | n | name: v1 |
| served: true | | served: true |
| n | storage: false | n | storage: true |
| schema: | | schema: |
| openAPIV3Schema: | | openAPIV3Schema: |
| type: object | | type: object |
| properties: | | properties: |
| spec: | | spec: |
| type: object | | type: object |
| properties: | | properties: |
| activeDirectory: | | activeDirectory: |
| type: object | | type: object |
| properties: | | properties: |
| serviceAccountProvisioning: | | serviceAccountProvisioning: |
| type: string | | type: string |
| realm: | | realm: |
| type: string | | type: string |
| netbiosDomainName: | | netbiosDomainName: |
| type: string | | type: string |
| ouDistinguishedName: | | ouDistinguishedName: |
| type: string | | type: string |
| domainServiceAccountSecret: | | domainServiceAccountSecret: |
| type: string | | type: string |
| domainControllers: | | domainControllers: |
| type: object | | type: object |
| properties: | | properties: |
| primaryDomainController: | | primaryDomainController: |
| type: object | | type: object |
| properties: | | properties: |
| hostname: | | hostname: |
| type: string | | type: string |
| secondaryDomainControllers: | | secondaryDomainControllers: |
| type: array | | type: array |
| items: | | items: |
| type: object | | type: object |
| properties: | | properties: |
| hostname: | | hostname: |
| type: string | | type: string |
| dns: | | dns: |
| type: object | | type: object |
| properties: | | properties: |
| domainName: | | domainName: |
| type: string | | type: string |
| nameserverIPAddresses: | | nameserverIPAddresses: |
| type: array | | type: array |
| items: | | items: |
| type: string | | type: string |
| replicas: | | replicas: |
| type: integer | | type: integer |
| preferK8sDnsForPtrLookups: | | preferK8sDnsForPtrLookups: |
| type: boolean | | type: boolean |
| update: | | update: |
| type: object | | type: object |
| properties: | | properties: |
| desiredVersion: | | desiredVersion: |
| type: string | | type: string |
| n | IsAutoUpgradeEnabled: | n | |
| type: boolean | | |
| status: | | status: |
| type: object | | type: object |
| properties: | | properties: |
| observedGeneration: | | observedGeneration: |
| type: integer | | type: integer |
| runningVersion: | | runningVersion: |
| t | | t | type: string |
| | | registryVersions: |
| | | type: object |
| | | properties: |
| | | next: |
| | | type: string |
| | | previous: |
| | | type: string |
| | | current: |
| | | type: string |
| | | latest: |
| | | type: string |
| | | behind: |
| | | type: integer |
| | | available: |
| | | type: array |
| | | items: |
| | | type: string |
| | | releasedVersions: |
| | | type: object |
| | | properties: |
| | | next: |
| | | type: string |
| | | previous: |
| | | type: string |
| | | current: |
| | | type: string |
| | | latest: |
| | | type: string |
| | | behind: |
| | | type: integer |
| | | available: |
| | | type: array |
| | | items: |
| | | type: string |
| | | arcDataServicesK8sExtensionLatestVersion: |
| type: string | | type: string |
| endpoints: | | endpoints: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| state: | | state: |
| type: string | | type: string |
| healthState: | | healthState: |
| type: string | | type: string |
| reason: | | reason: |
| type: string | | type: string |
| message: | | message: |
| type: string | | type: string |
| lastUpdateTime: | | lastUpdateTime: |
| type: string | | type: string |
| format: date-time | | format: date-time |
| apiVersion: | | apiVersion: |
| type: string | | type: string |
| kind: | | kind: |
| type: string | | type: string |
| subresources: | | subresources: |
| status: {} | | status: {} |
| additionalPrinterColumns: | | additionalPrinterColumns: |
| - name: Status | | - name: Status |
| type: string | | type: string |
| jsonPath: .status.state | | jsonPath: .status.state |
| - name: Age | | - name: Age |
| type: date | | type: date |
| jsonPath: .metadata.creationTimestamp | | jsonPath: .metadata.creationTimestamp |