Files
kustomize/api/types/replacementfield.go
2021-04-15 14:12:33 -07:00

7 lines
179 B
Go

package types
type ReplacementField struct {
Replacement `json:",inline,omitempty" yaml:",inline,omitempty"`
Path string `json:"path,omitempty" yaml:"path,omitempty"`
}