Generated code.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user