Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetterLister ¶
type GlobalGetList ¶
type GlobalGetList[T any] struct { GetFunc func(name string) (T, error) ListFunc func(selector labels.Selector) ([]T, error) }
func (GlobalGetList[T]) Get ¶
func (gl GlobalGetList[T]) Get(defaultNamespace, name string) (T, error)
Click to show internal directories.
Click to hide internal directories.