@r8s/crds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/crds/certmanager-certificate.yaml +794 -0
  2. package/crds/certmanager-clusterissuer.yaml +3739 -0
  3. package/crds/clickhouse-installation.yaml +1847 -0
  4. package/crds/cnpg-cluster.yaml +6794 -0
  5. package/crds/cnpg-pooler.yaml +9311 -0
  6. package/crds/cnpg-scheduledbackup.yaml +191 -0
  7. package/crds/envoy-backendtrafficpolicy.yaml +1 -0
  8. package/crds/envoy-clienttrafficpolicy.yaml +1 -0
  9. package/crds/envoy-envoyproxy.yaml +1 -0
  10. package/crds/envoy-proxy.yaml +16626 -0
  11. package/crds/envoy-securitypolicy.yaml +1 -0
  12. package/crds/externaldns-endpoint.yaml +94 -0
  13. package/crds/gatewayapi-gateway.yaml +2253 -0
  14. package/crds/gatewayapi-httproute.yaml +5643 -0
  15. package/crds/keycloak-keycloak.yaml +3192 -0
  16. package/crds/keycloak-realmimport.yaml +2878 -0
  17. package/crds/logging-flow.yaml +1768 -0
  18. package/crds/logging-logging.yaml +16770 -0
  19. package/crds/logging-output.yaml +14658 -0
  20. package/crds/loki-lokistack.yaml +5390 -0
  21. package/crds/prometheus-alertmanager.yaml +10013 -0
  22. package/crds/prometheus-podmonitor.yaml +741 -0
  23. package/crds/prometheus-prometheus.yaml +13928 -0
  24. package/crds/prometheus-prometheusrule.yaml +267 -0
  25. package/crds/prometheus-scrapeconfig.yaml +12938 -0
  26. package/crds/prometheus-servicemonitor.yaml +764 -0
  27. package/crds/prometheus-thanosruler.yaml +9795 -0
  28. package/crds/redis-cluster.yaml +7862 -0
  29. package/crds/redis-failover.yaml +1 -0
  30. package/crds/redis-replication.yaml +5593 -0
  31. package/crds/velero-backups.yaml +630 -0
  32. package/crds/velero-backupstoragelocations.yaml +174 -0
  33. package/crds/velero-schedules.yaml +584 -0
  34. package/dist/generated/cert-manager.d.ts +873 -0
  35. package/dist/generated/cert-manager.d.ts.map +1 -0
  36. package/dist/generated/cert-manager.js +24 -0
  37. package/dist/generated/cert-manager.js.map +1 -0
  38. package/dist/generated/clickhouse.d.ts +692 -0
  39. package/dist/generated/clickhouse.d.ts.map +1 -0
  40. package/dist/generated/clickhouse.js +14 -0
  41. package/dist/generated/clickhouse.js.map +1 -0
  42. package/dist/generated/externaldns.d.ts +47 -0
  43. package/dist/generated/externaldns.d.ts.map +1 -0
  44. package/dist/generated/externaldns.js +14 -0
  45. package/dist/generated/externaldns.js.map +1 -0
  46. package/dist/generated/gateway.d.ts +2396 -0
  47. package/dist/generated/gateway.d.ts.map +1 -0
  48. package/dist/generated/gateway.js +34 -0
  49. package/dist/generated/gateway.js.map +1 -0
  50. package/dist/generated/index.d.ts +24 -0
  51. package/dist/generated/index.d.ts.map +1 -0
  52. package/dist/generated/index.js +61 -0
  53. package/dist/generated/index.js.map +1 -0
  54. package/dist/generated/keycloak.d.ts +1607 -0
  55. package/dist/generated/keycloak.d.ts.map +1 -0
  56. package/dist/generated/keycloak.js +24 -0
  57. package/dist/generated/keycloak.js.map +1 -0
  58. package/dist/generated/logging.d.ts +3487 -0
  59. package/dist/generated/logging.d.ts.map +1 -0
  60. package/dist/generated/logging.js +34 -0
  61. package/dist/generated/logging.js.map +1 -0
  62. package/dist/generated/loki.d.ts +578 -0
  63. package/dist/generated/loki.d.ts.map +1 -0
  64. package/dist/generated/loki.js +14 -0
  65. package/dist/generated/loki.js.map +1 -0
  66. package/dist/generated/monitoring.d.ts +4230 -0
  67. package/dist/generated/monitoring.d.ts.map +1 -0
  68. package/dist/generated/monitoring.js +74 -0
  69. package/dist/generated/monitoring.js.map +1 -0
  70. package/dist/generated/operators.d.ts +18 -0
  71. package/dist/generated/operators.d.ts.map +1 -0
  72. package/dist/generated/operators.js +191 -0
  73. package/dist/generated/operators.js.map +1 -0
  74. package/dist/generated/postgresql.d.ts +2820 -0
  75. package/dist/generated/postgresql.d.ts.map +1 -0
  76. package/dist/generated/postgresql.js +34 -0
  77. package/dist/generated/postgresql.js.map +1 -0
  78. package/dist/generated/redis.d.ts +1253 -0
  79. package/dist/generated/redis.d.ts.map +1 -0
  80. package/dist/generated/redis.js +24 -0
  81. package/dist/generated/redis.js.map +1 -0
  82. package/dist/generated/velero.d.ts +351 -0
  83. package/dist/generated/velero.d.ts.map +1 -0
  84. package/dist/generated/velero.js +34 -0
  85. package/dist/generated/velero.js.map +1 -0
  86. package/dist/index.d.ts +18 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.js +34 -0
  89. package/dist/index.js.map +1 -0
  90. package/operators.yaml +196 -0
  91. package/package.json +49 -0
@@ -0,0 +1,3192 @@
1
+ # Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
2
+ apiVersion: apiextensions.k8s.io/v1
3
+ kind: CustomResourceDefinition
4
+ metadata:
5
+ name: keycloaks.k8s.keycloak.org
6
+ spec:
7
+ group: k8s.keycloak.org
8
+ names:
9
+ kind: Keycloak
10
+ plural: keycloaks
11
+ shortNames:
12
+ - kc
13
+ singular: keycloak
14
+ scope: Namespaced
15
+ versions:
16
+ - name: v2alpha1
17
+ schema:
18
+ openAPIV3Schema:
19
+ properties:
20
+ spec:
21
+ properties:
22
+ additionalOptions:
23
+ description: |-
24
+ Configuration of the Keycloak server.
25
+ expressed as a keys (reference: https://www.keycloak.org/server/all-config) and values that can be either direct values or references to secrets.
26
+ items:
27
+ properties:
28
+ name:
29
+ type: string
30
+ secret:
31
+ properties:
32
+ key:
33
+ type: string
34
+ name:
35
+ type: string
36
+ optional:
37
+ type: boolean
38
+ type: object
39
+ value:
40
+ type: string
41
+ type: object
42
+ type: array
43
+ cache:
44
+ description: In this section you can configure Keycloak's cache
45
+ properties:
46
+ configMapFile:
47
+ properties:
48
+ key:
49
+ type: string
50
+ name:
51
+ type: string
52
+ optional:
53
+ type: boolean
54
+ type: object
55
+ type: object
56
+ db:
57
+ description: In this section you can find all properties related to
58
+ connect to a database.
59
+ properties:
60
+ database:
61
+ description: "Sets the database name of the default JDBC URL of\
62
+ \ the chosen vendor. If the `url` option is set, this option\
63
+ \ is ignored."
64
+ type: string
65
+ host:
66
+ description: "Sets the hostname of the default JDBC URL of the\
67
+ \ chosen vendor. If the `url` option is set, this option is\
68
+ \ ignored."
69
+ type: string
70
+ passwordSecret:
71
+ description: The reference to a secret holding the password of
72
+ the database user.
73
+ properties:
74
+ key:
75
+ type: string
76
+ name:
77
+ type: string
78
+ optional:
79
+ type: boolean
80
+ type: object
81
+ poolInitialSize:
82
+ description: The initial size of the connection pool.
83
+ type: integer
84
+ poolMaxSize:
85
+ description: The maximum size of the connection pool.
86
+ type: integer
87
+ poolMinSize:
88
+ description: The minimal size of the connection pool.
89
+ type: integer
90
+ port:
91
+ description: "Sets the port of the default JDBC URL of the chosen\
92
+ \ vendor. If the `url` option is set, this option is ignored."
93
+ type: integer
94
+ schema:
95
+ description: The database schema to be used.
96
+ type: string
97
+ url:
98
+ description: "The full database JDBC URL. If not provided, a default\
99
+ \ URL is set based on the selected database vendor. For instance,\
100
+ \ if using 'postgres', the default JDBC URL would be 'jdbc:postgresql://localhost/keycloak'. "
101
+ type: string
102
+ usernameSecret:
103
+ description: The reference to a secret holding the username of
104
+ the database user.
105
+ properties:
106
+ key:
107
+ type: string
108
+ name:
109
+ type: string
110
+ optional:
111
+ type: boolean
112
+ type: object
113
+ vendor:
114
+ description: The database vendor.
115
+ type: string
116
+ type: object
117
+ features:
118
+ description: "In this section you can configure Keycloak features,\
119
+ \ which should be enabled/disabled."
120
+ properties:
121
+ disabled:
122
+ description: Disabled Keycloak features
123
+ items:
124
+ type: string
125
+ type: array
126
+ enabled:
127
+ description: Enabled Keycloak features
128
+ items:
129
+ type: string
130
+ type: array
131
+ type: object
132
+ hostname:
133
+ description: In this section you can configure Keycloak hostname and
134
+ related properties.
135
+ properties:
136
+ admin:
137
+ description: The hostname for accessing the administration console.
138
+ type: string
139
+ adminUrl:
140
+ description: "Set the base URL for accessing the administration\
141
+ \ console, including scheme, host, port and path"
142
+ type: string
143
+ hostname:
144
+ description: Hostname for the Keycloak server.
145
+ type: string
146
+ strict:
147
+ description: Disables dynamically resolving the hostname from
148
+ request headers.
149
+ type: boolean
150
+ strictBackchannel:
151
+ description: By default backchannel URLs are dynamically resolved
152
+ from request headers to allow internal and external applications.
153
+ type: boolean
154
+ type: object
155
+ http:
156
+ description: In this section you can configure Keycloak features related
157
+ to HTTP and HTTPS
158
+ properties:
159
+ httpEnabled:
160
+ description: Enables the HTTP listener.
161
+ type: boolean
162
+ httpPort:
163
+ description: The used HTTP port.
164
+ type: integer
165
+ httpsPort:
166
+ description: The used HTTPS port.
167
+ type: integer
168
+ tlsSecret:
169
+ description: "A secret containing the TLS configuration for HTTPS.\
170
+ \ Reference: https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets."
171
+ type: string
172
+ type: object
173
+ image:
174
+ description: Custom Keycloak image to be used.
175
+ type: string
176
+ imagePullSecrets:
177
+ description: Secret(s) that might be used when pulling an image from
178
+ a private container image registry or repository.
179
+ items:
180
+ properties:
181
+ name:
182
+ type: string
183
+ type: object
184
+ type: array
185
+ ingress:
186
+ description: |-
187
+ The deployment is, by default, exposed through a basic ingress.
188
+ You can change this behaviour by setting the enabled property to false.
189
+ properties:
190
+ annotations:
191
+ additionalProperties:
192
+ type: string
193
+ description: Additional annotations to be appended to the Ingress
194
+ object
195
+ type: object
196
+ className:
197
+ type: string
198
+ enabled:
199
+ type: boolean
200
+ type: object
201
+ instances:
202
+ description: Number of Keycloak instances in HA mode. Default is 1.
203
+ type: integer
204
+ proxy:
205
+ description: In this section you can configure Keycloak's reverse
206
+ proxy setting
207
+ properties:
208
+ headers:
209
+ description: The proxy headers that should be accepted by the
210
+ server. Misconfiguration might leave the server exposed to security
211
+ vulnerabilities.
212
+ type: string
213
+ type: object
214
+ resources:
215
+ description: Compute Resources required by Keycloak container
216
+ properties:
217
+ claims:
218
+ items:
219
+ properties:
220
+ name:
221
+ type: string
222
+ type: object
223
+ type: array
224
+ limits:
225
+ additionalProperties:
226
+ anyOf:
227
+ - type: integer
228
+ - type: string
229
+ x-kubernetes-int-or-string: true
230
+ type: object
231
+ requests:
232
+ additionalProperties:
233
+ anyOf:
234
+ - type: integer
235
+ - type: string
236
+ x-kubernetes-int-or-string: true
237
+ type: object
238
+ type: object
239
+ startOptimized:
240
+ description: Set to force the behavior of the --optimized flag for
241
+ the start command. If left unspecified the operator will assume
242
+ custom images have already been augmented.
243
+ type: boolean
244
+ transaction:
245
+ description: In this section you can find all properties related to
246
+ the settings of transaction behavior.
247
+ properties:
248
+ xaEnabled:
249
+ description: Determine whether Keycloak should use a non-XA datasource
250
+ in case the database does not support XA transactions.
251
+ type: boolean
252
+ type: object
253
+ truststores:
254
+ additionalProperties:
255
+ properties:
256
+ name:
257
+ type: string
258
+ secret:
259
+ properties:
260
+ name:
261
+ type: string
262
+ optional:
263
+ type: boolean
264
+ required:
265
+ - name
266
+ type: object
267
+ required:
268
+ - secret
269
+ - name
270
+ type: object
271
+ description: In this section you can configure Keycloak truststores.
272
+ type: object
273
+ unsupported:
274
+ description: |-
275
+ In this section you can configure podTemplate advanced features, not production-ready, and not supported settings.
276
+ Use at your own risk and open an issue with your use-case if you don't find an alternative way.
277
+ properties:
278
+ podTemplate:
279
+ description: |-
280
+ You can configure that will be merged with the one configured by default by the operator.
281
+ Use at your own risk, we reserve the possibility to remove/change the way any field gets merged in future releases without notice.
282
+ Reference: https://kubernetes.io/docs/concepts/workloads/pods/#pod-templates
283
+ properties:
284
+ metadata:
285
+ properties:
286
+ annotations:
287
+ additionalProperties:
288
+ type: string
289
+ type: object
290
+ creationTimestamp:
291
+ type: string
292
+ deletionGracePeriodSeconds:
293
+ type: integer
294
+ deletionTimestamp:
295
+ type: string
296
+ finalizers:
297
+ items:
298
+ type: string
299
+ type: array
300
+ generateName:
301
+ type: string
302
+ generation:
303
+ type: integer
304
+ labels:
305
+ additionalProperties:
306
+ type: string
307
+ type: object
308
+ managedFields:
309
+ items:
310
+ properties:
311
+ apiVersion:
312
+ type: string
313
+ fieldsType:
314
+ type: string
315
+ fieldsV1:
316
+ type: object
317
+ manager:
318
+ type: string
319
+ operation:
320
+ type: string
321
+ subresource:
322
+ type: string
323
+ time:
324
+ type: string
325
+ type: object
326
+ type: array
327
+ name:
328
+ type: string
329
+ namespace:
330
+ type: string
331
+ ownerReferences:
332
+ items:
333
+ properties:
334
+ apiVersion:
335
+ type: string
336
+ blockOwnerDeletion:
337
+ type: boolean
338
+ controller:
339
+ type: boolean
340
+ kind:
341
+ type: string
342
+ name:
343
+ type: string
344
+ uid:
345
+ type: string
346
+ type: object
347
+ type: array
348
+ resourceVersion:
349
+ type: string
350
+ selfLink:
351
+ type: string
352
+ uid:
353
+ type: string
354
+ type: object
355
+ spec:
356
+ properties:
357
+ activeDeadlineSeconds:
358
+ type: integer
359
+ affinity:
360
+ properties:
361
+ nodeAffinity:
362
+ properties:
363
+ preferredDuringSchedulingIgnoredDuringExecution:
364
+ items:
365
+ properties:
366
+ preference:
367
+ properties:
368
+ matchExpressions:
369
+ items:
370
+ properties:
371
+ key:
372
+ type: string
373
+ operator:
374
+ type: string
375
+ values:
376
+ items:
377
+ type: string
378
+ type: array
379
+ type: object
380
+ type: array
381
+ matchFields:
382
+ items:
383
+ properties:
384
+ key:
385
+ type: string
386
+ operator:
387
+ type: string
388
+ values:
389
+ items:
390
+ type: string
391
+ type: array
392
+ type: object
393
+ type: array
394
+ type: object
395
+ weight:
396
+ type: integer
397
+ type: object
398
+ type: array
399
+ requiredDuringSchedulingIgnoredDuringExecution:
400
+ properties:
401
+ nodeSelectorTerms:
402
+ items:
403
+ properties:
404
+ matchExpressions:
405
+ items:
406
+ properties:
407
+ key:
408
+ type: string
409
+ operator:
410
+ type: string
411
+ values:
412
+ items:
413
+ type: string
414
+ type: array
415
+ type: object
416
+ type: array
417
+ matchFields:
418
+ items:
419
+ properties:
420
+ key:
421
+ type: string
422
+ operator:
423
+ type: string
424
+ values:
425
+ items:
426
+ type: string
427
+ type: array
428
+ type: object
429
+ type: array
430
+ type: object
431
+ type: array
432
+ type: object
433
+ type: object
434
+ podAffinity:
435
+ properties:
436
+ preferredDuringSchedulingIgnoredDuringExecution:
437
+ items:
438
+ properties:
439
+ podAffinityTerm:
440
+ properties:
441
+ labelSelector:
442
+ properties:
443
+ matchExpressions:
444
+ items:
445
+ properties:
446
+ key:
447
+ type: string
448
+ operator:
449
+ type: string
450
+ values:
451
+ items:
452
+ type: string
453
+ type: array
454
+ type: object
455
+ type: array
456
+ matchLabels:
457
+ additionalProperties:
458
+ type: string
459
+ type: object
460
+ type: object
461
+ matchLabelKeys:
462
+ items:
463
+ type: string
464
+ type: array
465
+ mismatchLabelKeys:
466
+ items:
467
+ type: string
468
+ type: array
469
+ namespaceSelector:
470
+ properties:
471
+ matchExpressions:
472
+ items:
473
+ properties:
474
+ key:
475
+ type: string
476
+ operator:
477
+ type: string
478
+ values:
479
+ items:
480
+ type: string
481
+ type: array
482
+ type: object
483
+ type: array
484
+ matchLabels:
485
+ additionalProperties:
486
+ type: string
487
+ type: object
488
+ type: object
489
+ namespaces:
490
+ items:
491
+ type: string
492
+ type: array
493
+ topologyKey:
494
+ type: string
495
+ type: object
496
+ weight:
497
+ type: integer
498
+ type: object
499
+ type: array
500
+ requiredDuringSchedulingIgnoredDuringExecution:
501
+ items:
502
+ properties:
503
+ labelSelector:
504
+ properties:
505
+ matchExpressions:
506
+ items:
507
+ properties:
508
+ key:
509
+ type: string
510
+ operator:
511
+ type: string
512
+ values:
513
+ items:
514
+ type: string
515
+ type: array
516
+ type: object
517
+ type: array
518
+ matchLabels:
519
+ additionalProperties:
520
+ type: string
521
+ type: object
522
+ type: object
523
+ matchLabelKeys:
524
+ items:
525
+ type: string
526
+ type: array
527
+ mismatchLabelKeys:
528
+ items:
529
+ type: string
530
+ type: array
531
+ namespaceSelector:
532
+ properties:
533
+ matchExpressions:
534
+ items:
535
+ properties:
536
+ key:
537
+ type: string
538
+ operator:
539
+ type: string
540
+ values:
541
+ items:
542
+ type: string
543
+ type: array
544
+ type: object
545
+ type: array
546
+ matchLabels:
547
+ additionalProperties:
548
+ type: string
549
+ type: object
550
+ type: object
551
+ namespaces:
552
+ items:
553
+ type: string
554
+ type: array
555
+ topologyKey:
556
+ type: string
557
+ type: object
558
+ type: array
559
+ type: object
560
+ podAntiAffinity:
561
+ properties:
562
+ preferredDuringSchedulingIgnoredDuringExecution:
563
+ items:
564
+ properties:
565
+ podAffinityTerm:
566
+ properties:
567
+ labelSelector:
568
+ properties:
569
+ matchExpressions:
570
+ items:
571
+ properties:
572
+ key:
573
+ type: string
574
+ operator:
575
+ type: string
576
+ values:
577
+ items:
578
+ type: string
579
+ type: array
580
+ type: object
581
+ type: array
582
+ matchLabels:
583
+ additionalProperties:
584
+ type: string
585
+ type: object
586
+ type: object
587
+ matchLabelKeys:
588
+ items:
589
+ type: string
590
+ type: array
591
+ mismatchLabelKeys:
592
+ items:
593
+ type: string
594
+ type: array
595
+ namespaceSelector:
596
+ properties:
597
+ matchExpressions:
598
+ items:
599
+ properties:
600
+ key:
601
+ type: string
602
+ operator:
603
+ type: string
604
+ values:
605
+ items:
606
+ type: string
607
+ type: array
608
+ type: object
609
+ type: array
610
+ matchLabels:
611
+ additionalProperties:
612
+ type: string
613
+ type: object
614
+ type: object
615
+ namespaces:
616
+ items:
617
+ type: string
618
+ type: array
619
+ topologyKey:
620
+ type: string
621
+ type: object
622
+ weight:
623
+ type: integer
624
+ type: object
625
+ type: array
626
+ requiredDuringSchedulingIgnoredDuringExecution:
627
+ items:
628
+ properties:
629
+ labelSelector:
630
+ properties:
631
+ matchExpressions:
632
+ items:
633
+ properties:
634
+ key:
635
+ type: string
636
+ operator:
637
+ type: string
638
+ values:
639
+ items:
640
+ type: string
641
+ type: array
642
+ type: object
643
+ type: array
644
+ matchLabels:
645
+ additionalProperties:
646
+ type: string
647
+ type: object
648
+ type: object
649
+ matchLabelKeys:
650
+ items:
651
+ type: string
652
+ type: array
653
+ mismatchLabelKeys:
654
+ items:
655
+ type: string
656
+ type: array
657
+ namespaceSelector:
658
+ properties:
659
+ matchExpressions:
660
+ items:
661
+ properties:
662
+ key:
663
+ type: string
664
+ operator:
665
+ type: string
666
+ values:
667
+ items:
668
+ type: string
669
+ type: array
670
+ type: object
671
+ type: array
672
+ matchLabels:
673
+ additionalProperties:
674
+ type: string
675
+ type: object
676
+ type: object
677
+ namespaces:
678
+ items:
679
+ type: string
680
+ type: array
681
+ topologyKey:
682
+ type: string
683
+ type: object
684
+ type: array
685
+ type: object
686
+ type: object
687
+ automountServiceAccountToken:
688
+ type: boolean
689
+ containers:
690
+ items:
691
+ properties:
692
+ args:
693
+ items:
694
+ type: string
695
+ type: array
696
+ command:
697
+ items:
698
+ type: string
699
+ type: array
700
+ env:
701
+ items:
702
+ properties:
703
+ name:
704
+ type: string
705
+ value:
706
+ type: string
707
+ valueFrom:
708
+ properties:
709
+ configMapKeyRef:
710
+ properties:
711
+ key:
712
+ type: string
713
+ name:
714
+ type: string
715
+ optional:
716
+ type: boolean
717
+ type: object
718
+ fieldRef:
719
+ properties:
720
+ apiVersion:
721
+ type: string
722
+ fieldPath:
723
+ type: string
724
+ type: object
725
+ resourceFieldRef:
726
+ properties:
727
+ containerName:
728
+ type: string
729
+ divisor:
730
+ anyOf:
731
+ - type: integer
732
+ - type: string
733
+ x-kubernetes-int-or-string: true
734
+ resource:
735
+ type: string
736
+ type: object
737
+ secretKeyRef:
738
+ properties:
739
+ key:
740
+ type: string
741
+ name:
742
+ type: string
743
+ optional:
744
+ type: boolean
745
+ type: object
746
+ type: object
747
+ type: object
748
+ type: array
749
+ envFrom:
750
+ items:
751
+ properties:
752
+ configMapRef:
753
+ properties:
754
+ name:
755
+ type: string
756
+ optional:
757
+ type: boolean
758
+ type: object
759
+ prefix:
760
+ type: string
761
+ secretRef:
762
+ properties:
763
+ name:
764
+ type: string
765
+ optional:
766
+ type: boolean
767
+ type: object
768
+ type: object
769
+ type: array
770
+ image:
771
+ type: string
772
+ imagePullPolicy:
773
+ type: string
774
+ lifecycle:
775
+ properties:
776
+ postStart:
777
+ properties:
778
+ exec:
779
+ properties:
780
+ command:
781
+ items:
782
+ type: string
783
+ type: array
784
+ type: object
785
+ httpGet:
786
+ properties:
787
+ host:
788
+ type: string
789
+ httpHeaders:
790
+ items:
791
+ properties:
792
+ name:
793
+ type: string
794
+ value:
795
+ type: string
796
+ type: object
797
+ type: array
798
+ path:
799
+ type: string
800
+ port:
801
+ anyOf:
802
+ - type: integer
803
+ - type: string
804
+ x-kubernetes-int-or-string: true
805
+ scheme:
806
+ type: string
807
+ type: object
808
+ sleep:
809
+ properties:
810
+ seconds:
811
+ type: integer
812
+ type: object
813
+ tcpSocket:
814
+ properties:
815
+ host:
816
+ type: string
817
+ port:
818
+ anyOf:
819
+ - type: integer
820
+ - type: string
821
+ x-kubernetes-int-or-string: true
822
+ type: object
823
+ type: object
824
+ preStop:
825
+ properties:
826
+ exec:
827
+ properties:
828
+ command:
829
+ items:
830
+ type: string
831
+ type: array
832
+ type: object
833
+ httpGet:
834
+ properties:
835
+ host:
836
+ type: string
837
+ httpHeaders:
838
+ items:
839
+ properties:
840
+ name:
841
+ type: string
842
+ value:
843
+ type: string
844
+ type: object
845
+ type: array
846
+ path:
847
+ type: string
848
+ port:
849
+ anyOf:
850
+ - type: integer
851
+ - type: string
852
+ x-kubernetes-int-or-string: true
853
+ scheme:
854
+ type: string
855
+ type: object
856
+ sleep:
857
+ properties:
858
+ seconds:
859
+ type: integer
860
+ type: object
861
+ tcpSocket:
862
+ properties:
863
+ host:
864
+ type: string
865
+ port:
866
+ anyOf:
867
+ - type: integer
868
+ - type: string
869
+ x-kubernetes-int-or-string: true
870
+ type: object
871
+ type: object
872
+ type: object
873
+ livenessProbe:
874
+ properties:
875
+ exec:
876
+ properties:
877
+ command:
878
+ items:
879
+ type: string
880
+ type: array
881
+ type: object
882
+ failureThreshold:
883
+ type: integer
884
+ grpc:
885
+ properties:
886
+ port:
887
+ type: integer
888
+ service:
889
+ type: string
890
+ type: object
891
+ httpGet:
892
+ properties:
893
+ host:
894
+ type: string
895
+ httpHeaders:
896
+ items:
897
+ properties:
898
+ name:
899
+ type: string
900
+ value:
901
+ type: string
902
+ type: object
903
+ type: array
904
+ path:
905
+ type: string
906
+ port:
907
+ anyOf:
908
+ - type: integer
909
+ - type: string
910
+ x-kubernetes-int-or-string: true
911
+ scheme:
912
+ type: string
913
+ type: object
914
+ initialDelaySeconds:
915
+ type: integer
916
+ periodSeconds:
917
+ type: integer
918
+ successThreshold:
919
+ type: integer
920
+ tcpSocket:
921
+ properties:
922
+ host:
923
+ type: string
924
+ port:
925
+ anyOf:
926
+ - type: integer
927
+ - type: string
928
+ x-kubernetes-int-or-string: true
929
+ type: object
930
+ terminationGracePeriodSeconds:
931
+ type: integer
932
+ timeoutSeconds:
933
+ type: integer
934
+ type: object
935
+ name:
936
+ type: string
937
+ ports:
938
+ items:
939
+ properties:
940
+ containerPort:
941
+ type: integer
942
+ hostIP:
943
+ type: string
944
+ hostPort:
945
+ type: integer
946
+ name:
947
+ type: string
948
+ protocol:
949
+ type: string
950
+ type: object
951
+ type: array
952
+ readinessProbe:
953
+ properties:
954
+ exec:
955
+ properties:
956
+ command:
957
+ items:
958
+ type: string
959
+ type: array
960
+ type: object
961
+ failureThreshold:
962
+ type: integer
963
+ grpc:
964
+ properties:
965
+ port:
966
+ type: integer
967
+ service:
968
+ type: string
969
+ type: object
970
+ httpGet:
971
+ properties:
972
+ host:
973
+ type: string
974
+ httpHeaders:
975
+ items:
976
+ properties:
977
+ name:
978
+ type: string
979
+ value:
980
+ type: string
981
+ type: object
982
+ type: array
983
+ path:
984
+ type: string
985
+ port:
986
+ anyOf:
987
+ - type: integer
988
+ - type: string
989
+ x-kubernetes-int-or-string: true
990
+ scheme:
991
+ type: string
992
+ type: object
993
+ initialDelaySeconds:
994
+ type: integer
995
+ periodSeconds:
996
+ type: integer
997
+ successThreshold:
998
+ type: integer
999
+ tcpSocket:
1000
+ properties:
1001
+ host:
1002
+ type: string
1003
+ port:
1004
+ anyOf:
1005
+ - type: integer
1006
+ - type: string
1007
+ x-kubernetes-int-or-string: true
1008
+ type: object
1009
+ terminationGracePeriodSeconds:
1010
+ type: integer
1011
+ timeoutSeconds:
1012
+ type: integer
1013
+ type: object
1014
+ resizePolicy:
1015
+ items:
1016
+ properties:
1017
+ resourceName:
1018
+ type: string
1019
+ restartPolicy:
1020
+ type: string
1021
+ type: object
1022
+ type: array
1023
+ resources:
1024
+ properties:
1025
+ claims:
1026
+ items:
1027
+ properties:
1028
+ name:
1029
+ type: string
1030
+ type: object
1031
+ type: array
1032
+ limits:
1033
+ additionalProperties:
1034
+ anyOf:
1035
+ - type: integer
1036
+ - type: string
1037
+ x-kubernetes-int-or-string: true
1038
+ type: object
1039
+ requests:
1040
+ additionalProperties:
1041
+ anyOf:
1042
+ - type: integer
1043
+ - type: string
1044
+ x-kubernetes-int-or-string: true
1045
+ type: object
1046
+ type: object
1047
+ restartPolicy:
1048
+ type: string
1049
+ securityContext:
1050
+ properties:
1051
+ allowPrivilegeEscalation:
1052
+ type: boolean
1053
+ capabilities:
1054
+ properties:
1055
+ add:
1056
+ items:
1057
+ type: string
1058
+ type: array
1059
+ drop:
1060
+ items:
1061
+ type: string
1062
+ type: array
1063
+ type: object
1064
+ privileged:
1065
+ type: boolean
1066
+ procMount:
1067
+ type: string
1068
+ readOnlyRootFilesystem:
1069
+ type: boolean
1070
+ runAsGroup:
1071
+ type: integer
1072
+ runAsNonRoot:
1073
+ type: boolean
1074
+ runAsUser:
1075
+ type: integer
1076
+ seLinuxOptions:
1077
+ properties:
1078
+ level:
1079
+ type: string
1080
+ role:
1081
+ type: string
1082
+ type:
1083
+ type: string
1084
+ user:
1085
+ type: string
1086
+ type: object
1087
+ seccompProfile:
1088
+ properties:
1089
+ localhostProfile:
1090
+ type: string
1091
+ type:
1092
+ type: string
1093
+ type: object
1094
+ windowsOptions:
1095
+ properties:
1096
+ gmsaCredentialSpec:
1097
+ type: string
1098
+ gmsaCredentialSpecName:
1099
+ type: string
1100
+ hostProcess:
1101
+ type: boolean
1102
+ runAsUserName:
1103
+ type: string
1104
+ type: object
1105
+ type: object
1106
+ startupProbe:
1107
+ properties:
1108
+ exec:
1109
+ properties:
1110
+ command:
1111
+ items:
1112
+ type: string
1113
+ type: array
1114
+ type: object
1115
+ failureThreshold:
1116
+ type: integer
1117
+ grpc:
1118
+ properties:
1119
+ port:
1120
+ type: integer
1121
+ service:
1122
+ type: string
1123
+ type: object
1124
+ httpGet:
1125
+ properties:
1126
+ host:
1127
+ type: string
1128
+ httpHeaders:
1129
+ items:
1130
+ properties:
1131
+ name:
1132
+ type: string
1133
+ value:
1134
+ type: string
1135
+ type: object
1136
+ type: array
1137
+ path:
1138
+ type: string
1139
+ port:
1140
+ anyOf:
1141
+ - type: integer
1142
+ - type: string
1143
+ x-kubernetes-int-or-string: true
1144
+ scheme:
1145
+ type: string
1146
+ type: object
1147
+ initialDelaySeconds:
1148
+ type: integer
1149
+ periodSeconds:
1150
+ type: integer
1151
+ successThreshold:
1152
+ type: integer
1153
+ tcpSocket:
1154
+ properties:
1155
+ host:
1156
+ type: string
1157
+ port:
1158
+ anyOf:
1159
+ - type: integer
1160
+ - type: string
1161
+ x-kubernetes-int-or-string: true
1162
+ type: object
1163
+ terminationGracePeriodSeconds:
1164
+ type: integer
1165
+ timeoutSeconds:
1166
+ type: integer
1167
+ type: object
1168
+ stdin:
1169
+ type: boolean
1170
+ stdinOnce:
1171
+ type: boolean
1172
+ terminationMessagePath:
1173
+ type: string
1174
+ terminationMessagePolicy:
1175
+ type: string
1176
+ tty:
1177
+ type: boolean
1178
+ volumeDevices:
1179
+ items:
1180
+ properties:
1181
+ devicePath:
1182
+ type: string
1183
+ name:
1184
+ type: string
1185
+ type: object
1186
+ type: array
1187
+ volumeMounts:
1188
+ items:
1189
+ properties:
1190
+ mountPath:
1191
+ type: string
1192
+ mountPropagation:
1193
+ type: string
1194
+ name:
1195
+ type: string
1196
+ readOnly:
1197
+ type: boolean
1198
+ subPath:
1199
+ type: string
1200
+ subPathExpr:
1201
+ type: string
1202
+ type: object
1203
+ type: array
1204
+ workingDir:
1205
+ type: string
1206
+ type: object
1207
+ type: array
1208
+ dnsConfig:
1209
+ properties:
1210
+ nameservers:
1211
+ items:
1212
+ type: string
1213
+ type: array
1214
+ options:
1215
+ items:
1216
+ properties:
1217
+ name:
1218
+ type: string
1219
+ value:
1220
+ type: string
1221
+ type: object
1222
+ type: array
1223
+ searches:
1224
+ items:
1225
+ type: string
1226
+ type: array
1227
+ type: object
1228
+ dnsPolicy:
1229
+ type: string
1230
+ enableServiceLinks:
1231
+ type: boolean
1232
+ ephemeralContainers:
1233
+ items:
1234
+ properties:
1235
+ args:
1236
+ items:
1237
+ type: string
1238
+ type: array
1239
+ command:
1240
+ items:
1241
+ type: string
1242
+ type: array
1243
+ env:
1244
+ items:
1245
+ properties:
1246
+ name:
1247
+ type: string
1248
+ value:
1249
+ type: string
1250
+ valueFrom:
1251
+ properties:
1252
+ configMapKeyRef:
1253
+ properties:
1254
+ key:
1255
+ type: string
1256
+ name:
1257
+ type: string
1258
+ optional:
1259
+ type: boolean
1260
+ type: object
1261
+ fieldRef:
1262
+ properties:
1263
+ apiVersion:
1264
+ type: string
1265
+ fieldPath:
1266
+ type: string
1267
+ type: object
1268
+ resourceFieldRef:
1269
+ properties:
1270
+ containerName:
1271
+ type: string
1272
+ divisor:
1273
+ anyOf:
1274
+ - type: integer
1275
+ - type: string
1276
+ x-kubernetes-int-or-string: true
1277
+ resource:
1278
+ type: string
1279
+ type: object
1280
+ secretKeyRef:
1281
+ properties:
1282
+ key:
1283
+ type: string
1284
+ name:
1285
+ type: string
1286
+ optional:
1287
+ type: boolean
1288
+ type: object
1289
+ type: object
1290
+ type: object
1291
+ type: array
1292
+ envFrom:
1293
+ items:
1294
+ properties:
1295
+ configMapRef:
1296
+ properties:
1297
+ name:
1298
+ type: string
1299
+ optional:
1300
+ type: boolean
1301
+ type: object
1302
+ prefix:
1303
+ type: string
1304
+ secretRef:
1305
+ properties:
1306
+ name:
1307
+ type: string
1308
+ optional:
1309
+ type: boolean
1310
+ type: object
1311
+ type: object
1312
+ type: array
1313
+ image:
1314
+ type: string
1315
+ imagePullPolicy:
1316
+ type: string
1317
+ lifecycle:
1318
+ properties:
1319
+ postStart:
1320
+ properties:
1321
+ exec:
1322
+ properties:
1323
+ command:
1324
+ items:
1325
+ type: string
1326
+ type: array
1327
+ type: object
1328
+ httpGet:
1329
+ properties:
1330
+ host:
1331
+ type: string
1332
+ httpHeaders:
1333
+ items:
1334
+ properties:
1335
+ name:
1336
+ type: string
1337
+ value:
1338
+ type: string
1339
+ type: object
1340
+ type: array
1341
+ path:
1342
+ type: string
1343
+ port:
1344
+ anyOf:
1345
+ - type: integer
1346
+ - type: string
1347
+ x-kubernetes-int-or-string: true
1348
+ scheme:
1349
+ type: string
1350
+ type: object
1351
+ sleep:
1352
+ properties:
1353
+ seconds:
1354
+ type: integer
1355
+ type: object
1356
+ tcpSocket:
1357
+ properties:
1358
+ host:
1359
+ type: string
1360
+ port:
1361
+ anyOf:
1362
+ - type: integer
1363
+ - type: string
1364
+ x-kubernetes-int-or-string: true
1365
+ type: object
1366
+ type: object
1367
+ preStop:
1368
+ properties:
1369
+ exec:
1370
+ properties:
1371
+ command:
1372
+ items:
1373
+ type: string
1374
+ type: array
1375
+ type: object
1376
+ httpGet:
1377
+ properties:
1378
+ host:
1379
+ type: string
1380
+ httpHeaders:
1381
+ items:
1382
+ properties:
1383
+ name:
1384
+ type: string
1385
+ value:
1386
+ type: string
1387
+ type: object
1388
+ type: array
1389
+ path:
1390
+ type: string
1391
+ port:
1392
+ anyOf:
1393
+ - type: integer
1394
+ - type: string
1395
+ x-kubernetes-int-or-string: true
1396
+ scheme:
1397
+ type: string
1398
+ type: object
1399
+ sleep:
1400
+ properties:
1401
+ seconds:
1402
+ type: integer
1403
+ type: object
1404
+ tcpSocket:
1405
+ properties:
1406
+ host:
1407
+ type: string
1408
+ port:
1409
+ anyOf:
1410
+ - type: integer
1411
+ - type: string
1412
+ x-kubernetes-int-or-string: true
1413
+ type: object
1414
+ type: object
1415
+ type: object
1416
+ livenessProbe:
1417
+ properties:
1418
+ exec:
1419
+ properties:
1420
+ command:
1421
+ items:
1422
+ type: string
1423
+ type: array
1424
+ type: object
1425
+ failureThreshold:
1426
+ type: integer
1427
+ grpc:
1428
+ properties:
1429
+ port:
1430
+ type: integer
1431
+ service:
1432
+ type: string
1433
+ type: object
1434
+ httpGet:
1435
+ properties:
1436
+ host:
1437
+ type: string
1438
+ httpHeaders:
1439
+ items:
1440
+ properties:
1441
+ name:
1442
+ type: string
1443
+ value:
1444
+ type: string
1445
+ type: object
1446
+ type: array
1447
+ path:
1448
+ type: string
1449
+ port:
1450
+ anyOf:
1451
+ - type: integer
1452
+ - type: string
1453
+ x-kubernetes-int-or-string: true
1454
+ scheme:
1455
+ type: string
1456
+ type: object
1457
+ initialDelaySeconds:
1458
+ type: integer
1459
+ periodSeconds:
1460
+ type: integer
1461
+ successThreshold:
1462
+ type: integer
1463
+ tcpSocket:
1464
+ properties:
1465
+ host:
1466
+ type: string
1467
+ port:
1468
+ anyOf:
1469
+ - type: integer
1470
+ - type: string
1471
+ x-kubernetes-int-or-string: true
1472
+ type: object
1473
+ terminationGracePeriodSeconds:
1474
+ type: integer
1475
+ timeoutSeconds:
1476
+ type: integer
1477
+ type: object
1478
+ name:
1479
+ type: string
1480
+ ports:
1481
+ items:
1482
+ properties:
1483
+ containerPort:
1484
+ type: integer
1485
+ hostIP:
1486
+ type: string
1487
+ hostPort:
1488
+ type: integer
1489
+ name:
1490
+ type: string
1491
+ protocol:
1492
+ type: string
1493
+ type: object
1494
+ type: array
1495
+ readinessProbe:
1496
+ properties:
1497
+ exec:
1498
+ properties:
1499
+ command:
1500
+ items:
1501
+ type: string
1502
+ type: array
1503
+ type: object
1504
+ failureThreshold:
1505
+ type: integer
1506
+ grpc:
1507
+ properties:
1508
+ port:
1509
+ type: integer
1510
+ service:
1511
+ type: string
1512
+ type: object
1513
+ httpGet:
1514
+ properties:
1515
+ host:
1516
+ type: string
1517
+ httpHeaders:
1518
+ items:
1519
+ properties:
1520
+ name:
1521
+ type: string
1522
+ value:
1523
+ type: string
1524
+ type: object
1525
+ type: array
1526
+ path:
1527
+ type: string
1528
+ port:
1529
+ anyOf:
1530
+ - type: integer
1531
+ - type: string
1532
+ x-kubernetes-int-or-string: true
1533
+ scheme:
1534
+ type: string
1535
+ type: object
1536
+ initialDelaySeconds:
1537
+ type: integer
1538
+ periodSeconds:
1539
+ type: integer
1540
+ successThreshold:
1541
+ type: integer
1542
+ tcpSocket:
1543
+ properties:
1544
+ host:
1545
+ type: string
1546
+ port:
1547
+ anyOf:
1548
+ - type: integer
1549
+ - type: string
1550
+ x-kubernetes-int-or-string: true
1551
+ type: object
1552
+ terminationGracePeriodSeconds:
1553
+ type: integer
1554
+ timeoutSeconds:
1555
+ type: integer
1556
+ type: object
1557
+ resizePolicy:
1558
+ items:
1559
+ properties:
1560
+ resourceName:
1561
+ type: string
1562
+ restartPolicy:
1563
+ type: string
1564
+ type: object
1565
+ type: array
1566
+ resources:
1567
+ properties:
1568
+ claims:
1569
+ items:
1570
+ properties:
1571
+ name:
1572
+ type: string
1573
+ type: object
1574
+ type: array
1575
+ limits:
1576
+ additionalProperties:
1577
+ anyOf:
1578
+ - type: integer
1579
+ - type: string
1580
+ x-kubernetes-int-or-string: true
1581
+ type: object
1582
+ requests:
1583
+ additionalProperties:
1584
+ anyOf:
1585
+ - type: integer
1586
+ - type: string
1587
+ x-kubernetes-int-or-string: true
1588
+ type: object
1589
+ type: object
1590
+ restartPolicy:
1591
+ type: string
1592
+ securityContext:
1593
+ properties:
1594
+ allowPrivilegeEscalation:
1595
+ type: boolean
1596
+ capabilities:
1597
+ properties:
1598
+ add:
1599
+ items:
1600
+ type: string
1601
+ type: array
1602
+ drop:
1603
+ items:
1604
+ type: string
1605
+ type: array
1606
+ type: object
1607
+ privileged:
1608
+ type: boolean
1609
+ procMount:
1610
+ type: string
1611
+ readOnlyRootFilesystem:
1612
+ type: boolean
1613
+ runAsGroup:
1614
+ type: integer
1615
+ runAsNonRoot:
1616
+ type: boolean
1617
+ runAsUser:
1618
+ type: integer
1619
+ seLinuxOptions:
1620
+ properties:
1621
+ level:
1622
+ type: string
1623
+ role:
1624
+ type: string
1625
+ type:
1626
+ type: string
1627
+ user:
1628
+ type: string
1629
+ type: object
1630
+ seccompProfile:
1631
+ properties:
1632
+ localhostProfile:
1633
+ type: string
1634
+ type:
1635
+ type: string
1636
+ type: object
1637
+ windowsOptions:
1638
+ properties:
1639
+ gmsaCredentialSpec:
1640
+ type: string
1641
+ gmsaCredentialSpecName:
1642
+ type: string
1643
+ hostProcess:
1644
+ type: boolean
1645
+ runAsUserName:
1646
+ type: string
1647
+ type: object
1648
+ type: object
1649
+ startupProbe:
1650
+ properties:
1651
+ exec:
1652
+ properties:
1653
+ command:
1654
+ items:
1655
+ type: string
1656
+ type: array
1657
+ type: object
1658
+ failureThreshold:
1659
+ type: integer
1660
+ grpc:
1661
+ properties:
1662
+ port:
1663
+ type: integer
1664
+ service:
1665
+ type: string
1666
+ type: object
1667
+ httpGet:
1668
+ properties:
1669
+ host:
1670
+ type: string
1671
+ httpHeaders:
1672
+ items:
1673
+ properties:
1674
+ name:
1675
+ type: string
1676
+ value:
1677
+ type: string
1678
+ type: object
1679
+ type: array
1680
+ path:
1681
+ type: string
1682
+ port:
1683
+ anyOf:
1684
+ - type: integer
1685
+ - type: string
1686
+ x-kubernetes-int-or-string: true
1687
+ scheme:
1688
+ type: string
1689
+ type: object
1690
+ initialDelaySeconds:
1691
+ type: integer
1692
+ periodSeconds:
1693
+ type: integer
1694
+ successThreshold:
1695
+ type: integer
1696
+ tcpSocket:
1697
+ properties:
1698
+ host:
1699
+ type: string
1700
+ port:
1701
+ anyOf:
1702
+ - type: integer
1703
+ - type: string
1704
+ x-kubernetes-int-or-string: true
1705
+ type: object
1706
+ terminationGracePeriodSeconds:
1707
+ type: integer
1708
+ timeoutSeconds:
1709
+ type: integer
1710
+ type: object
1711
+ stdin:
1712
+ type: boolean
1713
+ stdinOnce:
1714
+ type: boolean
1715
+ targetContainerName:
1716
+ type: string
1717
+ terminationMessagePath:
1718
+ type: string
1719
+ terminationMessagePolicy:
1720
+ type: string
1721
+ tty:
1722
+ type: boolean
1723
+ volumeDevices:
1724
+ items:
1725
+ properties:
1726
+ devicePath:
1727
+ type: string
1728
+ name:
1729
+ type: string
1730
+ type: object
1731
+ type: array
1732
+ volumeMounts:
1733
+ items:
1734
+ properties:
1735
+ mountPath:
1736
+ type: string
1737
+ mountPropagation:
1738
+ type: string
1739
+ name:
1740
+ type: string
1741
+ readOnly:
1742
+ type: boolean
1743
+ subPath:
1744
+ type: string
1745
+ subPathExpr:
1746
+ type: string
1747
+ type: object
1748
+ type: array
1749
+ workingDir:
1750
+ type: string
1751
+ type: object
1752
+ type: array
1753
+ hostAliases:
1754
+ items:
1755
+ properties:
1756
+ hostnames:
1757
+ items:
1758
+ type: string
1759
+ type: array
1760
+ ip:
1761
+ type: string
1762
+ type: object
1763
+ type: array
1764
+ hostIPC:
1765
+ type: boolean
1766
+ hostNetwork:
1767
+ type: boolean
1768
+ hostPID:
1769
+ type: boolean
1770
+ hostUsers:
1771
+ type: boolean
1772
+ hostname:
1773
+ type: string
1774
+ imagePullSecrets:
1775
+ items:
1776
+ properties:
1777
+ name:
1778
+ type: string
1779
+ type: object
1780
+ type: array
1781
+ initContainers:
1782
+ items:
1783
+ properties:
1784
+ args:
1785
+ items:
1786
+ type: string
1787
+ type: array
1788
+ command:
1789
+ items:
1790
+ type: string
1791
+ type: array
1792
+ env:
1793
+ items:
1794
+ properties:
1795
+ name:
1796
+ type: string
1797
+ value:
1798
+ type: string
1799
+ valueFrom:
1800
+ properties:
1801
+ configMapKeyRef:
1802
+ properties:
1803
+ key:
1804
+ type: string
1805
+ name:
1806
+ type: string
1807
+ optional:
1808
+ type: boolean
1809
+ type: object
1810
+ fieldRef:
1811
+ properties:
1812
+ apiVersion:
1813
+ type: string
1814
+ fieldPath:
1815
+ type: string
1816
+ type: object
1817
+ resourceFieldRef:
1818
+ properties:
1819
+ containerName:
1820
+ type: string
1821
+ divisor:
1822
+ anyOf:
1823
+ - type: integer
1824
+ - type: string
1825
+ x-kubernetes-int-or-string: true
1826
+ resource:
1827
+ type: string
1828
+ type: object
1829
+ secretKeyRef:
1830
+ properties:
1831
+ key:
1832
+ type: string
1833
+ name:
1834
+ type: string
1835
+ optional:
1836
+ type: boolean
1837
+ type: object
1838
+ type: object
1839
+ type: object
1840
+ type: array
1841
+ envFrom:
1842
+ items:
1843
+ properties:
1844
+ configMapRef:
1845
+ properties:
1846
+ name:
1847
+ type: string
1848
+ optional:
1849
+ type: boolean
1850
+ type: object
1851
+ prefix:
1852
+ type: string
1853
+ secretRef:
1854
+ properties:
1855
+ name:
1856
+ type: string
1857
+ optional:
1858
+ type: boolean
1859
+ type: object
1860
+ type: object
1861
+ type: array
1862
+ image:
1863
+ type: string
1864
+ imagePullPolicy:
1865
+ type: string
1866
+ lifecycle:
1867
+ properties:
1868
+ postStart:
1869
+ properties:
1870
+ exec:
1871
+ properties:
1872
+ command:
1873
+ items:
1874
+ type: string
1875
+ type: array
1876
+ type: object
1877
+ httpGet:
1878
+ properties:
1879
+ host:
1880
+ type: string
1881
+ httpHeaders:
1882
+ items:
1883
+ properties:
1884
+ name:
1885
+ type: string
1886
+ value:
1887
+ type: string
1888
+ type: object
1889
+ type: array
1890
+ path:
1891
+ type: string
1892
+ port:
1893
+ anyOf:
1894
+ - type: integer
1895
+ - type: string
1896
+ x-kubernetes-int-or-string: true
1897
+ scheme:
1898
+ type: string
1899
+ type: object
1900
+ sleep:
1901
+ properties:
1902
+ seconds:
1903
+ type: integer
1904
+ type: object
1905
+ tcpSocket:
1906
+ properties:
1907
+ host:
1908
+ type: string
1909
+ port:
1910
+ anyOf:
1911
+ - type: integer
1912
+ - type: string
1913
+ x-kubernetes-int-or-string: true
1914
+ type: object
1915
+ type: object
1916
+ preStop:
1917
+ properties:
1918
+ exec:
1919
+ properties:
1920
+ command:
1921
+ items:
1922
+ type: string
1923
+ type: array
1924
+ type: object
1925
+ httpGet:
1926
+ properties:
1927
+ host:
1928
+ type: string
1929
+ httpHeaders:
1930
+ items:
1931
+ properties:
1932
+ name:
1933
+ type: string
1934
+ value:
1935
+ type: string
1936
+ type: object
1937
+ type: array
1938
+ path:
1939
+ type: string
1940
+ port:
1941
+ anyOf:
1942
+ - type: integer
1943
+ - type: string
1944
+ x-kubernetes-int-or-string: true
1945
+ scheme:
1946
+ type: string
1947
+ type: object
1948
+ sleep:
1949
+ properties:
1950
+ seconds:
1951
+ type: integer
1952
+ type: object
1953
+ tcpSocket:
1954
+ properties:
1955
+ host:
1956
+ type: string
1957
+ port:
1958
+ anyOf:
1959
+ - type: integer
1960
+ - type: string
1961
+ x-kubernetes-int-or-string: true
1962
+ type: object
1963
+ type: object
1964
+ type: object
1965
+ livenessProbe:
1966
+ properties:
1967
+ exec:
1968
+ properties:
1969
+ command:
1970
+ items:
1971
+ type: string
1972
+ type: array
1973
+ type: object
1974
+ failureThreshold:
1975
+ type: integer
1976
+ grpc:
1977
+ properties:
1978
+ port:
1979
+ type: integer
1980
+ service:
1981
+ type: string
1982
+ type: object
1983
+ httpGet:
1984
+ properties:
1985
+ host:
1986
+ type: string
1987
+ httpHeaders:
1988
+ items:
1989
+ properties:
1990
+ name:
1991
+ type: string
1992
+ value:
1993
+ type: string
1994
+ type: object
1995
+ type: array
1996
+ path:
1997
+ type: string
1998
+ port:
1999
+ anyOf:
2000
+ - type: integer
2001
+ - type: string
2002
+ x-kubernetes-int-or-string: true
2003
+ scheme:
2004
+ type: string
2005
+ type: object
2006
+ initialDelaySeconds:
2007
+ type: integer
2008
+ periodSeconds:
2009
+ type: integer
2010
+ successThreshold:
2011
+ type: integer
2012
+ tcpSocket:
2013
+ properties:
2014
+ host:
2015
+ type: string
2016
+ port:
2017
+ anyOf:
2018
+ - type: integer
2019
+ - type: string
2020
+ x-kubernetes-int-or-string: true
2021
+ type: object
2022
+ terminationGracePeriodSeconds:
2023
+ type: integer
2024
+ timeoutSeconds:
2025
+ type: integer
2026
+ type: object
2027
+ name:
2028
+ type: string
2029
+ ports:
2030
+ items:
2031
+ properties:
2032
+ containerPort:
2033
+ type: integer
2034
+ hostIP:
2035
+ type: string
2036
+ hostPort:
2037
+ type: integer
2038
+ name:
2039
+ type: string
2040
+ protocol:
2041
+ type: string
2042
+ type: object
2043
+ type: array
2044
+ readinessProbe:
2045
+ properties:
2046
+ exec:
2047
+ properties:
2048
+ command:
2049
+ items:
2050
+ type: string
2051
+ type: array
2052
+ type: object
2053
+ failureThreshold:
2054
+ type: integer
2055
+ grpc:
2056
+ properties:
2057
+ port:
2058
+ type: integer
2059
+ service:
2060
+ type: string
2061
+ type: object
2062
+ httpGet:
2063
+ properties:
2064
+ host:
2065
+ type: string
2066
+ httpHeaders:
2067
+ items:
2068
+ properties:
2069
+ name:
2070
+ type: string
2071
+ value:
2072
+ type: string
2073
+ type: object
2074
+ type: array
2075
+ path:
2076
+ type: string
2077
+ port:
2078
+ anyOf:
2079
+ - type: integer
2080
+ - type: string
2081
+ x-kubernetes-int-or-string: true
2082
+ scheme:
2083
+ type: string
2084
+ type: object
2085
+ initialDelaySeconds:
2086
+ type: integer
2087
+ periodSeconds:
2088
+ type: integer
2089
+ successThreshold:
2090
+ type: integer
2091
+ tcpSocket:
2092
+ properties:
2093
+ host:
2094
+ type: string
2095
+ port:
2096
+ anyOf:
2097
+ - type: integer
2098
+ - type: string
2099
+ x-kubernetes-int-or-string: true
2100
+ type: object
2101
+ terminationGracePeriodSeconds:
2102
+ type: integer
2103
+ timeoutSeconds:
2104
+ type: integer
2105
+ type: object
2106
+ resizePolicy:
2107
+ items:
2108
+ properties:
2109
+ resourceName:
2110
+ type: string
2111
+ restartPolicy:
2112
+ type: string
2113
+ type: object
2114
+ type: array
2115
+ resources:
2116
+ properties:
2117
+ claims:
2118
+ items:
2119
+ properties:
2120
+ name:
2121
+ type: string
2122
+ type: object
2123
+ type: array
2124
+ limits:
2125
+ additionalProperties:
2126
+ anyOf:
2127
+ - type: integer
2128
+ - type: string
2129
+ x-kubernetes-int-or-string: true
2130
+ type: object
2131
+ requests:
2132
+ additionalProperties:
2133
+ anyOf:
2134
+ - type: integer
2135
+ - type: string
2136
+ x-kubernetes-int-or-string: true
2137
+ type: object
2138
+ type: object
2139
+ restartPolicy:
2140
+ type: string
2141
+ securityContext:
2142
+ properties:
2143
+ allowPrivilegeEscalation:
2144
+ type: boolean
2145
+ capabilities:
2146
+ properties:
2147
+ add:
2148
+ items:
2149
+ type: string
2150
+ type: array
2151
+ drop:
2152
+ items:
2153
+ type: string
2154
+ type: array
2155
+ type: object
2156
+ privileged:
2157
+ type: boolean
2158
+ procMount:
2159
+ type: string
2160
+ readOnlyRootFilesystem:
2161
+ type: boolean
2162
+ runAsGroup:
2163
+ type: integer
2164
+ runAsNonRoot:
2165
+ type: boolean
2166
+ runAsUser:
2167
+ type: integer
2168
+ seLinuxOptions:
2169
+ properties:
2170
+ level:
2171
+ type: string
2172
+ role:
2173
+ type: string
2174
+ type:
2175
+ type: string
2176
+ user:
2177
+ type: string
2178
+ type: object
2179
+ seccompProfile:
2180
+ properties:
2181
+ localhostProfile:
2182
+ type: string
2183
+ type:
2184
+ type: string
2185
+ type: object
2186
+ windowsOptions:
2187
+ properties:
2188
+ gmsaCredentialSpec:
2189
+ type: string
2190
+ gmsaCredentialSpecName:
2191
+ type: string
2192
+ hostProcess:
2193
+ type: boolean
2194
+ runAsUserName:
2195
+ type: string
2196
+ type: object
2197
+ type: object
2198
+ startupProbe:
2199
+ properties:
2200
+ exec:
2201
+ properties:
2202
+ command:
2203
+ items:
2204
+ type: string
2205
+ type: array
2206
+ type: object
2207
+ failureThreshold:
2208
+ type: integer
2209
+ grpc:
2210
+ properties:
2211
+ port:
2212
+ type: integer
2213
+ service:
2214
+ type: string
2215
+ type: object
2216
+ httpGet:
2217
+ properties:
2218
+ host:
2219
+ type: string
2220
+ httpHeaders:
2221
+ items:
2222
+ properties:
2223
+ name:
2224
+ type: string
2225
+ value:
2226
+ type: string
2227
+ type: object
2228
+ type: array
2229
+ path:
2230
+ type: string
2231
+ port:
2232
+ anyOf:
2233
+ - type: integer
2234
+ - type: string
2235
+ x-kubernetes-int-or-string: true
2236
+ scheme:
2237
+ type: string
2238
+ type: object
2239
+ initialDelaySeconds:
2240
+ type: integer
2241
+ periodSeconds:
2242
+ type: integer
2243
+ successThreshold:
2244
+ type: integer
2245
+ tcpSocket:
2246
+ properties:
2247
+ host:
2248
+ type: string
2249
+ port:
2250
+ anyOf:
2251
+ - type: integer
2252
+ - type: string
2253
+ x-kubernetes-int-or-string: true
2254
+ type: object
2255
+ terminationGracePeriodSeconds:
2256
+ type: integer
2257
+ timeoutSeconds:
2258
+ type: integer
2259
+ type: object
2260
+ stdin:
2261
+ type: boolean
2262
+ stdinOnce:
2263
+ type: boolean
2264
+ terminationMessagePath:
2265
+ type: string
2266
+ terminationMessagePolicy:
2267
+ type: string
2268
+ tty:
2269
+ type: boolean
2270
+ volumeDevices:
2271
+ items:
2272
+ properties:
2273
+ devicePath:
2274
+ type: string
2275
+ name:
2276
+ type: string
2277
+ type: object
2278
+ type: array
2279
+ volumeMounts:
2280
+ items:
2281
+ properties:
2282
+ mountPath:
2283
+ type: string
2284
+ mountPropagation:
2285
+ type: string
2286
+ name:
2287
+ type: string
2288
+ readOnly:
2289
+ type: boolean
2290
+ subPath:
2291
+ type: string
2292
+ subPathExpr:
2293
+ type: string
2294
+ type: object
2295
+ type: array
2296
+ workingDir:
2297
+ type: string
2298
+ type: object
2299
+ type: array
2300
+ nodeName:
2301
+ type: string
2302
+ nodeSelector:
2303
+ additionalProperties:
2304
+ type: string
2305
+ type: object
2306
+ os:
2307
+ properties:
2308
+ name:
2309
+ type: string
2310
+ type: object
2311
+ overhead:
2312
+ additionalProperties:
2313
+ anyOf:
2314
+ - type: integer
2315
+ - type: string
2316
+ x-kubernetes-int-or-string: true
2317
+ type: object
2318
+ preemptionPolicy:
2319
+ type: string
2320
+ priority:
2321
+ type: integer
2322
+ priorityClassName:
2323
+ type: string
2324
+ readinessGates:
2325
+ items:
2326
+ properties:
2327
+ conditionType:
2328
+ type: string
2329
+ type: object
2330
+ type: array
2331
+ resourceClaims:
2332
+ items:
2333
+ properties:
2334
+ name:
2335
+ type: string
2336
+ source:
2337
+ properties:
2338
+ resourceClaimName:
2339
+ type: string
2340
+ resourceClaimTemplateName:
2341
+ type: string
2342
+ type: object
2343
+ type: object
2344
+ type: array
2345
+ restartPolicy:
2346
+ type: string
2347
+ runtimeClassName:
2348
+ type: string
2349
+ schedulerName:
2350
+ type: string
2351
+ schedulingGates:
2352
+ items:
2353
+ properties:
2354
+ name:
2355
+ type: string
2356
+ type: object
2357
+ type: array
2358
+ securityContext:
2359
+ properties:
2360
+ fsGroup:
2361
+ type: integer
2362
+ fsGroupChangePolicy:
2363
+ type: string
2364
+ runAsGroup:
2365
+ type: integer
2366
+ runAsNonRoot:
2367
+ type: boolean
2368
+ runAsUser:
2369
+ type: integer
2370
+ seLinuxOptions:
2371
+ properties:
2372
+ level:
2373
+ type: string
2374
+ role:
2375
+ type: string
2376
+ type:
2377
+ type: string
2378
+ user:
2379
+ type: string
2380
+ type: object
2381
+ seccompProfile:
2382
+ properties:
2383
+ localhostProfile:
2384
+ type: string
2385
+ type:
2386
+ type: string
2387
+ type: object
2388
+ supplementalGroups:
2389
+ items:
2390
+ type: integer
2391
+ type: array
2392
+ sysctls:
2393
+ items:
2394
+ properties:
2395
+ name:
2396
+ type: string
2397
+ value:
2398
+ type: string
2399
+ type: object
2400
+ type: array
2401
+ windowsOptions:
2402
+ properties:
2403
+ gmsaCredentialSpec:
2404
+ type: string
2405
+ gmsaCredentialSpecName:
2406
+ type: string
2407
+ hostProcess:
2408
+ type: boolean
2409
+ runAsUserName:
2410
+ type: string
2411
+ type: object
2412
+ type: object
2413
+ serviceAccount:
2414
+ type: string
2415
+ serviceAccountName:
2416
+ type: string
2417
+ setHostnameAsFQDN:
2418
+ type: boolean
2419
+ shareProcessNamespace:
2420
+ type: boolean
2421
+ subdomain:
2422
+ type: string
2423
+ terminationGracePeriodSeconds:
2424
+ type: integer
2425
+ tolerations:
2426
+ items:
2427
+ properties:
2428
+ effect:
2429
+ type: string
2430
+ key:
2431
+ type: string
2432
+ operator:
2433
+ type: string
2434
+ tolerationSeconds:
2435
+ type: integer
2436
+ value:
2437
+ type: string
2438
+ type: object
2439
+ type: array
2440
+ topologySpreadConstraints:
2441
+ items:
2442
+ properties:
2443
+ labelSelector:
2444
+ properties:
2445
+ matchExpressions:
2446
+ items:
2447
+ properties:
2448
+ key:
2449
+ type: string
2450
+ operator:
2451
+ type: string
2452
+ values:
2453
+ items:
2454
+ type: string
2455
+ type: array
2456
+ type: object
2457
+ type: array
2458
+ matchLabels:
2459
+ additionalProperties:
2460
+ type: string
2461
+ type: object
2462
+ type: object
2463
+ matchLabelKeys:
2464
+ items:
2465
+ type: string
2466
+ type: array
2467
+ maxSkew:
2468
+ type: integer
2469
+ minDomains:
2470
+ type: integer
2471
+ nodeAffinityPolicy:
2472
+ type: string
2473
+ nodeTaintsPolicy:
2474
+ type: string
2475
+ topologyKey:
2476
+ type: string
2477
+ whenUnsatisfiable:
2478
+ type: string
2479
+ type: object
2480
+ type: array
2481
+ volumes:
2482
+ items:
2483
+ properties:
2484
+ awsElasticBlockStore:
2485
+ properties:
2486
+ fsType:
2487
+ type: string
2488
+ partition:
2489
+ type: integer
2490
+ readOnly:
2491
+ type: boolean
2492
+ volumeID:
2493
+ type: string
2494
+ type: object
2495
+ azureDisk:
2496
+ properties:
2497
+ cachingMode:
2498
+ type: string
2499
+ diskName:
2500
+ type: string
2501
+ diskURI:
2502
+ type: string
2503
+ fsType:
2504
+ type: string
2505
+ kind:
2506
+ type: string
2507
+ readOnly:
2508
+ type: boolean
2509
+ type: object
2510
+ azureFile:
2511
+ properties:
2512
+ readOnly:
2513
+ type: boolean
2514
+ secretName:
2515
+ type: string
2516
+ shareName:
2517
+ type: string
2518
+ type: object
2519
+ cephfs:
2520
+ properties:
2521
+ monitors:
2522
+ items:
2523
+ type: string
2524
+ type: array
2525
+ path:
2526
+ type: string
2527
+ readOnly:
2528
+ type: boolean
2529
+ secretFile:
2530
+ type: string
2531
+ secretRef:
2532
+ properties:
2533
+ name:
2534
+ type: string
2535
+ type: object
2536
+ user:
2537
+ type: string
2538
+ type: object
2539
+ cinder:
2540
+ properties:
2541
+ fsType:
2542
+ type: string
2543
+ readOnly:
2544
+ type: boolean
2545
+ secretRef:
2546
+ properties:
2547
+ name:
2548
+ type: string
2549
+ type: object
2550
+ volumeID:
2551
+ type: string
2552
+ type: object
2553
+ configMap:
2554
+ properties:
2555
+ defaultMode:
2556
+ type: integer
2557
+ items:
2558
+ items:
2559
+ properties:
2560
+ key:
2561
+ type: string
2562
+ mode:
2563
+ type: integer
2564
+ path:
2565
+ type: string
2566
+ type: object
2567
+ type: array
2568
+ name:
2569
+ type: string
2570
+ optional:
2571
+ type: boolean
2572
+ type: object
2573
+ csi:
2574
+ properties:
2575
+ driver:
2576
+ type: string
2577
+ fsType:
2578
+ type: string
2579
+ nodePublishSecretRef:
2580
+ properties:
2581
+ name:
2582
+ type: string
2583
+ type: object
2584
+ readOnly:
2585
+ type: boolean
2586
+ volumeAttributes:
2587
+ additionalProperties:
2588
+ type: string
2589
+ type: object
2590
+ type: object
2591
+ downwardAPI:
2592
+ properties:
2593
+ defaultMode:
2594
+ type: integer
2595
+ items:
2596
+ items:
2597
+ properties:
2598
+ fieldRef:
2599
+ properties:
2600
+ apiVersion:
2601
+ type: string
2602
+ fieldPath:
2603
+ type: string
2604
+ type: object
2605
+ mode:
2606
+ type: integer
2607
+ path:
2608
+ type: string
2609
+ resourceFieldRef:
2610
+ properties:
2611
+ containerName:
2612
+ type: string
2613
+ divisor:
2614
+ anyOf:
2615
+ - type: integer
2616
+ - type: string
2617
+ x-kubernetes-int-or-string: true
2618
+ resource:
2619
+ type: string
2620
+ type: object
2621
+ type: object
2622
+ type: array
2623
+ type: object
2624
+ emptyDir:
2625
+ properties:
2626
+ medium:
2627
+ type: string
2628
+ sizeLimit:
2629
+ anyOf:
2630
+ - type: integer
2631
+ - type: string
2632
+ x-kubernetes-int-or-string: true
2633
+ type: object
2634
+ ephemeral:
2635
+ properties:
2636
+ volumeClaimTemplate:
2637
+ properties:
2638
+ metadata:
2639
+ properties:
2640
+ annotations:
2641
+ additionalProperties:
2642
+ type: string
2643
+ type: object
2644
+ creationTimestamp:
2645
+ type: string
2646
+ deletionGracePeriodSeconds:
2647
+ type: integer
2648
+ deletionTimestamp:
2649
+ type: string
2650
+ finalizers:
2651
+ items:
2652
+ type: string
2653
+ type: array
2654
+ generateName:
2655
+ type: string
2656
+ generation:
2657
+ type: integer
2658
+ labels:
2659
+ additionalProperties:
2660
+ type: string
2661
+ type: object
2662
+ managedFields:
2663
+ items:
2664
+ properties:
2665
+ apiVersion:
2666
+ type: string
2667
+ fieldsType:
2668
+ type: string
2669
+ fieldsV1:
2670
+ type: object
2671
+ manager:
2672
+ type: string
2673
+ operation:
2674
+ type: string
2675
+ subresource:
2676
+ type: string
2677
+ time:
2678
+ type: string
2679
+ type: object
2680
+ type: array
2681
+ name:
2682
+ type: string
2683
+ namespace:
2684
+ type: string
2685
+ ownerReferences:
2686
+ items:
2687
+ properties:
2688
+ apiVersion:
2689
+ type: string
2690
+ blockOwnerDeletion:
2691
+ type: boolean
2692
+ controller:
2693
+ type: boolean
2694
+ kind:
2695
+ type: string
2696
+ name:
2697
+ type: string
2698
+ uid:
2699
+ type: string
2700
+ type: object
2701
+ type: array
2702
+ resourceVersion:
2703
+ type: string
2704
+ selfLink:
2705
+ type: string
2706
+ uid:
2707
+ type: string
2708
+ type: object
2709
+ spec:
2710
+ properties:
2711
+ accessModes:
2712
+ items:
2713
+ type: string
2714
+ type: array
2715
+ dataSource:
2716
+ properties:
2717
+ apiGroup:
2718
+ type: string
2719
+ kind:
2720
+ type: string
2721
+ name:
2722
+ type: string
2723
+ type: object
2724
+ dataSourceRef:
2725
+ properties:
2726
+ apiGroup:
2727
+ type: string
2728
+ kind:
2729
+ type: string
2730
+ name:
2731
+ type: string
2732
+ namespace:
2733
+ type: string
2734
+ type: object
2735
+ resources:
2736
+ properties:
2737
+ limits:
2738
+ additionalProperties:
2739
+ anyOf:
2740
+ - type: integer
2741
+ - type: string
2742
+ x-kubernetes-int-or-string: true
2743
+ type: object
2744
+ requests:
2745
+ additionalProperties:
2746
+ anyOf:
2747
+ - type: integer
2748
+ - type: string
2749
+ x-kubernetes-int-or-string: true
2750
+ type: object
2751
+ type: object
2752
+ selector:
2753
+ properties:
2754
+ matchExpressions:
2755
+ items:
2756
+ properties:
2757
+ key:
2758
+ type: string
2759
+ operator:
2760
+ type: string
2761
+ values:
2762
+ items:
2763
+ type: string
2764
+ type: array
2765
+ type: object
2766
+ type: array
2767
+ matchLabels:
2768
+ additionalProperties:
2769
+ type: string
2770
+ type: object
2771
+ type: object
2772
+ storageClassName:
2773
+ type: string
2774
+ volumeAttributesClassName:
2775
+ type: string
2776
+ volumeMode:
2777
+ type: string
2778
+ volumeName:
2779
+ type: string
2780
+ type: object
2781
+ type: object
2782
+ type: object
2783
+ fc:
2784
+ properties:
2785
+ fsType:
2786
+ type: string
2787
+ lun:
2788
+ type: integer
2789
+ readOnly:
2790
+ type: boolean
2791
+ targetWWNs:
2792
+ items:
2793
+ type: string
2794
+ type: array
2795
+ wwids:
2796
+ items:
2797
+ type: string
2798
+ type: array
2799
+ type: object
2800
+ flexVolume:
2801
+ properties:
2802
+ driver:
2803
+ type: string
2804
+ fsType:
2805
+ type: string
2806
+ options:
2807
+ additionalProperties:
2808
+ type: string
2809
+ type: object
2810
+ readOnly:
2811
+ type: boolean
2812
+ secretRef:
2813
+ properties:
2814
+ name:
2815
+ type: string
2816
+ type: object
2817
+ type: object
2818
+ flocker:
2819
+ properties:
2820
+ datasetName:
2821
+ type: string
2822
+ datasetUUID:
2823
+ type: string
2824
+ type: object
2825
+ gcePersistentDisk:
2826
+ properties:
2827
+ fsType:
2828
+ type: string
2829
+ partition:
2830
+ type: integer
2831
+ pdName:
2832
+ type: string
2833
+ readOnly:
2834
+ type: boolean
2835
+ type: object
2836
+ gitRepo:
2837
+ properties:
2838
+ directory:
2839
+ type: string
2840
+ repository:
2841
+ type: string
2842
+ revision:
2843
+ type: string
2844
+ type: object
2845
+ glusterfs:
2846
+ properties:
2847
+ endpoints:
2848
+ type: string
2849
+ path:
2850
+ type: string
2851
+ readOnly:
2852
+ type: boolean
2853
+ type: object
2854
+ hostPath:
2855
+ properties:
2856
+ path:
2857
+ type: string
2858
+ type:
2859
+ type: string
2860
+ type: object
2861
+ iscsi:
2862
+ properties:
2863
+ chapAuthDiscovery:
2864
+ type: boolean
2865
+ chapAuthSession:
2866
+ type: boolean
2867
+ fsType:
2868
+ type: string
2869
+ initiatorName:
2870
+ type: string
2871
+ iqn:
2872
+ type: string
2873
+ iscsiInterface:
2874
+ type: string
2875
+ lun:
2876
+ type: integer
2877
+ portals:
2878
+ items:
2879
+ type: string
2880
+ type: array
2881
+ readOnly:
2882
+ type: boolean
2883
+ secretRef:
2884
+ properties:
2885
+ name:
2886
+ type: string
2887
+ type: object
2888
+ targetPortal:
2889
+ type: string
2890
+ type: object
2891
+ name:
2892
+ type: string
2893
+ nfs:
2894
+ properties:
2895
+ path:
2896
+ type: string
2897
+ readOnly:
2898
+ type: boolean
2899
+ server:
2900
+ type: string
2901
+ type: object
2902
+ persistentVolumeClaim:
2903
+ properties:
2904
+ claimName:
2905
+ type: string
2906
+ readOnly:
2907
+ type: boolean
2908
+ type: object
2909
+ photonPersistentDisk:
2910
+ properties:
2911
+ fsType:
2912
+ type: string
2913
+ pdID:
2914
+ type: string
2915
+ type: object
2916
+ portworxVolume:
2917
+ properties:
2918
+ fsType:
2919
+ type: string
2920
+ readOnly:
2921
+ type: boolean
2922
+ volumeID:
2923
+ type: string
2924
+ type: object
2925
+ projected:
2926
+ properties:
2927
+ defaultMode:
2928
+ type: integer
2929
+ sources:
2930
+ items:
2931
+ properties:
2932
+ clusterTrustBundle:
2933
+ properties:
2934
+ labelSelector:
2935
+ properties:
2936
+ matchExpressions:
2937
+ items:
2938
+ properties:
2939
+ key:
2940
+ type: string
2941
+ operator:
2942
+ type: string
2943
+ values:
2944
+ items:
2945
+ type: string
2946
+ type: array
2947
+ type: object
2948
+ type: array
2949
+ matchLabels:
2950
+ additionalProperties:
2951
+ type: string
2952
+ type: object
2953
+ type: object
2954
+ name:
2955
+ type: string
2956
+ optional:
2957
+ type: boolean
2958
+ path:
2959
+ type: string
2960
+ signerName:
2961
+ type: string
2962
+ type: object
2963
+ configMap:
2964
+ properties:
2965
+ items:
2966
+ items:
2967
+ properties:
2968
+ key:
2969
+ type: string
2970
+ mode:
2971
+ type: integer
2972
+ path:
2973
+ type: string
2974
+ type: object
2975
+ type: array
2976
+ name:
2977
+ type: string
2978
+ optional:
2979
+ type: boolean
2980
+ type: object
2981
+ downwardAPI:
2982
+ properties:
2983
+ items:
2984
+ items:
2985
+ properties:
2986
+ fieldRef:
2987
+ properties:
2988
+ apiVersion:
2989
+ type: string
2990
+ fieldPath:
2991
+ type: string
2992
+ type: object
2993
+ mode:
2994
+ type: integer
2995
+ path:
2996
+ type: string
2997
+ resourceFieldRef:
2998
+ properties:
2999
+ containerName:
3000
+ type: string
3001
+ divisor:
3002
+ anyOf:
3003
+ - type: integer
3004
+ - type: string
3005
+ x-kubernetes-int-or-string: true
3006
+ resource:
3007
+ type: string
3008
+ type: object
3009
+ type: object
3010
+ type: array
3011
+ type: object
3012
+ secret:
3013
+ properties:
3014
+ items:
3015
+ items:
3016
+ properties:
3017
+ key:
3018
+ type: string
3019
+ mode:
3020
+ type: integer
3021
+ path:
3022
+ type: string
3023
+ type: object
3024
+ type: array
3025
+ name:
3026
+ type: string
3027
+ optional:
3028
+ type: boolean
3029
+ type: object
3030
+ serviceAccountToken:
3031
+ properties:
3032
+ audience:
3033
+ type: string
3034
+ expirationSeconds:
3035
+ type: integer
3036
+ path:
3037
+ type: string
3038
+ type: object
3039
+ type: object
3040
+ type: array
3041
+ type: object
3042
+ quobyte:
3043
+ properties:
3044
+ group:
3045
+ type: string
3046
+ readOnly:
3047
+ type: boolean
3048
+ registry:
3049
+ type: string
3050
+ tenant:
3051
+ type: string
3052
+ user:
3053
+ type: string
3054
+ volume:
3055
+ type: string
3056
+ type: object
3057
+ rbd:
3058
+ properties:
3059
+ fsType:
3060
+ type: string
3061
+ image:
3062
+ type: string
3063
+ keyring:
3064
+ type: string
3065
+ monitors:
3066
+ items:
3067
+ type: string
3068
+ type: array
3069
+ pool:
3070
+ type: string
3071
+ readOnly:
3072
+ type: boolean
3073
+ secretRef:
3074
+ properties:
3075
+ name:
3076
+ type: string
3077
+ type: object
3078
+ user:
3079
+ type: string
3080
+ type: object
3081
+ scaleIO:
3082
+ properties:
3083
+ fsType:
3084
+ type: string
3085
+ gateway:
3086
+ type: string
3087
+ protectionDomain:
3088
+ type: string
3089
+ readOnly:
3090
+ type: boolean
3091
+ secretRef:
3092
+ properties:
3093
+ name:
3094
+ type: string
3095
+ type: object
3096
+ sslEnabled:
3097
+ type: boolean
3098
+ storageMode:
3099
+ type: string
3100
+ storagePool:
3101
+ type: string
3102
+ system:
3103
+ type: string
3104
+ volumeName:
3105
+ type: string
3106
+ type: object
3107
+ secret:
3108
+ properties:
3109
+ defaultMode:
3110
+ type: integer
3111
+ items:
3112
+ items:
3113
+ properties:
3114
+ key:
3115
+ type: string
3116
+ mode:
3117
+ type: integer
3118
+ path:
3119
+ type: string
3120
+ type: object
3121
+ type: array
3122
+ optional:
3123
+ type: boolean
3124
+ secretName:
3125
+ type: string
3126
+ type: object
3127
+ storageos:
3128
+ properties:
3129
+ fsType:
3130
+ type: string
3131
+ readOnly:
3132
+ type: boolean
3133
+ secretRef:
3134
+ properties:
3135
+ name:
3136
+ type: string
3137
+ type: object
3138
+ volumeName:
3139
+ type: string
3140
+ volumeNamespace:
3141
+ type: string
3142
+ type: object
3143
+ vsphereVolume:
3144
+ properties:
3145
+ fsType:
3146
+ type: string
3147
+ storagePolicyID:
3148
+ type: string
3149
+ storagePolicyName:
3150
+ type: string
3151
+ volumePath:
3152
+ type: string
3153
+ type: object
3154
+ type: object
3155
+ type: array
3156
+ type: object
3157
+ type: object
3158
+ type: object
3159
+ type: object
3160
+ status:
3161
+ properties:
3162
+ conditions:
3163
+ items:
3164
+ properties:
3165
+ lastTransitionTime:
3166
+ type: string
3167
+ message:
3168
+ type: string
3169
+ observedGeneration:
3170
+ type: integer
3171
+ status:
3172
+ type: string
3173
+ type:
3174
+ type: string
3175
+ type: object
3176
+ type: array
3177
+ instances:
3178
+ type: integer
3179
+ observedGeneration:
3180
+ type: integer
3181
+ selector:
3182
+ type: string
3183
+ type: object
3184
+ type: object
3185
+ served: true
3186
+ storage: true
3187
+ subresources:
3188
+ scale:
3189
+ labelSelectorPath: .status.selector
3190
+ specReplicasPath: .spec.instances
3191
+ statusReplicasPath: .status.instances
3192
+ status: {}