Generated changes

This commit is contained in:
Maciej Szulik
2016-11-07 12:45:02 +01:00
parent ed6ede3715
commit 01a72b2e7c
6 changed files with 13 additions and 11 deletions

View File

@@ -33555,7 +33555,7 @@
}
},
"v1beta1.Job": {
"description": "Job represents the configuration of a single job.",
"description": "Job represents the configuration of a single job. DEPRECATED: extensions/v1beta1.Job is deprecated, use batch/v1.Job instead.",
"properties": {
"metadata": {
"description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata",
@@ -33605,7 +33605,7 @@
}
},
"v1beta1.JobList": {
"description": "JobList is a collection of jobs.",
"description": "JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is deprecated, use batch/v1.JobList instead.",
"required": [
"items"
],

View File

@@ -10194,7 +10194,7 @@
},
"v1beta1.JobList": {
"id": "v1beta1.JobList",
"description": "JobList is a collection of jobs.",
"description": "JobList is a collection of jobs. DEPRECATED: extensions/v1beta1.JobList is deprecated, use batch/v1.JobList instead.",
"required": [
"items"
],
@@ -10222,7 +10222,7 @@
},
"v1beta1.Job": {
"id": "v1beta1.Job",
"description": "Job represents the configuration of a single job.",
"description": "Job represents the configuration of a single job. DEPRECATED: extensions/v1beta1.Job is deprecated, use batch/v1.Job instead.",
"properties": {
"kind": {
"type": "string",