| t | name: v1beta1 | t | name: v1beta1 |
| served: true | | served: true |
| storage: true | | storage: true |
| schema: | | schema: |
| openAPIV3Schema: | | openAPIV3Schema: |
| type: object | | type: object |
| properties: | | properties: |
| spec: | | spec: |
| type: object | | type: object |
| properties: | | properties: |
| service: | | service: |
| type: object | | type: object |
| properties: | | properties: |
| type: | | type: |
| type: string | | type: string |
| port: | | port: |
| type: integer | | type: integer |
| requests: | | requests: |
| type: object | | type: object |
| properties: | | properties: |
| vcores: | | vcores: |
| type: integer | | type: integer |
| memory: | | memory: |
| type: string | | type: string |
| limits: | | limits: |
| type: object | | type: object |
| properties: | | properties: |
| vcores: | | vcores: |
| type: integer | | type: integer |
| memory: | | memory: |
| type: string | | type: string |
| storage: | | storage: |
| type: object | | type: object |
| properties: | | properties: |
| DataStorage: | | DataStorage: |
| type: object | | type: object |
| properties: | | properties: |
| volumes: | | volumes: |
| type: array | | type: array |
| items: | | items: |
| type: object | | type: object |
| properties: | | properties: |
| className: | | className: |
| type: string | | type: string |
| labels: | | labels: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| annotations: | | annotations: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| accessMode: | | accessMode: |
| type: string | | type: string |
| size: | | size: |
| type: string | | type: string |
| claimName: | | claimName: |
| type: string | | type: string |
| LogsStorage: | | LogsStorage: |
| type: object | | type: object |
| properties: | | properties: |
| volumes: | | volumes: |
| type: array | | type: array |
| items: | | items: |
| type: object | | type: object |
| properties: | | properties: |
| className: | | className: |
| type: string | | type: string |
| labels: | | labels: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| annotations: | | annotations: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| accessMode: | | accessMode: |
| type: string | | type: string |
| size: | | size: |
| type: string | | type: string |
| claimName: | | claimName: |
| type: string | | type: string |
| replicas: | | replicas: |
| type: integer | | type: integer |
| status: | | status: |
| type: object | | type: object |
| properties: | | properties: |
| readyReplicas: | | readyReplicas: |
| type: string | | type: string |
| externalEndpoint: | | externalEndpoint: |
| type: string | | type: string |
| logSearchDashboard: | | logSearchDashboard: |
| type: string | | type: string |
| metricsDashboard: | | metricsDashboard: |
| type: string | | type: string |
| observedGeneration: | | observedGeneration: |
| type: integer | | type: integer |
| runningVersion: | | runningVersion: |
| type: string | | type: string |
| registryVersions: | | registryVersions: |
| type: object | | type: object |
| properties: | | properties: |
| next: | | next: |
| type: string | | type: string |
| previous: | | previous: |
| type: string | | type: string |
| current: | | current: |
| type: string | | type: string |
| latest: | | latest: |
| type: string | | type: string |
| behind: | | behind: |
| type: integer | | type: integer |
| available: | | available: |
| type: array | | type: array |
| items: | | items: |
| type: string | | type: string |
| releasedVersions: | | releasedVersions: |
| type: object | | type: object |
| properties: | | properties: |
| next: | | next: |
| type: string | | type: string |
| previous: | | previous: |
| type: string | | type: string |
| current: | | current: |
| type: string | | type: string |
| latest: | | latest: |
| type: string | | type: string |
| behind: | | behind: |
| type: integer | | type: integer |
| available: | | available: |
| type: array | | type: array |
| items: | | items: |
| type: string | | type: string |
| arcDataServicesK8sExtensionLatestVersion: | | 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: |
| - 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 |