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
@@ -1346,11 +1346,12 @@ spec:
1346
1346
- ERROR
1347
1347
- FATAL
1348
1348
- NONE
1349
+
- null
1349
1350
nullable: true
1350
1351
type: string
1351
1352
type: object
1352
1353
custom:
1353
-
description: Log configuration provided in a ConfigMap
1354
+
description: Custom log configuration provided in a ConfigMap
1354
1355
properties:
1355
1356
configMap:
1356
1357
description: ConfigMap containing the log configuration files
@@ -1373,6 +1374,7 @@ spec:
1373
1374
- ERROR
1374
1375
- FATAL
1375
1376
- NONE
1377
+
- null
1376
1378
nullable: true
1377
1379
type: string
1378
1380
type: object
@@ -1392,6 +1394,7 @@ spec:
1392
1394
- ERROR
1393
1395
- FATAL
1394
1396
- NONE
1397
+
- null
1395
1398
nullable: true
1396
1399
type: string
1397
1400
type: object
@@ -1459,15 +1462,15 @@ spec:
1459
1462
Cores are specified either as a decimal point number or as milli units.
1460
1463
For example:`1.5` will be 1.5 cores, also written as `1500m`.
1461
1464
nullable: true
1462
-
type: string
1465
+
x-kubernetes-int-or-string: true
1463
1466
min:
1464
1467
description: |-
1465
1468
The minimal amount of CPU cores that Pods need to run.
1466
1469
Equivalent to the `request` for Pod resource configuration.
1467
1470
Cores are specified either as a decimal point number or as milli units.
1468
1471
For example:`1.5` will be 1.5 cores, also written as `1500m`.
1469
1472
nullable: true
1470
-
type: string
1473
+
x-kubernetes-int-or-string: true
1471
1474
type: object
1472
1475
memory:
1473
1476
properties:
@@ -1480,7 +1483,7 @@ spec:
1480
1483
For example, the following represent roughly the same value:
1481
1484
`128974848, 129e6, 129M, 128974848000m, 123Mi`
1482
1485
nullable: true
1483
-
type: string
1486
+
x-kubernetes-int-or-string: true
1484
1487
runtimeLimits:
1485
1488
description: Additional options that can be specified.
1486
1489
type: object
@@ -1494,7 +1497,7 @@ spec:
1494
1497
capacity:
1495
1498
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."
1496
1499
nullable: true
1497
-
type: string
1500
+
x-kubernetes-int-or-string: true
1498
1501
selectors:
1499
1502
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.
1500
1503
nullable: true
@@ -1712,11 +1715,12 @@ spec:
1712
1715
- ERROR
1713
1716
- FATAL
1714
1717
- NONE
1718
+
- null
1715
1719
nullable: true
1716
1720
type: string
1717
1721
type: object
1718
1722
custom:
1719
-
description: Log configuration provided in a ConfigMap
1723
+
description: Custom log configuration provided in a ConfigMap
1720
1724
properties:
1721
1725
configMap:
1722
1726
description: ConfigMap containing the log configuration files
@@ -1739,6 +1743,7 @@ spec:
1739
1743
- ERROR
1740
1744
- FATAL
1741
1745
- NONE
1746
+
- null
1742
1747
nullable: true
1743
1748
type: string
1744
1749
type: object
@@ -1758,6 +1763,7 @@ spec:
1758
1763
- ERROR
1759
1764
- FATAL
1760
1765
- NONE
1766
+
- null
1761
1767
nullable: true
1762
1768
type: string
1763
1769
type: object
@@ -1825,15 +1831,15 @@ spec:
1825
1831
Cores are specified either as a decimal point number or as milli units.
1826
1832
For example:`1.5` will be 1.5 cores, also written as `1500m`.
1827
1833
nullable: true
1828
-
type: string
1834
+
x-kubernetes-int-or-string: true
1829
1835
min:
1830
1836
description: |-
1831
1837
The minimal amount of CPU cores that Pods need to run.
1832
1838
Equivalent to the `request` for Pod resource configuration.
1833
1839
Cores are specified either as a decimal point number or as milli units.
1834
1840
For example:`1.5` will be 1.5 cores, also written as `1500m`.
1835
1841
nullable: true
1836
-
type: string
1842
+
x-kubernetes-int-or-string: true
1837
1843
type: object
1838
1844
memory:
1839
1845
properties:
@@ -1846,7 +1852,7 @@ spec:
1846
1852
For example, the following represent roughly the same value:
1847
1853
`128974848, 129e6, 129M, 128974848000m, 123Mi`
1848
1854
nullable: true
1849
-
type: string
1855
+
x-kubernetes-int-or-string: true
1850
1856
runtimeLimits:
1851
1857
description: Additional options that can be specified.
1852
1858
type: object
@@ -1860,7 +1866,7 @@ spec:
1860
1866
capacity:
1861
1867
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."
1862
1868
nullable: true
1863
-
type: string
1869
+
x-kubernetes-int-or-string: true
1864
1870
selectors:
1865
1871
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