You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extra/crds.yaml
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -294,11 +294,12 @@ spec:
294
294
- ERROR
295
295
- FATAL
296
296
- NONE
297
+
- null
297
298
nullable: true
298
299
type: string
299
300
type: object
300
301
custom:
301
-
description: Log configuration provided in a ConfigMap
302
+
description: Custom log configuration provided in a ConfigMap
302
303
properties:
303
304
configMap:
304
305
description: ConfigMap containing the log configuration files
@@ -321,6 +322,7 @@ spec:
321
322
- ERROR
322
323
- FATAL
323
324
- NONE
325
+
- null
324
326
nullable: true
325
327
type: string
326
328
type: object
@@ -340,6 +342,7 @@ spec:
340
342
- ERROR
341
343
- FATAL
342
344
- NONE
345
+
- null
343
346
nullable: true
344
347
type: string
345
348
type: object
@@ -407,15 +410,15 @@ spec:
407
410
Cores are specified either as a decimal point number or as milli units.
408
411
For example:`1.5` will be 1.5 cores, also written as `1500m`.
409
412
nullable: true
410
-
type: string
413
+
x-kubernetes-int-or-string: true
411
414
min:
412
415
description: |-
413
416
The minimal amount of CPU cores that Pods need to run.
414
417
Equivalent to the `request` for Pod resource configuration.
415
418
Cores are specified either as a decimal point number or as milli units.
416
419
For example:`1.5` will be 1.5 cores, also written as `1500m`.
417
420
nullable: true
418
-
type: string
421
+
x-kubernetes-int-or-string: true
419
422
type: object
420
423
memory:
421
424
properties:
@@ -428,7 +431,7 @@ spec:
428
431
For example, the following represent roughly the same value:
429
432
`128974848, 129e6, 129M, 128974848000m, 123Mi`
430
433
nullable: true
431
-
type: string
434
+
x-kubernetes-int-or-string: true
432
435
runtimeLimits:
433
436
description: Additional options that can be specified.
434
437
type: object
@@ -442,7 +445,7 @@ spec:
442
445
capacity:
443
446
description: "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n``` <quantity> ::= <signedNumber><suffix>\n\n\t(Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)\n\n<digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n<decimalSI> ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation."
444
447
nullable: true
445
-
type: string
448
+
x-kubernetes-int-or-string: true
446
449
selectors:
447
450
description: A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
448
451
nullable: true
@@ -660,11 +663,12 @@ spec:
660
663
- ERROR
661
664
- FATAL
662
665
- NONE
666
+
- null
663
667
nullable: true
664
668
type: string
665
669
type: object
666
670
custom:
667
-
description: Log configuration provided in a ConfigMap
671
+
description: Custom log configuration provided in a ConfigMap
668
672
properties:
669
673
configMap:
670
674
description: ConfigMap containing the log configuration files
@@ -687,6 +691,7 @@ spec:
687
691
- ERROR
688
692
- FATAL
689
693
- NONE
694
+
- null
690
695
nullable: true
691
696
type: string
692
697
type: object
@@ -706,6 +711,7 @@ spec:
706
711
- ERROR
707
712
- FATAL
708
713
- NONE
714
+
- null
709
715
nullable: true
710
716
type: string
711
717
type: object
@@ -773,15 +779,15 @@ spec:
773
779
Cores are specified either as a decimal point number or as milli units.
774
780
For example:`1.5` will be 1.5 cores, also written as `1500m`.
775
781
nullable: true
776
-
type: string
782
+
x-kubernetes-int-or-string: true
777
783
min:
778
784
description: |-
779
785
The minimal amount of CPU cores that Pods need to run.
780
786
Equivalent to the `request` for Pod resource configuration.
781
787
Cores are specified either as a decimal point number or as milli units.
782
788
For example:`1.5` will be 1.5 cores, also written as `1500m`.
783
789
nullable: true
784
-
type: string
790
+
x-kubernetes-int-or-string: true
785
791
type: object
786
792
memory:
787
793
properties:
@@ -794,7 +800,7 @@ spec:
794
800
For example, the following represent roughly the same value:
795
801
`128974848, 129e6, 129M, 128974848000m, 123Mi`
796
802
nullable: true
797
-
type: string
803
+
x-kubernetes-int-or-string: true
798
804
runtimeLimits:
799
805
description: Additional options that can be specified.
800
806
type: object
@@ -808,7 +814,7 @@ spec:
808
814
capacity:
809
815
description: "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n``` <quantity> ::= <signedNumber><suffix>\n\n\t(Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)\n\n<digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n<decimalSI> ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation."
810
816
nullable: true
811
-
type: string
817
+
x-kubernetes-int-or-string: true
812
818
selectors:
813
819
description: A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
0 commit comments