| v1beta4 | v1beta5 | ||||
|---|---|---|---|---|---|
| n | 1 | name: v1beta4 | n | 1 | name: v1beta5 |
| 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 | credentials: | 11 | credentials: | ||
| 12 | type: object | 12 | type: object | ||
| 13 | properties: | 13 | properties: | ||
| 14 | certificates: | 14 | certificates: | ||
| 15 | type: array | 15 | type: array | ||
| 16 | items: | 16 | items: | ||
| 17 | type: object | 17 | type: object | ||
| 18 | properties: | 18 | properties: | ||
| 19 | certificateName: | 19 | certificateName: | ||
| 20 | type: string | 20 | type: string | ||
| 21 | secretName: | 21 | secretName: | ||
| 22 | type: string | 22 | type: string | ||
| 23 | secretNamespace: | 23 | secretNamespace: | ||
| 24 | type: string | 24 | type: string | ||
| 25 | exporters: | 25 | exporters: | ||
| 26 | type: object | 26 | type: object | ||
| 27 | properties: | 27 | properties: | ||
| 28 | kafka: | 28 | kafka: | ||
| 29 | type: array | 29 | type: array | ||
| 30 | items: | 30 | items: | ||
| 31 | type: object | 31 | type: object | ||
| 32 | properties: | 32 | properties: | ||
| 33 | topic: | 33 | topic: | ||
| 34 | type: string | 34 | type: string | ||
| 35 | brokers: | 35 | brokers: | ||
| t | t | 36 | type: array | ||
| 37 | items: | ||||
| 36 | type: string | 38 | type: string | ||
| 37 | encoding: | 39 | encoding: | ||
| 38 | type: string | 40 | type: string | ||
| 39 | name: | 41 | name: | ||
| 40 | type: string | 42 | type: string | ||
| 41 | certificateName: | 43 | certificateName: | ||
| 42 | type: string | 44 | type: string | ||
| 43 | caCertificateName: | 45 | caCertificateName: | ||
| 44 | type: string | 46 | type: string | ||
| 45 | otlp: | 47 | otlp: | ||
| 46 | type: array | 48 | type: array | ||
| 47 | items: | 49 | items: | ||
| 48 | type: object | 50 | type: object | ||
| 49 | properties: | 51 | properties: | ||
| 50 | endpoint: | 52 | endpoint: | ||
| 51 | type: string | 53 | type: string | ||
| 52 | name: | 54 | name: | ||
| 53 | type: string | 55 | type: string | ||
| 54 | certificateName: | 56 | certificateName: | ||
| 55 | type: string | 57 | type: string | ||
| 56 | caCertificateName: | 58 | caCertificateName: | ||
| 57 | type: string | 59 | type: string | ||
| 58 | elasticsearch: | 60 | elasticsearch: | ||
| 59 | type: array | 61 | type: array | ||
| 60 | items: | 62 | items: | ||
| 61 | type: object | 63 | type: object | ||
| 62 | properties: | 64 | properties: | ||
| 63 | index: | 65 | index: | ||
| 64 | type: string | 66 | type: string | ||
| 65 | endpoint: | 67 | endpoint: | ||
| 66 | type: string | 68 | type: string | ||
| 67 | name: | 69 | name: | ||
| 68 | type: string | 70 | type: string | ||
| 69 | certificateName: | 71 | certificateName: | ||
| 70 | type: string | 72 | type: string | ||
| 71 | caCertificateName: | 73 | caCertificateName: | ||
| 72 | type: string | 74 | type: string | ||
| 73 | kafka: | 75 | kafka: | ||
| 74 | type: object | 76 | type: object | ||
| 75 | properties: | 77 | properties: | ||
| 76 | requests: | 78 | requests: | ||
| 77 | type: object | 79 | type: object | ||
| 78 | properties: | 80 | properties: | ||
| 79 | vcores: | 81 | vcores: | ||
| 80 | type: integer | 82 | type: integer | ||
| 81 | memory: | 83 | memory: | ||
| 82 | type: string | 84 | type: string | ||
| 83 | limits: | 85 | limits: | ||
| 84 | type: object | 86 | type: object | ||
| 85 | properties: | 87 | properties: | ||
| 86 | vcores: | 88 | vcores: | ||
| 87 | type: integer | 89 | type: integer | ||
| 88 | memory: | 90 | memory: | ||
| 89 | type: string | 91 | type: string | ||
| 90 | storage: | 92 | storage: | ||
| 91 | type: object | 93 | type: object | ||
| 92 | properties: | 94 | properties: | ||
| 93 | data: | 95 | data: | ||
| 94 | type: object | 96 | type: object | ||
| 95 | properties: | 97 | properties: | ||
| 96 | className: | 98 | className: | ||
| 97 | type: string | 99 | type: string | ||
| 98 | labels: | 100 | labels: | ||
| 99 | type: object | 101 | type: object | ||
| 100 | additionalProperties: | 102 | additionalProperties: | ||
| 101 | type: string | 103 | type: string | ||
| 102 | annotations: | 104 | annotations: | ||
| 103 | type: object | 105 | type: object | ||
| 104 | additionalProperties: | 106 | additionalProperties: | ||
| 105 | type: string | 107 | type: string | ||
| 106 | accessMode: | 108 | accessMode: | ||
| 107 | type: string | 109 | type: string | ||
| 108 | size: | 110 | size: | ||
| 109 | type: string | 111 | type: string | ||
| 110 | claimName: | 112 | claimName: | ||
| 111 | type: string | 113 | type: string | ||
| 112 | logs: | 114 | logs: | ||
| 113 | type: object | 115 | type: object | ||
| 114 | properties: | 116 | properties: | ||
| 115 | className: | 117 | className: | ||
| 116 | type: string | 118 | type: string | ||
| 117 | labels: | 119 | labels: | ||
| 118 | type: object | 120 | type: object | ||
| 119 | additionalProperties: | 121 | additionalProperties: | ||
| 120 | type: string | 122 | type: string | ||
| 121 | annotations: | 123 | annotations: | ||
| 122 | type: object | 124 | type: object | ||
| 123 | additionalProperties: | 125 | additionalProperties: | ||
| 124 | type: string | 126 | type: string | ||
| 125 | accessMode: | 127 | accessMode: | ||
| 126 | type: string | 128 | type: string | ||
| 127 | size: | 129 | size: | ||
| 128 | type: string | 130 | type: string | ||
| 129 | claimName: | 131 | claimName: | ||
| 130 | type: string | 132 | type: string | ||
| 131 | pipelines: | 133 | pipelines: | ||
| 132 | type: object | 134 | type: object | ||
| 133 | additionalProperties: | 135 | additionalProperties: | ||
| 134 | type: object | 136 | type: object | ||
| 135 | properties: | 137 | properties: | ||
| 136 | exporters: | 138 | exporters: | ||
| 137 | type: array | 139 | type: array | ||
| 138 | items: | 140 | items: | ||
| 139 | type: string | 141 | type: string | ||
| 140 | update: | 142 | update: | ||
| 141 | type: object | 143 | type: object | ||
| 142 | properties: | 144 | properties: | ||
| 143 | desiredVersion: | 145 | desiredVersion: | ||
| 144 | type: string | 146 | type: string | ||
| 145 | status: | 147 | status: | ||
| 146 | type: object | 148 | type: object | ||
| 147 | properties: | 149 | properties: | ||
| 148 | readyReplicas: | 150 | readyReplicas: | ||
| 149 | type: string | 151 | type: string | ||
| 150 | observedGeneration: | 152 | observedGeneration: | ||
| 151 | type: integer | 153 | type: integer | ||
| 152 | runningVersion: | 154 | runningVersion: | ||
| 153 | type: string | 155 | type: string | ||
| 154 | registryVersions: | 156 | registryVersions: | ||
| 155 | type: object | 157 | type: object | ||
| 156 | properties: | 158 | properties: | ||
| 157 | next: | 159 | next: | ||
| 158 | type: string | 160 | type: string | ||
| 159 | previous: | 161 | previous: | ||
| 160 | type: string | 162 | type: string | ||
| 161 | current: | 163 | current: | ||
| 162 | type: string | 164 | type: string | ||
| 163 | latest: | 165 | latest: | ||
| 164 | type: string | 166 | type: string | ||
| 165 | behind: | 167 | behind: | ||
| 166 | type: integer | 168 | type: integer | ||
| 167 | available: | 169 | available: | ||
| 168 | type: array | 170 | type: array | ||
| 169 | items: | 171 | items: | ||
| 170 | type: string | 172 | type: string | ||
| 171 | releasedVersions: | 173 | releasedVersions: | ||
| 172 | type: object | 174 | type: object | ||
| 173 | properties: | 175 | properties: | ||
| 174 | next: | 176 | next: | ||
| 175 | type: string | 177 | type: string | ||
| 176 | previous: | 178 | previous: | ||
| 177 | type: string | 179 | type: string | ||
| 178 | current: | 180 | current: | ||
| 179 | type: string | 181 | type: string | ||
| 180 | latest: | 182 | latest: | ||
| 181 | type: string | 183 | type: string | ||
| 182 | behind: | 184 | behind: | ||
| 183 | type: integer | 185 | type: integer | ||
| 184 | available: | 186 | available: | ||
| 185 | type: array | 187 | type: array | ||
| 186 | items: | 188 | items: | ||
| 187 | type: string | 189 | type: string | ||
| 188 | arcDataServicesK8sExtensionLatestVersion: | 190 | arcDataServicesK8sExtensionLatestVersion: | ||
| 189 | type: string | 191 | type: string | ||
| 190 | endpoints: | 192 | endpoints: | ||
| 191 | type: object | 193 | type: object | ||
| 192 | additionalProperties: | 194 | additionalProperties: | ||
| 193 | type: string | 195 | type: string | ||
| 194 | state: | 196 | state: | ||
| 195 | type: string | 197 | type: string | ||
| 196 | healthState: | 198 | healthState: | ||
| 197 | type: string | 199 | type: string | ||
| 198 | reason: | 200 | reason: | ||
| 199 | type: string | 201 | type: string | ||
| 200 | message: | 202 | message: | ||
| 201 | type: string | 203 | type: string | ||
| 202 | lastUpdateTime: | 204 | lastUpdateTime: | ||
| 203 | type: string | 205 | type: string | ||
| 204 | format: date-time | 206 | format: date-time | ||
| 205 | apiVersion: | 207 | apiVersion: | ||
| 206 | type: string | 208 | type: string | ||
| 207 | kind: | 209 | kind: | ||
| 208 | type: string | 210 | type: string | ||
| Legends | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||