mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Generated code.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user