mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
removed some prefix methods from resource
This commit is contained in:
@@ -151,7 +151,7 @@ type ResMap interface {
|
||||
// an exact match, returning an error on multiple or no matches.
|
||||
GetByCurrentId(resid.ResId) (*resource.Resource, error)
|
||||
|
||||
// GetByPreviousId is shorthand for calling
|
||||
// GetById is shorthand for calling
|
||||
// GetMatchingResourcesByAnyId with a matcher requiring
|
||||
// an exact match, returning an error on multiple or no matches.
|
||||
GetById(resid.ResId) (*resource.Resource, error)
|
||||
|
||||
Reference in New Issue
Block a user