mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 07:17:02 +00:00
11 lines
267 B
Go
11 lines
267 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package consts
|
|
|
|
const (
|
|
// imageFieldSpecs is left empty since `containers` and `initContainers`
|
|
// of *ANY* kind in *ANY* path are builtin supported in code
|
|
imagesFieldSpecs = ``
|
|
)
|