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 interface{}) ([]string, error)
- func SeedRefNameIndexFunc(obj interface{}) ([]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 GetAttrs ¶ added in v1.8.0
GetAttrs returns labels and fields of a given object for filtering purposes.
func MatchControllerInstallation ¶ added in v1.8.0
func MatchControllerInstallation(label labels.Selector, field fields.Selector) storage.SelectionPredicate
MatchControllerInstallation returns a generic matcher for a given label and field selector.
func RegistrationRefNameIndexFunc ¶ added in v1.58.0
RegistrationRefNameIndexFunc returns spec.registrationRef.name of given ControllerInstallation.
func SeedRefNameIndexFunc ¶ added in v1.58.0
SeedRefNameIndexFunc returns spec.seedRef.name of given ControllerInstallation.
func ToSelectableFields ¶ added in v1.8.0
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.