Documentation
¶
Index ¶
- Variables
- func GetAttrs(o runtime.Object) (labels.Set, fields.Set, bool, error)
- func Matcher(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func NewStrategy(kc kclientset.Interface) *templateInstanceStrategy
- func SelectableFields(obj *templateapi.TemplateInstance) fields.Set
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusStrategy = statusStrategy{kapi.Scheme, names.SimpleNameGenerator}
Functions ¶
func GetAttrs ¶
GetAttrs returns labels and fields of a given object for filtering purposes
func Matcher ¶
Matcher returns a generic matcher for a given label and field selector.
func NewStrategy ¶
func NewStrategy(kc kclientset.Interface) *templateInstanceStrategy
func SelectableFields ¶
func SelectableFields(obj *templateapi.TemplateInstance) fields.Set
SelectableFields returns a field set that can be used for filter selection
Types ¶
This section is empty.
Source Files
¶
- strategy.go
Click to show internal directories.
Click to hide internal directories.