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

@@ -63977,8 +63977,7 @@
"io.k8s.api.core.v1.Container": {
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"args": {
@@ -64012,7 +64011,7 @@
}
},
"image": {
"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.",
"type": "string"
},
"imagePullPolicy": {