mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
add replacement transformer
This commit is contained in:
6
api/types/replacementfield.go
Normal file
6
api/types/replacementfield.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type ReplacementField struct {
|
||||
Replacement `json:",inline,omitempty" yaml:",inline,omitempty"`
|
||||
Path string `json:"path,omitempty" yaml:"path,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user