Merge pull request #13649 from markturansky/prov_deleter

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-17 12:59:45 -07:00
13 changed files with 270 additions and 19 deletions

View File

@@ -12097,7 +12097,7 @@
},
"hostPath": {
"$ref": "v1.HostPathVolumeSource",
"description": "HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for development and testing only. On-host storage is not supported in any way. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#hostpath"
"description": "HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#hostpath"
},
"glusterfs": {
"$ref": "v1.GlusterfsVolumeSource",