Documentation
¶
Overview ¶
Package limitrange provides Registry interface and it's REST implementation for storing LimitRange api objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Strategy = limitrangeStrategy{api.Scheme, names.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating LimitRange objects via the REST API.
Functions ¶
func GetAttrs ¶ added in v1.6.0
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, bool, error)
GetAttrs returns labels and fields of a given object for filtering purposes.
func LimitRangeToSelectableFields ¶
func LimitRangeToSelectableFields(limitRange *api.LimitRange) fields.Set
func MatchLimitRange ¶
func MatchLimitRange(label labels.Selector, field fields.Selector) storage.SelectionPredicate
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.