Documentation ¶
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchControllerInstallation(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func RegistrationRefNameIndexFunc(obj any) ([]string, error)
- func SeedRefNameIndexFunc(obj any) ([]string, error)
- func ToSelectableFields(controllerInstallation *core.ControllerInstallation) fields.Set
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusStrategy = controllerInstallationStatusStrategy{Strategy}
StatusStrategy defines the storage strategy for the status subresource of ControllerInstallations.
View Source
var Strategy = controllerInstallationStrategy{api.Scheme, names.SimpleNameGenerator}
Strategy defines the storage strategy for ControllerInstallations.
Functions ¶
func MatchControllerInstallation ¶
func MatchControllerInstallation(label labels.Selector, field fields.Selector) storage.SelectionPredicate
MatchControllerInstallation returns a generic matcher for a given label and field selector.
func RegistrationRefNameIndexFunc ¶
RegistrationRefNameIndexFunc returns spec.registrationRef.name of given ControllerInstallation.
func SeedRefNameIndexFunc ¶
SeedRefNameIndexFunc returns spec.seedRef.name of given ControllerInstallation.
func ToSelectableFields ¶
func ToSelectableFields(controllerInstallation *core.ControllerInstallation) fields.Set
ToSelectableFields returns a field set that represents the object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.