mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-24 11:48:19 +00:00
trivial fix typo: resouce -> resource
Although it is spelling mistakes, it might make an affects while reading. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com> Kubernetes-commit: 34961dc16c91f530b84957c50be5ebdbb914380b
This commit is contained in:
parent
d51bcfed7e
commit
666c7b3f0c
@ -21,7 +21,7 @@ import (
|
||||
"k8s.io/client-go/discovery"
|
||||
)
|
||||
|
||||
// CategoryExpander maps category strings to GroupResouces.
|
||||
// CategoryExpander maps category strings to GroupResources.
|
||||
// Categories are classification or 'tag' of a group of resources.
|
||||
type CategoryExpander interface {
|
||||
Expand(category string) ([]schema.GroupResource, bool)
|
||||
|
Loading…
Reference in New Issue
Block a user