Generated code.

This commit is contained in:
Guangya Liu
2017-09-20 00:15:24 -04:00
parent 701c99b95c
commit e31bcb97c6
20 changed files with 40 additions and 47 deletions

View File

@@ -21659,8 +21659,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -21669,7 +21668,7 @@
},
"image": {
"type": "string",
"description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images"
"description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets."
},
"command": {
"type": "array",