v1beta3
v1beta4
n1name: v1beta3n1name: v1beta4
2served: true2served: true
t3storage: falset3storage: 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          credentials:11          credentials:
12            type: object12            type: object
13            properties:13            properties:
14              certificates:14              certificates:
15                type: array15                type: array
16                items:16                items:
17                  type: object17                  type: object
18                  properties:18                  properties:
19                    certificateName:19                    certificateName:
20                      type: string20                      type: string
21                    secretName:21                    secretName:
22                      type: string22                      type: string
23                    secretNamespace:23                    secretNamespace:
24                      type: string24                      type: string
25          collector:25          collector:
26            type: object26            type: object
27            properties:27            properties:
28              receivers:28              receivers:
29                type: object29                type: object
30                additionalProperties:30                additionalProperties:
31                  type: object31                  type: object
32              processors:32              processors:
33                type: object33                type: object
34                additionalProperties:34                additionalProperties:
35                  type: object35                  type: object
36              exporters:36              exporters:
37                type: object37                type: object
38                additionalProperties:38                additionalProperties:
39                  type: object39                  type: object
40              extensions:40              extensions:
41                type: object41                type: object
42                additionalProperties:42                additionalProperties:
43                  type: object43                  type: object
44              service:44              service:
45                type: object45                type: object
46                properties:46                properties:
47                  pipelines:47                  pipelines:
48                    type: object48                    type: object
49                    additionalProperties:49                    additionalProperties:
50                      type: object50                      type: object
51                      properties:51                      properties:
52                        receivers:52                        receivers:
53                          type: array53                          type: array
54                          items:54                          items:
55                            type: string55                            type: string
56                        processors:56                        processors:
57                          type: array57                          type: array
58                          items:58                          items:
59                            type: string59                            type: string
60                        exporters:60                        exporters:
61                          type: array61                          type: array
62                          items:62                          items:
63                            type: string63                            type: string
64                  extensions:64                  extensions:
65                    type: array65                    type: array
66                    items:66                    items:
67                      type: string67                      type: string
68              requests:68              requests:
69                type: object69                type: object
70                properties:70                properties:
71                  vcores:71                  vcores:
72                    type: integer72                    type: integer
73                  memory:73                  memory:
74                    type: string74                    type: string
75              limits:75              limits:
76                type: object76                type: object
77                properties:77                properties:
78                  vcores:78                  vcores:
79                    type: integer79                    type: integer
80                  memory:80                  memory:
81                    type: string81                    type: string
82              storage:82              storage:
83                type: object83                type: object
84                properties:84                properties:
85                  data:85                  data:
86                    type: object86                    type: object
87                    properties:87                    properties:
88                      className:88                      className:
89                        type: string89                        type: string
90                      labels:90                      labels:
91                        type: object91                        type: object
92                        additionalProperties:92                        additionalProperties:
93                          type: string93                          type: string
94                      annotations:94                      annotations:
95                        type: object95                        type: object
96                        additionalProperties:96                        additionalProperties:
97                          type: string97                          type: string
98                      accessMode:98                      accessMode:
99                        type: string99                        type: string
100                      size:100                      size:
101                        type: string101                        type: string
102                      claimName:102                      claimName:
103                        type: string103                        type: string
104                  logs:104                  logs:
105                    type: object105                    type: object
106                    properties:106                    properties:
107                      className:107                      className:
108                        type: string108                        type: string
109                      labels:109                      labels:
110                        type: object110                        type: object
111                        additionalProperties:111                        additionalProperties:
112                          type: string112                          type: string
113                      annotations:113                      annotations:
114                        type: object114                        type: object
115                        additionalProperties:115                        additionalProperties:
116                          type: string116                          type: string
117                      accessMode:117                      accessMode:
118                        type: string118                        type: string
119                      size:119                      size:
120                        type: string120                        type: string
121                      claimName:121                      claimName:
122                        type: string122                        type: string
123          update:123          update:
124            type: object124            type: object
125            properties:125            properties:
126              desiredVersion:126              desiredVersion:
127                type: string127                type: string
128      status:128      status:
129        type: object129        type: object
130        properties:130        properties:
131          readyReplicas:131          readyReplicas:
132            type: string132            type: string
133          observedGeneration:133          observedGeneration:
134            type: integer134            type: integer
135          runningVersion:135          runningVersion:
136            type: string136            type: string
137          registryVersions:137          registryVersions:
138            type: object138            type: object
139            properties:139            properties:
140              next:140              next:
141                type: string141                type: string
142              previous:142              previous:
143                type: string143                type: string
144              current:144              current:
145                type: string145                type: string
146              latest:146              latest:
147                type: string147                type: string
148              behind:148              behind:
149                type: integer149                type: integer
150              available:150              available:
151                type: array151                type: array
152                items:152                items:
153                  type: string153                  type: string
154          releasedVersions:154          releasedVersions:
155            type: object155            type: object
156            properties:156            properties:
157              next:157              next:
158                type: string158                type: string
159              previous:159              previous:
160                type: string160                type: string
161              current:161              current:
162                type: string162                type: string
163              latest:163              latest:
164                type: string164                type: string
165              behind:165              behind:
166                type: integer166                type: integer
167              available:167              available:
168                type: array168                type: array
169                items:169                items:
170                  type: string170                  type: string
171          arcDataServicesK8sExtensionLatestVersion:171          arcDataServicesK8sExtensionLatestVersion:
172            type: string172            type: string
173          endpoints:173          endpoints:
174            type: object174            type: object
175            additionalProperties:175            additionalProperties:
176              type: string176              type: string
177          state:177          state:
178            type: string178            type: string
179          healthState:179          healthState:
180            type: string180            type: string
181          reason:181          reason:
182            type: string182            type: string
183          message:183          message:
184            type: string184            type: string
185          lastUpdateTime:185          lastUpdateTime:
186            type: string186            type: string
187            format: date-time187            format: date-time
188      apiVersion:188      apiVersion:
189        type: string189        type: string
190      kind:190      kind:
191        type: string191        type: string
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op