| n | name: v1 | n | name: v2 |
| served: true | | served: true |
| n | storage: true | n | storage: false |
| schema: | | schema: |
| openAPIV3Schema: | | openAPIV3Schema: |
| type: object | | type: object |
| properties: | | properties: |
| spec: | | spec: |
| type: object | | type: object |
| properties: | | properties: |
| sharedName: | | sharedName: |
| type: string | | type: string |
| sourceMI: | | sourceMI: |
| type: string | | type: string |
| partnerMI: | | partnerMI: |
| type: string | | type: string |
| partnerMirroringURL: | | partnerMirroringURL: |
| type: string | | type: string |
| partnerMirroringCert: | | partnerMirroringCert: |
| type: string | | type: string |
| partnerSyncMode: | | partnerSyncMode: |
| type: string | | type: string |
| role: | | role: |
| type: string | | type: string |
| status: | | status: |
| type: object | | type: object |
| properties: | | properties: |
| results: | | results: |
| type: string | | type: string |
| role: | | role: |
| type: string | | type: string |
| replicas: | | replicas: |
| type: array | | type: array |
| items: | | items: |
| type: object | | type: object |
| properties: | | properties: |
| healthState: | | healthState: |
| type: string | | type: string |
| replicaName: | | replicaName: |
| type: string | | type: string |
| role: | | role: |
| type: string | | type: string |
| connectedState: | | connectedState: |
| type: string | | type: string |
| synchronizationState: | | synchronizationState: |
| type: string | | type: string |
| availabilityMode: | | availabilityMode: |
| type: string | | type: string |
| secondaryRoleAllowConnections: | | secondaryRoleAllowConnections: |
| type: string | | type: string |
| observedGeneration: | | observedGeneration: |
| type: integer | | type: integer |
| runningVersion: | | runningVersion: |
| type: string | | type: string |
| t | | t | 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 |
| 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: |
| - jsonPath: .status.state | | - jsonPath: .status.state |
| name: Status | | name: Status |
| type: string | | type: string |
| - jsonPath: .status.results | | - jsonPath: .status.results |
| name: Results | | name: Results |
| type: string | | type: string |
| - jsonPath: .metadata.creationTimestamp | | - jsonPath: .metadata.creationTimestamp |
| name: Age | | name: Age |
| type: date | | type: date |