diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 0f11820e703..f859835239c 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -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" ], diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 7b3c9f1a4f1..97f6b5e754d 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -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", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 1eef0b485b1..121821c5737 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -557,7 +557,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
Job represents the configuration of a single job.
+Job represents the configuration of a single job. DEPRECATED: extensions/v1beta1.Job is deprecated, use batch/v1.Job instead.