mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
address comments
This commit is contained in:
@@ -294,8 +294,8 @@ type KVSource struct {
|
||||
}
|
||||
|
||||
type Prune struct {
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
AlphaConfigMap NameArgs `json:"alphaConfigMap,omitempty" yaml:"alphaConfigMap,omitempty"`
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
ConfigMap NameArgs `json:"configMap,omitempty" yaml:"configMap,omitempty"`
|
||||
}
|
||||
|
||||
type NameArgs struct {
|
||||
|
||||
Reference in New Issue
Block a user