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:
Kubernetes Submit Queue
2017-08-29 02:22:13 -07:00
committed by GitHub
28 changed files with 107 additions and 25 deletions

View File

@@ -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": {