package thirdpartyresource
import "k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource"
Package thirdpartyresource provides Registry interface and its REST implementation for storing ThirdPartyResource api objects.
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, bool, error)
- func Matcher(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func SelectableFields(obj *extensions.ThirdPartyResource) fields.Set
Variables ¶
Strategy is the default logic that applies when creating and updating ThirdPartyResource objects via the REST API.
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 SelectableFields ¶
func SelectableFields(obj *extensions.ThirdPartyResource) fields.Set
SelectableFields returns a field set that can be used for filter selection
Source Files ¶
doc.go strategy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/registry/extensions/thirdpartyresource/storage |
- Version
- v1.7.5
- Published
- Aug 31, 2017
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 15 minutes ago –
Tools for package owners.