Files
kustomize/api/builtinconfig/consts/nameprefix.go
2019-10-20 09:19:07 -07:00

12 lines
170 B
Go

// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package consts
const (
namePrefixFieldSpecs = `
namePrefix:
- path: metadata/name
`
)