v1beta1
v1beta1
t1name: v1beta1t1name: v1beta1
2served: true2served: true
3storage: true3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
6    type: object6    type: object
7    properties:7    properties:
8      spec:8      spec:
9        type: object9        type: object
10        properties:10        properties:
11          service:11          service:
12            type: object12            type: object
13            properties:13            properties:
14              type:14              type:
15                type: string15                type: string
16              port:16              port:
17                type: integer17                type: integer
18          requests:18          requests:
19            type: object19            type: object
20            properties:20            properties:
21              vcores:21              vcores:
22                type: integer22                type: integer
23              memory:23              memory:
24                type: string24                type: string
25          limits:25          limits:
26            type: object26            type: object
27            properties:27            properties:
28              vcores:28              vcores:
29                type: integer29                type: integer
30              memory:30              memory:
31                type: string31                type: string
32          storage:32          storage:
33            type: object33            type: object
34            properties:34            properties:
35              DataStorage:35              DataStorage:
36                type: object36                type: object
37                properties:37                properties:
38                  volumes:38                  volumes:
39                    type: array39                    type: array
40                    items:40                    items:
41                      type: object41                      type: object
42                      properties:42                      properties:
43                        className:43                        className:
44                          type: string44                          type: string
45                        labels:45                        labels:
46                          type: object46                          type: object
47                          additionalProperties:47                          additionalProperties:
48                            type: string48                            type: string
49                        annotations:49                        annotations:
50                          type: object50                          type: object
51                          additionalProperties:51                          additionalProperties:
52                            type: string52                            type: string
53                        accessMode:53                        accessMode:
54                          type: string54                          type: string
55                        size:55                        size:
56                          type: string56                          type: string
57                        claimName:57                        claimName:
58                          type: string58                          type: string
59              LogsStorage:59              LogsStorage:
60                type: object60                type: object
61                properties:61                properties:
62                  volumes:62                  volumes:
63                    type: array63                    type: array
64                    items:64                    items:
65                      type: object65                      type: object
66                      properties:66                      properties:
67                        className:67                        className:
68                          type: string68                          type: string
69                        labels:69                        labels:
70                          type: object70                          type: object
71                          additionalProperties:71                          additionalProperties:
72                            type: string72                            type: string
73                        annotations:73                        annotations:
74                          type: object74                          type: object
75                          additionalProperties:75                          additionalProperties:
76                            type: string76                            type: string
77                        accessMode:77                        accessMode:
78                          type: string78                          type: string
79                        size:79                        size:
80                          type: string80                          type: string
81                        claimName:81                        claimName:
82                          type: string82                          type: string
83          replicas:83          replicas:
84            type: integer84            type: integer
85      status:85      status:
86        type: object86        type: object
87        properties:87        properties:
88          readyReplicas:88          readyReplicas:
89            type: string89            type: string
90          externalEndpoint:90          externalEndpoint:
91            type: string91            type: string
92          logSearchDashboard:92          logSearchDashboard:
93            type: string93            type: string
94          metricsDashboard:94          metricsDashboard:
95            type: string95            type: string
96          observedGeneration:96          observedGeneration:
97            type: integer97            type: integer
98          runningVersion:98          runningVersion:
99            type: string99            type: string
100          registryVersions:100          registryVersions:
101            type: object101            type: object
102            properties:102            properties:
103              next:103              next:
104                type: string104                type: string
105              previous:105              previous:
106                type: string106                type: string
107              current:107              current:
108                type: string108                type: string
109              latest:109              latest:
110                type: string110                type: string
111              behind:111              behind:
112                type: integer112                type: integer
113              available:113              available:
114                type: array114                type: array
115                items:115                items:
116                  type: string116                  type: string
117          releasedVersions:117          releasedVersions:
118            type: object118            type: object
119            properties:119            properties:
120              next:120              next:
121                type: string121                type: string
122              previous:122              previous:
123                type: string123                type: string
124              current:124              current:
125                type: string125                type: string
126              latest:126              latest:
127                type: string127                type: string
128              behind:128              behind:
129                type: integer129                type: integer
130              available:130              available:
131                type: array131                type: array
132                items:132                items:
133                  type: string133                  type: string
134          arcDataServicesK8sExtensionLatestVersion:134          arcDataServicesK8sExtensionLatestVersion:
135            type: string135            type: string
136          endpoints:136          endpoints:
137            type: object137            type: object
138            additionalProperties:138            additionalProperties:
139              type: string139              type: string
140          state:140          state:
141            type: string141            type: string
142          healthState:142          healthState:
143            type: string143            type: string
144          reason:144          reason:
145            type: string145            type: string
146          message:146          message:
147            type: string147            type: string
148          lastUpdateTime:148          lastUpdateTime:
149            type: string149            type: string
150            format: date-time150            format: date-time
151      apiVersion:151      apiVersion:
152        type: string152        type: string
153      kind:153      kind:
154        type: string154        type: string
155subresources:155subresources:
156  status: {}156  status: {}
157additionalPrinterColumns:157additionalPrinterColumns:
158- jsonPath: .status.state158- jsonPath: .status.state
159  name: Status159  name: Status
160  type: string160  type: string
161- jsonPath: .metadata.creationTimestamp161- jsonPath: .metadata.creationTimestamp
162  name: Age162  name: Age
163  type: date163  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op