mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
rename IsMatchEveryIndex to IsWildcard
This commit is contained in:
@@ -90,7 +90,7 @@ func (p *PathMatcher) filter(rn *RNode) (*RNode, error) {
|
||||
return p.doSeq(rn)
|
||||
}
|
||||
|
||||
if IsMatchEveryIndex(p.Path[0]) {
|
||||
if IsWildcard(p.Path[0]) {
|
||||
// match every elements (*)
|
||||
return p.doMatchEvery(rn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user