remove ResourceIsValid

This commit is contained in:
deads2k
2016-02-08 16:32:36 -05:00
parent 138cb09aea
commit 9901a386c3
6 changed files with 0 additions and 70 deletions

View File

@@ -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
}