package podschedulingcontext
import "k8s.io/kubernetes/pkg/registry/resource/podschedulingcontext"
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func Match(label labels.Selector, field fields.Selector) storage.SelectionPredicate
Variables ¶
var StatusStrategy = podSchedulingStatusStrategy{Strategy}
var Strategy = podSchedulingStrategy{legacyscheme.Scheme, names.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating ResourceClaim objects via the REST API.
Functions ¶
func GetAttrs ¶
GetAttrs returns labels and fields of a given object for filtering purposes.
func Match ¶
Match returns a generic matcher for a given label and field selector.
Source Files ¶
strategy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/registry/resource/podschedulingcontext/storage |
- Version
- v1.27.8
- Published
- Nov 15, 2023
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 1 minute ago –
Tools for package owners.