| n | name: v1beta1 | n | name: v1 |
| served: true | | served: true |
| n | storage: false | n | storage: true |
| schema: | | schema: |
| openAPIV3Schema: | | openAPIV3Schema: |
| type: object | | type: object |
| t | x-kubernetes-preserve-unknown-fields: true | t | properties: |
| | | spec: |
| | | type: object |
| | | properties: |
| | | source: |
| | | type: object |
| | | properties: |
| | | name: |
| | | type: string |
| | | database: |
| | | type: string |
| | | restorePoint: |
| | | type: string |
| | | format: date-time |
| | | destination: |
| | | type: object |
| | | properties: |
| | | name: |
| | | type: string |
| | | database: |
| | | type: string |
| | | dryRun: |
| | | type: boolean |
| | | status: |
| | | type: object |
| | | properties: |
| | | earliestRestoreTime: |
| | | type: string |
| | | format: date-time |
| | | latestRestoreTime: |
| | | type: string |
| | | format: date-time |
| | | percentComplete: |
| | | type: integer |
| | | observedGeneration: |
| | | type: integer |
| | | runningVersion: |
| | | 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 |
| | | endpoints: |
| | | type: object |
| | | additionalProperties: |
| | | type: string |
| | | state: |
| | | type: string |
| | | healthState: |
| | | type: string |
| | | reason: |
| | | type: string |
| | | message: |
| | | type: string |
| | | lastUpdateTime: |
| | | type: string |
| | | format: date-time |
| | | apiVersion: |
| | | type: string |
| | | kind: |
| | | type: string |
| subresources: | | subresources: |
| status: {} | | status: {} |
| additionalPrinterColumns: | | additionalPrinterColumns: |
| - jsonPath: .status.state | | - jsonPath: .status.state |
| name: Status | | name: Status |
| type: string | | type: string |
| - jsonPath: .metadata.creationTimestamp | | - jsonPath: .metadata.creationTimestamp |
| name: Age | | name: Age |
| type: date | | type: date |