...

Source file src/sigs.k8s.io/kustomize/kyaml/krmfile/krmfile.go

Documentation: sigs.k8s.io/kustomize/kyaml/krmfile

     1  // Copyright 2019 The Kubernetes Authors.
     2  // SPDX-License-Identifier: Apache-2.0
     3  
     4  package krmfile
     5  
     6  // KRMFileName is the file where Krm metadata is stored
     7  const (
     8  	// KrmfileName is the name of the file that KRM metadata is written to
     9  	KrmfileName = "Krmfile"
    10  )
    11  

View as plain text