mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Regenerate for configMap in env
This commit is contained in:
@@ -14762,13 +14762,31 @@
|
||||
"v1.EnvVarSource": {
|
||||
"id": "v1.EnvVarSource",
|
||||
"description": "EnvVarSource represents a source for the value of an EnvVar.",
|
||||
"required": [
|
||||
"fieldRef"
|
||||
],
|
||||
"properties": {
|
||||
"fieldRef": {
|
||||
"$ref": "v1.ObjectFieldSelector",
|
||||
"description": "Selects a field of the pod. Only name and namespace are supported."
|
||||
"description": "Selects a field of the pod; only name and namespace are supported."
|
||||
},
|
||||
"configMapKeyRef": {
|
||||
"$ref": "v1.ConfigMapKeySelector",
|
||||
"description": "Selects a key of a ConfigMap."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.ConfigMapKeySelector": {
|
||||
"id": "v1.ConfigMapKeySelector",
|
||||
"description": "Selects a key from a ConfigMap.",
|
||||
"required": [
|
||||
"key"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names"
|
||||
},
|
||||
"key": {
|
||||
"type": "string",
|
||||
"description": "The key to select."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -4852,13 +4852,31 @@
|
||||
"v1.EnvVarSource": {
|
||||
"id": "v1.EnvVarSource",
|
||||
"description": "EnvVarSource represents a source for the value of an EnvVar.",
|
||||
"required": [
|
||||
"fieldRef"
|
||||
],
|
||||
"properties": {
|
||||
"fieldRef": {
|
||||
"$ref": "v1.ObjectFieldSelector",
|
||||
"description": "Selects a field of the pod. Only name and namespace are supported."
|
||||
"description": "Selects a field of the pod; only name and namespace are supported."
|
||||
},
|
||||
"configMapKeyRef": {
|
||||
"$ref": "v1.ConfigMapKeySelector",
|
||||
"description": "Selects a key of a ConfigMap."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.ConfigMapKeySelector": {
|
||||
"id": "v1.ConfigMapKeySelector",
|
||||
"description": "Selects a key from a ConfigMap.",
|
||||
"required": [
|
||||
"key"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names"
|
||||
},
|
||||
"key": {
|
||||
"type": "string",
|
||||
"description": "The key to select."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user