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

View File

@@ -5323,8 +5323,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -5333,7 +5332,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",

View File

@@ -7653,8 +7653,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -7663,7 +7662,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",

View File

@@ -2718,8 +2718,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -2728,7 +2727,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",

View File

@@ -2773,8 +2773,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -2783,7 +2782,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",

View File

@@ -2773,8 +2773,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -2783,7 +2782,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",

View File

@@ -8271,8 +8271,7 @@
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
"required": [
"name",
"image"
"name"
],
"properties": {
"name": {
@@ -8281,7 +8280,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",

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",