Leave defautconfig empty for images

`containers` and `initContainers` of *ANY* kind in *ANY*
path are builtin supported in code
This commit is contained in:
Yujun Zhang
2019-03-17 08:51:14 +08:00
parent abf538d80d
commit 7130e3ff1d

View File

@@ -17,15 +17,7 @@ limitations under the License.
package defaultconfig
const (
imagesFieldSpecs = `
images:
- kind: Pod
path: spec/initContainers
- kind: Pod
path: spec/containers
- kind: Deployment
path: spec/template/spec/initContainers
- kind: Deployment
path: spec/template/spec/containers
`
// imageFieldSpecs is left empty since `containers` and `initContainers`
// of *ANY* kind in *ANY* path are builtin supported in code
imagesFieldSpecs = ``
)