diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 866205206f6..b40ea542133 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -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": {
diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json
index 8b9220bcd85..651103d0fec 100644
--- a/api/swagger-spec/apps_v1beta1.json
+++ b/api/swagger-spec/apps_v1beta1.json
@@ -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",
diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json
index 87a9eb81fed..c8009aba601 100644
--- a/api/swagger-spec/apps_v1beta2.json
+++ b/api/swagger-spec/apps_v1beta2.json
@@ -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",
diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json
index a03808ef40a..1eac0dd2553 100644
--- a/api/swagger-spec/batch_v1.json
+++ b/api/swagger-spec/batch_v1.json
@@ -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",
diff --git a/api/swagger-spec/batch_v1beta1.json b/api/swagger-spec/batch_v1beta1.json
index b53a81323b8..3a4030a22ee 100644
--- a/api/swagger-spec/batch_v1beta1.json
+++ b/api/swagger-spec/batch_v1beta1.json
@@ -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",
diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json
index 333cb278054..6d5fa876ecb 100644
--- a/api/swagger-spec/batch_v2alpha1.json
+++ b/api/swagger-spec/batch_v2alpha1.json
@@ -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",
diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json
index ce6a6e56edc..c1885075c61 100644
--- a/api/swagger-spec/extensions_v1beta1.json
+++ b/api/swagger-spec/extensions_v1beta1.json
@@ -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",
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index 559ff273089..d583b0a87a2 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -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",
diff --git a/docs/api-reference/apps/v1beta1/definitions.html b/docs/api-reference/apps/v1beta1/definitions.html
index 0a60fe0aa3c..8729d4365dc 100755
--- a/docs/api-reference/apps/v1beta1/definitions.html
+++ b/docs/api-reference/apps/v1beta1/definitions.html
@@ -5500,8 +5500,8 @@ Examples:
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string
image
Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images
true
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.
false
string