kubernetes/vendor/sigs.k8s.io/kustomize/api/internal/target/errmissingkustomization.go

type errMissingKustomization

func (e *errMissingKustomization) Error() string {}

func IsMissingKustomizationFileError(err error) bool {}

func NewErrMissingKustomization(p string) *errMissingKustomization {}

func quoted(l []string) []string {}

func commaOr(q []string) string {}