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 package defaultconfig
const ( const (
imagesFieldSpecs = ` // imageFieldSpecs is left empty since `containers` and `initContainers`
images: // of *ANY* kind in *ANY* path are builtin supported in code
- kind: Pod imagesFieldSpecs = ``
path: spec/initContainers
- kind: Pod
path: spec/containers
- kind: Deployment
path: spec/template/spec/initContainers
- kind: Deployment
path: spec/template/spec/containers
`
) )