Skip to content

Remove null from image field and add image into required for deployment container and init container #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions master-standalone-strict/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2125,8 +2125,7 @@
"image": {
"description": "Container 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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -3683,7 +3682,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -6048,8 +6048,7 @@
"image": {
"description": "Container 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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -7606,7 +7605,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -10781,4 +10781,4 @@
],
"additionalProperties": false,
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions master-standalone/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2072,8 +2072,7 @@
"image": {
"description": "Container 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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -3588,7 +3587,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -5887,8 +5887,7 @@
"image": {
"description": "Container 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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -7403,7 +7402,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -10491,4 +10491,4 @@
}
],
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.0-standalone-strict/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1690,8 +1690,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -3024,7 +3023,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -5108,8 +5108,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6442,7 +6441,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9280,4 +9280,4 @@
],
"additionalProperties": false,
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.0-standalone/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -2944,7 +2943,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -4969,8 +4969,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6268,7 +6267,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9027,4 +9027,4 @@
}
],
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.1-standalone-strict/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1690,8 +1690,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -3024,7 +3023,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -5108,8 +5108,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6442,7 +6441,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9280,4 +9280,4 @@
],
"additionalProperties": false,
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.1-standalone/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -2944,7 +2943,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -4969,8 +4969,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6268,7 +6267,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9027,4 +9027,4 @@
}
],
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.10-standalone-strict/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1690,8 +1690,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -3024,7 +3023,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -5108,8 +5108,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6442,7 +6441,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9280,4 +9280,4 @@
],
"additionalProperties": false,
"$schema": "http://json-schema.org/schema#"
}
}
14 changes: 7 additions & 7 deletions v1.19.10-standalone/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -2944,7 +2943,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -4969,8 +4969,7 @@
"image": {
"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",
"null"
"string"
]
},
"imagePullPolicy": {
Expand Down Expand Up @@ -6268,7 +6267,8 @@
}
},
"required": [
"name"
"name",
"image"
],
"type": [
"object",
Expand Down Expand Up @@ -9027,4 +9027,4 @@
}
],
"$schema": "http://json-schema.org/schema#"
}
}
Loading