package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewDiscoveryCategoryExpander returns a category expander that makes use of the "categories" fields from the API, found through the discovery client.
NewDiscoveryFilteredExpander returns a category expander that filters the returned groupresources by what the server has available.
# Variables
LegacyCategoryExpander is the old hardcoded expansion.
# Structs
SimpleCategoryExpander implements CategoryExpander interface using a static mapping of categories to GroupResource mapping.
# Interfaces
CategoryExpander maps category strings to GroupResouces.
# Type aliases
UnionCategoryExpander implements CategoryExpander interface.