-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.example.yaml
479 lines (476 loc) · 15.5 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# This is an example configuration file
# used for development and testing purposes.
#
# For the effective config used in production for
# docs.giantswarm.io, see
# https://github.com/giantswarm/docs/blob/main/scripts/update-crd-reference/config.yaml
template_path: templates/crd.template
output_path: output
# List of repositories containing CRDs.
# Sequence is important here if several repos provide the same CRD (based on the full name).
# In this case, the first repo "wins". Subsequent repos adding the same CRD will result in a
# warning.
source_repositories:
- url: https://github.com/giantswarm/apiextensions-application
organization: giantswarm
short_name: apiextensions-application
commit_reference: v0.3.0
crd_paths:
- config/crd
cr_paths:
- docs/cr
metadata:
appcatalogs.application.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
deprecation:
replaced_by:
full_name: catalogs.application.giantswarm.io
short_name: Catalog
appcatalogentries.application.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
apps.application.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
catalogs.application.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
charts.application.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
- url: https://github.com/giantswarm/config-controller
organization: giantswarm
short_name: config-controller
commit_reference: v0.5.1
crd_paths:
- config/crd
cr_paths:
- docs/cr
metadata:
configs.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- apps
- managementcluster
- url: https://github.com/giantswarm/silence-operator
organization: giantswarm
short_name: silence-operator
commit_reference: v0.4.0
crd_paths:
- config/crd
cr_paths:
- docs/cr
metadata:
silences.monitoring.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-atlas
topics:
- managementcluster
- url: https://github.com/giantswarm/release-operator
organization: giantswarm
short_name: release-operator
commit_reference: v3.0.1
crd_paths:
- config/crd
cr_paths:
- docs/cr
metadata:
releases.release.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
topics:
- managementcluster
- workloadcluster
- url: https://github.com/giantswarm/apiextensions
organization: giantswarm
short_name: apiextensions
commit_reference: v3.39.0
annotations_paths:
- pkg/annotation
crd_paths:
- config/crd
- helm
cr_paths:
- docs/cr
metadata:
awsclusters.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsclusters.infrastructure.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- aws
topics:
- workloadcluster
deprecation:
info: This CRD will be removed once Cluster API resources are used for all AWS workload clusters.
awsclusterconfigs.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsclustercontrolleridentities.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsclusterroleidentities.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsclusterstaticidentities.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsconfigs.provider.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awscontrolplanes.infrastructure.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- aws
topics:
- workloadcluster
deprecation:
info: This CRD will be removed once Cluster API resources are used for all AWS workload clusters.
awsfargateprofiles.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmachinedeployments.infrastructure.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- aws
topics:
- workloadcluster
awsmachinepools.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmachines.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmachinetemplates.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmanagedclusters.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmanagedcontrolplanes.controlplane.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
awsmanagedmachinepools.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureassignedidentities.aadpodidentity.k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureclusteridentities.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureclusters.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- azure
topics:
- workloadcluster
azureclusterconfigs.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureconfigs.provider.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureidentities.aadpodidentity.k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azureidentitybindings.aadpodidentity.k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azuremachinepools.exp.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- azure
topics:
- workloadcluster
azuremachines.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- azure
topics:
- workloadcluster
azuremachinetemplates.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azuremanagedclusters.exp.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azuremanagedcontrolplanes.exp.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azuremanagedmachinepools.exp.infrastructure.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
azurepodidentityexceptions.aadpodidentity.k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
certconfigs.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-cabbage
topics:
- managementcluster
- workloadcluster
chartconfigs.core.giantswarm.io:
hidden: true
clusterclasses.cluster.x-k8s.io:
hidden: true
clusterresourcesetbindings.addons.cluster.x-k8s.io:
hidden: true
clusterresourcesets.addons.cluster.x-k8s.io:
hidden: true
clusters.core.giantswarm.io:
hidden: true
clusters.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- aws
- azure
- vsphere
topics:
- workloadcluster
drainerconfigs.core.giantswarm.io:
hidden: true
draughtsmanconfigs.core.giantswarm.io:
hidden: true
eksconfigs.bootstrap.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
eksconfigtemplates.bootstrap.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
hidden: true
etcdbackups.backup.giantswarm.io:
hidden: true
flannelconfigs.core.giantswarm.io:
hidden: true
g8scontrolplanes.infrastructure.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- aws
topics:
- workloadcluster
deprecation:
info: This CRD will be removed once Cluster API resources are used for all AWS workload clusters.
haproxyloadbalancers.infrastructure.cluster.x-k8s.io:
hidden: true
ingressconfigs.core.giantswarm.io:
hidden: true
kubeadmconfigs.bootstrap.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
- https://github.com/orgs/giantswarm/teams/team-rocket
hidden: true
kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
- https://github.com/orgs/giantswarm/teams/team-rocket
hidden: true
kubeadmcontrolplanes.controlplane.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
- https://github.com/orgs/giantswarm/teams/team-rocket
hidden: true
kvmclusterconfigs.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- kvm
topics:
- workloadcluster
kvmconfigs.provider.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- kvm
topics:
- workloadcluster
machinedeployments.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- aws
- vsphere
topics:
- workloadcluster
machinehealthchecks.cluster.x-k8s.io:
hidden: true
machinepools.exp.cluster.x-k8s.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- azure
topics:
- workloadcluster
machines.cluster.x-k8s.io:
hidden: true
machinesets.cluster.x-k8s.io:
hidden: true
networkpools.infrastructure.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- aws
topics:
- workloadcluster
openstackclusters.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- openstack
topics:
- workloadcluster
openstackclustertemplates.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- openstack
topics:
- workloadcluster
openstackmachines.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- openstack
topics:
- workloadcluster
openstackmachinetemplates.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- openstack
topics:
- workloadcluster
organizations.security.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-rainbow
topics:
- managementcluster
releasecycles.release.giantswarm.io:
hidden: true
sparks.core.giantswarm.io:
owner:
- https://github.com/orgs/giantswarm/teams/team-phoenix
provider:
- azure
topics:
- workloadcluster
storageconfigs.core.giantswarm.io:
hidden: true
topics:
- managementcluster
vsphereclusteridentities.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vsphereclusters.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vsphereclustertemplates.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vspheredeploymentzones.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vspherefailuredomains.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vspheremachines.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vspheremachinetemplates.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster
vspherevms.infrastructure.cluster.x-k8s.io:
hidden: true
owner:
- https://github.com/orgs/giantswarm/teams/team-rocket
provider:
- vsphere
topics:
- workloadcluster