Documentation ¶
Overview ¶
Package kubernetes/util provides helper functions for the kubernetes middleware
Index ¶
Constants ¶
View Source
const ( WildcardStar = "*" WildcardAny = "any" )
Variables ¶
This section is empty.
Functions ¶
func StringInSlice ¶
StringInSlice check whether string a is a member of slice.
func SymbolContainsWildcard ¶
SymbolContainsWildcard checks whether symbol contains a wildcard value
Types ¶
type StoreToNamespaceLister ¶
StoreToNamespaceLister makes a Store that lists Namespaces.
func (*StoreToNamespaceLister) List ¶
func (s *StoreToNamespaceLister) List() (ns api.NamespaceList, err error)
List lists all Namespaces in the store.
Click to show internal directories.
Click to hide internal directories.