...

Source file src/sigs.k8s.io/kustomize/api/filters/replacement/doc.go

Documentation: sigs.k8s.io/kustomize/api/filters/replacement

     1  // Copyright 2022 The Kubernetes Authors.
     2  // SPDX-License-Identifier: Apache-2.0
     3  
     4  // Package replacement contains a kio.Filter implementation of the kustomize
     5  // replacement transformer (accepts sources and looks for targets to replace
     6  // their values with values from the sources).
     7  package replacement
     8  

View as plain text