mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
fix typo
This commit is contained in:
@@ -45,9 +45,9 @@ func MergeStrings(srcStr, destStr string, infer bool, mergeOptions yaml.MergeOpt
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Merger struct {
|
type Merger struct {
|
||||||
// for forwards compatibility when new functions are added to the interface
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for forwards compatibility when new functions are added to the interface
|
||||||
var _ walk.Visitor = Merger{}
|
var _ walk.Visitor = Merger{}
|
||||||
|
|
||||||
func (m Merger) VisitMap(nodes walk.Sources, s *openapi.ResourceSchema) (*yaml.RNode, error) {
|
func (m Merger) VisitMap(nodes walk.Sources, s *openapi.ResourceSchema) (*yaml.RNode, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user