mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 02:55:22 +00:00
7 lines
179 B
Go
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"`
|
|
}
|