Merge pull request #50435 from NickrenREN/localstorage-downwardapi
Automatic merge from submit-queue (batch tested with PRs 51471, 50561, 50435, 51473, 51436) Add local storage to downwards API **Release note**: ```release-note Add local ephemeral storage to downward API ``` /assign @NickrenREN
This commit is contained in:
@@ -59118,7 +59118,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectFieldSelector"
|
||||
},
|
||||
"resourceFieldRef": {
|
||||
"description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.",
|
||||
"description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ResourceFieldSelector"
|
||||
},
|
||||
"secretKeyRef": {
|
||||
|
Reference in New Issue
Block a user