...

Source file src/sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts/nameprefix.go

Documentation: sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts

     1  // Copyright 2019 The Kubernetes Authors.
     2  // SPDX-License-Identifier: Apache-2.0
     3  
     4  package builtinpluginconsts
     5  
     6  const (
     7  	namePrefixFieldSpecs = `
     8  namePrefix:
     9  - path: metadata/name
    10  `
    11  )
    12  

View as plain text