| v1beta2 | v1beta3 | ||||
|---|---|---|---|---|---|
| n | 1 | name: v1beta2 | n | 1 | name: v1beta3 |
| 2 | served: true | 2 | served: true | ||
| n | 3 | storage: false | n | 3 | storage: true |
| 4 | schema: | 4 | schema: | ||
| 5 | openAPIV3Schema: | 5 | openAPIV3Schema: | ||
| 6 | type: object | 6 | type: object | ||
| 7 | properties: | 7 | properties: | ||
| 8 | spec: | 8 | spec: | ||
| 9 | type: object | 9 | type: object | ||
| 10 | properties: | 10 | properties: | ||
| 11 | kraftControllerMode: | 11 | kraftControllerMode: | ||
| 12 | type: string | 12 | type: string | ||
| 13 | enum: | 13 | enum: | ||
| 14 | - Combined | 14 | - Combined | ||
| 15 | - Separate | 15 | - Separate | ||
| 16 | broker: | 16 | broker: | ||
| 17 | type: object | 17 | type: object | ||
| 18 | properties: | 18 | properties: | ||
| 19 | requests: | 19 | requests: | ||
| 20 | type: object | 20 | type: object | ||
| 21 | properties: | 21 | properties: | ||
| 22 | vcores: | 22 | vcores: | ||
| 23 | type: integer | 23 | type: integer | ||
| 24 | memory: | 24 | memory: | ||
| 25 | type: string | 25 | type: string | ||
| 26 | limits: | 26 | limits: | ||
| 27 | type: object | 27 | type: object | ||
| 28 | properties: | 28 | properties: | ||
| 29 | vcores: | 29 | vcores: | ||
| 30 | type: integer | 30 | type: integer | ||
| 31 | memory: | 31 | memory: | ||
| 32 | type: string | 32 | type: string | ||
| 33 | storage: | 33 | storage: | ||
| 34 | type: object | 34 | type: object | ||
| 35 | properties: | 35 | properties: | ||
| 36 | data: | 36 | data: | ||
| 37 | type: object | 37 | type: object | ||
| 38 | properties: | 38 | properties: | ||
| 39 | className: | 39 | className: | ||
| 40 | type: string | 40 | type: string | ||
| 41 | labels: | 41 | labels: | ||
| 42 | type: object | 42 | type: object | ||
| 43 | additionalProperties: | 43 | additionalProperties: | ||
| 44 | type: string | 44 | type: string | ||
| 45 | annotations: | 45 | annotations: | ||
| 46 | type: object | 46 | type: object | ||
| 47 | additionalProperties: | 47 | additionalProperties: | ||
| 48 | type: string | 48 | type: string | ||
| 49 | accessMode: | 49 | accessMode: | ||
| 50 | type: string | 50 | type: string | ||
| 51 | size: | 51 | size: | ||
| 52 | type: string | 52 | type: string | ||
| 53 | claimName: | 53 | claimName: | ||
| 54 | type: string | 54 | type: string | ||
| 55 | logs: | 55 | logs: | ||
| 56 | type: object | 56 | type: object | ||
| 57 | properties: | 57 | properties: | ||
| 58 | className: | 58 | className: | ||
| 59 | type: string | 59 | type: string | ||
| 60 | labels: | 60 | labels: | ||
| 61 | type: object | 61 | type: object | ||
| 62 | additionalProperties: | 62 | additionalProperties: | ||
| 63 | type: string | 63 | type: string | ||
| 64 | annotations: | 64 | annotations: | ||
| 65 | type: object | 65 | type: object | ||
| 66 | additionalProperties: | 66 | additionalProperties: | ||
| 67 | type: string | 67 | type: string | ||
| 68 | accessMode: | 68 | accessMode: | ||
| 69 | type: string | 69 | type: string | ||
| 70 | size: | 70 | size: | ||
| 71 | type: string | 71 | type: string | ||
| 72 | claimName: | 72 | claimName: | ||
| 73 | type: string | 73 | type: string | ||
| 74 | replicas: | 74 | replicas: | ||
| 75 | type: integer | 75 | type: integer | ||
| n | n | 76 | security: | ||
| 77 | type: object | ||||
| 78 | properties: | ||||
| 79 | superUsers: | ||||
| 80 | type: array | ||||
| 81 | items: | ||||
| 82 | type: string | ||||
| 76 | update: | 83 | update: | ||
| 77 | type: object | 84 | type: object | ||
| 78 | properties: | 85 | properties: | ||
| 79 | desiredVersion: | 86 | desiredVersion: | ||
| 80 | type: string | 87 | type: string | ||
| 81 | status: | 88 | status: | ||
| 82 | type: object | 89 | type: object | ||
| 83 | properties: | 90 | properties: | ||
| 84 | readyReplicas: | 91 | readyReplicas: | ||
| 85 | type: string | 92 | type: string | ||
| 86 | observedGeneration: | 93 | observedGeneration: | ||
| 87 | type: integer | 94 | type: integer | ||
| 88 | runningVersion: | 95 | runningVersion: | ||
| 89 | type: string | 96 | type: string | ||
| 90 | registryVersions: | 97 | registryVersions: | ||
| 91 | type: object | 98 | type: object | ||
| 92 | properties: | 99 | properties: | ||
| 93 | next: | 100 | next: | ||
| 94 | type: string | 101 | type: string | ||
| 95 | previous: | 102 | previous: | ||
| 96 | type: string | 103 | type: string | ||
| 97 | current: | 104 | current: | ||
| 98 | type: string | 105 | type: string | ||
| 99 | latest: | 106 | latest: | ||
| 100 | type: string | 107 | type: string | ||
| 101 | behind: | 108 | behind: | ||
| 102 | type: integer | 109 | type: integer | ||
| 103 | available: | 110 | available: | ||
| 104 | type: array | 111 | type: array | ||
| 105 | items: | 112 | items: | ||
| 106 | type: string | 113 | type: string | ||
| 107 | releasedVersions: | 114 | releasedVersions: | ||
| 108 | type: object | 115 | type: object | ||
| 109 | properties: | 116 | properties: | ||
| 110 | next: | 117 | next: | ||
| 111 | type: string | 118 | type: string | ||
| 112 | previous: | 119 | previous: | ||
| 113 | type: string | 120 | type: string | ||
| 114 | current: | 121 | current: | ||
| 115 | type: string | 122 | type: string | ||
| 116 | latest: | 123 | latest: | ||
| 117 | type: string | 124 | type: string | ||
| 118 | behind: | 125 | behind: | ||
| 119 | type: integer | 126 | type: integer | ||
| 120 | available: | 127 | available: | ||
| 121 | type: array | 128 | type: array | ||
| 122 | items: | 129 | items: | ||
| 123 | type: string | 130 | type: string | ||
| 124 | arcDataServicesK8sExtensionLatestVersion: | 131 | arcDataServicesK8sExtensionLatestVersion: | ||
| 125 | type: string | 132 | type: string | ||
| 126 | endpoints: | 133 | endpoints: | ||
| 127 | type: object | 134 | type: object | ||
| 128 | additionalProperties: | 135 | additionalProperties: | ||
| 129 | type: string | 136 | type: string | ||
| 130 | state: | 137 | state: | ||
| 131 | type: string | 138 | type: string | ||
| 132 | healthState: | 139 | healthState: | ||
| 133 | type: string | 140 | type: string | ||
| 134 | reason: | 141 | reason: | ||
| 135 | type: string | 142 | type: string | ||
| 136 | message: | 143 | message: | ||
| 137 | type: string | 144 | type: string | ||
| 138 | lastUpdateTime: | 145 | lastUpdateTime: | ||
| 139 | type: string | 146 | type: string | ||
| 140 | format: date-time | 147 | format: date-time | ||
| 141 | apiVersion: | 148 | apiVersion: | ||
| 142 | type: string | 149 | type: string | ||
| 143 | kind: | 150 | kind: | ||
| 144 | type: string | 151 | type: string | ||
| t | 145 | subresources: | t | ||
| 146 | status: {} | ||||
| 147 | additionalPrinterColumns: | ||||
| 148 | - name: Status | ||||
| 149 | type: string | ||||
| 150 | jsonPath: .status.state | ||||
| 151 | - name: Age | ||||
| 152 | type: date | ||||
| 153 | jsonPath: .metadata.creationTimestamp | ||||
| Legends | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||