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
"title": "FileKeySelector selects a key of the env file.",
33537
+
"properties": {
33538
+
"key": {
33539
+
"description": "The key within the env file. An invalid key will prevent the pod from starting.\nThe keys defined within a source may consist of any printable ASCII characters except '='.\nDuring Alpha stage of the EnvFiles feature gate, the key size is limited to 128 characters.\n+required",
33540
+
"type": "string",
33541
+
"x-go-name": "Key"
33542
+
},
33543
+
"optional": {
33544
+
"description": "Specify whether the file or its key must be defined. If the file or key\ndoes not exist, then the env var is not published.\nIf optional is set to true and the specified key does not exist,\nthe environment variable will not be set in the Pod's containers.\n\nIf optional is set to false and the specified key does not exist,\nan error will be returned during Pod creation.\n+optional\n+default=false",
33545
+
"type": "boolean",
33546
+
"x-go-name": "Optional"
33547
+
},
33548
+
"path": {
33549
+
"description": "The path within the volume from which to select the file.\nMust be relative and may not contain the '..' path or start with '..'.\n+required",
33550
+
"type": "string",
33551
+
"x-go-name": "Path"
33552
+
},
33553
+
"volumeName": {
33554
+
"description": "The name of the volume mount containing the env file.\n+required",
33555
+
"type": "string",
33556
+
"x-go-name": "VolumeName"
33557
+
}
33558
+
},
33559
+
"x-go-package": "k8s.io/api/core/v1"
33560
+
},
33530
33561
"FlatcarSpec": {
33531
33562
"description": "FlatcarSpec contains Flatcar Linux specific settings",
33532
33563
"type": "object",
@@ -40100,7 +40131,7 @@
40100
40131
"title": "ResourceRequirements describes the compute resource requirements.",
40101
40132
"properties": {
40102
40133
"claims": {
40103
-
"description": "Claims lists the names of resources, defined in spec.resourceClaims,\nthat are used by this container.\n\nThis is an alpha field and requires enabling the\nDynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.\n\n+listType=map\n+listMapKey=name\n+featureGate=DynamicResourceAllocation\n+optional",
40134
+
"description": "Claims lists the names of resources, defined in spec.resourceClaims,\nthat are used by this container.\n\nThis field depends on the\nDynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.\n\n+listType=map\n+listMapKey=name\n+featureGate=DynamicResourceAllocation\n+optional",
0 commit comments