Documentation ¶
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchAPIService(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func NewStatusStrategy(typer runtime.ObjectTyper) rest.UpdateResetFieldsStrategy
- func NewStrategy(typer runtime.ObjectTyper) rest.CreateUpdateResetFieldsStrategy
- func ToSelectableFields(obj *apiregistration.APIService) fields.Set
Constants ¶
This section is empty.
Variables ¶
View Source
var Strategy = apiServerStrategy{}
Functions ¶
func MatchAPIService ¶
MatchAPIService is the filter used by the generic etcd backend to watch events from etcd to clients of the apiserver only interested in specific labels/fields.
func NewStatusStrategy ¶
func NewStatusStrategy(typer runtime.ObjectTyper) rest.UpdateResetFieldsStrategy
NewStatusStrategy creates a new apiServerStatusStrategy.
func NewStrategy ¶
func NewStrategy(typer runtime.ObjectTyper) rest.CreateUpdateResetFieldsStrategy
NewStrategy creates a new apiServerStrategy.
func ToSelectableFields ¶
func ToSelectableFields(obj *apiregistration.APIService) 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.