v1beta4
v1beta5
n1name: v1beta4n1name: v1beta5
2served: true2served: true
n3storage: falsen3storage: 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          exporters:25          exporters:
26            type: object26            type: object
27            properties:27            properties:
28              kafka:28              kafka:
29                type: array29                type: array
30                items:30                items:
31                  type: object31                  type: object
32                  properties:32                  properties:
33                    topic:33                    topic:
34                      type: string34                      type: string
35                    brokers:35                    brokers:
tt36                      type: array
37                      items:
36                      type: string38                        type: string
37                    encoding:39                    encoding:
38                      type: string40                      type: string
39                    name:41                    name:
40                      type: string42                      type: string
41                    certificateName:43                    certificateName:
42                      type: string44                      type: string
43                    caCertificateName:45                    caCertificateName:
44                      type: string46                      type: string
45              otlp:47              otlp:
46                type: array48                type: array
47                items:49                items:
48                  type: object50                  type: object
49                  properties:51                  properties:
50                    endpoint:52                    endpoint:
51                      type: string53                      type: string
52                    name:54                    name:
53                      type: string55                      type: string
54                    certificateName:56                    certificateName:
55                      type: string57                      type: string
56                    caCertificateName:58                    caCertificateName:
57                      type: string59                      type: string
58              elasticsearch:60              elasticsearch:
59                type: array61                type: array
60                items:62                items:
61                  type: object63                  type: object
62                  properties:64                  properties:
63                    index:65                    index:
64                      type: string66                      type: string
65                    endpoint:67                    endpoint:
66                      type: string68                      type: string
67                    name:69                    name:
68                      type: string70                      type: string
69                    certificateName:71                    certificateName:
70                      type: string72                      type: string
71                    caCertificateName:73                    caCertificateName:
72                      type: string74                      type: string
73          kafka:75          kafka:
74            type: object76            type: object
75            properties:77            properties:
76              requests:78              requests:
77                type: object79                type: object
78                properties:80                properties:
79                  vcores:81                  vcores:
80                    type: integer82                    type: integer
81                  memory:83                  memory:
82                    type: string84                    type: string
83              limits:85              limits:
84                type: object86                type: object
85                properties:87                properties:
86                  vcores:88                  vcores:
87                    type: integer89                    type: integer
88                  memory:90                  memory:
89                    type: string91                    type: string
90              storage:92              storage:
91                type: object93                type: object
92                properties:94                properties:
93                  data:95                  data:
94                    type: object96                    type: object
95                    properties:97                    properties:
96                      className:98                      className:
97                        type: string99                        type: string
98                      labels:100                      labels:
99                        type: object101                        type: object
100                        additionalProperties:102                        additionalProperties:
101                          type: string103                          type: string
102                      annotations:104                      annotations:
103                        type: object105                        type: object
104                        additionalProperties:106                        additionalProperties:
105                          type: string107                          type: string
106                      accessMode:108                      accessMode:
107                        type: string109                        type: string
108                      size:110                      size:
109                        type: string111                        type: string
110                      claimName:112                      claimName:
111                        type: string113                        type: string
112                  logs:114                  logs:
113                    type: object115                    type: object
114                    properties:116                    properties:
115                      className:117                      className:
116                        type: string118                        type: string
117                      labels:119                      labels:
118                        type: object120                        type: object
119                        additionalProperties:121                        additionalProperties:
120                          type: string122                          type: string
121                      annotations:123                      annotations:
122                        type: object124                        type: object
123                        additionalProperties:125                        additionalProperties:
124                          type: string126                          type: string
125                      accessMode:127                      accessMode:
126                        type: string128                        type: string
127                      size:129                      size:
128                        type: string130                        type: string
129                      claimName:131                      claimName:
130                        type: string132                        type: string
131          pipelines:133          pipelines:
132            type: object134            type: object
133            additionalProperties:135            additionalProperties:
134              type: object136              type: object
135              properties:137              properties:
136                exporters:138                exporters:
137                  type: array139                  type: array
138                  items:140                  items:
139                    type: string141                    type: string
140          update:142          update:
141            type: object143            type: object
142            properties:144            properties:
143              desiredVersion:145              desiredVersion:
144                type: string146                type: string
145      status:147      status:
146        type: object148        type: object
147        properties:149        properties:
148          readyReplicas:150          readyReplicas:
149            type: string151            type: string
150          observedGeneration:152          observedGeneration:
151            type: integer153            type: integer
152          runningVersion:154          runningVersion:
153            type: string155            type: string
154          registryVersions:156          registryVersions:
155            type: object157            type: object
156            properties:158            properties:
157              next:159              next:
158                type: string160                type: string
159              previous:161              previous:
160                type: string162                type: string
161              current:163              current:
162                type: string164                type: string
163              latest:165              latest:
164                type: string166                type: string
165              behind:167              behind:
166                type: integer168                type: integer
167              available:169              available:
168                type: array170                type: array
169                items:171                items:
170                  type: string172                  type: string
171          releasedVersions:173          releasedVersions:
172            type: object174            type: object
173            properties:175            properties:
174              next:176              next:
175                type: string177                type: string
176              previous:178              previous:
177                type: string179                type: string
178              current:180              current:
179                type: string181                type: string
180              latest:182              latest:
181                type: string183                type: string
182              behind:184              behind:
183                type: integer185                type: integer
184              available:186              available:
185                type: array187                type: array
186                items:188                items:
187                  type: string189                  type: string
188          arcDataServicesK8sExtensionLatestVersion:190          arcDataServicesK8sExtensionLatestVersion:
189            type: string191            type: string
190          endpoints:192          endpoints:
191            type: object193            type: object
192            additionalProperties:194            additionalProperties:
193              type: string195              type: string
194          state:196          state:
195            type: string197            type: string
196          healthState:198          healthState:
197            type: string199            type: string
198          reason:200          reason:
199            type: string201            type: string
200          message:202          message:
201            type: string203            type: string
202          lastUpdateTime:204          lastUpdateTime:
203            type: string205            type: string
204            format: date-time206            format: date-time
205      apiVersion:207      apiVersion:
206        type: string208        type: string
207      kind:209      kind:
208        type: string210        type: string
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op