mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
remove ResourceIsValid
This commit is contained in:
@@ -172,7 +172,4 @@ type RESTMapper interface {
|
||||
|
||||
AliasesForResource(resource string) ([]string, bool)
|
||||
ResourceSingularizer(resource string) (singular string, err error)
|
||||
|
||||
// ResourceIsValid takes a partial resource and returns back whether or not the resource matches at least one kind
|
||||
ResourceIsValid(resource unversioned.GroupVersionResource) bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user