kubernetesk8s.io/kubernetes/pkg/registry/resource/podschedulingcontext Index | Files | Directories

package podschedulingcontext

import "k8s.io/kubernetes/pkg/registry/resource/podschedulingcontext"

Index

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

func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)

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

PathSynopsis
pkg/registry/resource/podschedulingcontext/storage
Version
v1.27.0-rc.0
Published
Mar 23, 2023
Platform
js/wasm
Imports
13 packages
Last checked
27 seconds ago

Tools for package owners.