podpreset

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2017 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Strategy = podPresetStrategy{api.Scheme, names.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating Pod Preset objects.

Functions

func GetAttrs

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

GetAttrs returns labels and fields of a given object for filtering purposes.

func Matcher

Matcher 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 SelectableFields

func SelectableFields(pip *settings.PodPreset) fields.Set

SelectableFields returns a field set that represents the object.

Types

type Registry

type Registry interface {
	ListPodPresets(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (*settings.PodPresetList, error)
	CreatePodPreset(ctx genericapirequest.Context, pp *settings.PodPreset) error
	UpdatePodPreset(ctx genericapirequest.Context, pp *settings.PodPreset) error
	GetPodPreset(ctx genericapirequest.Context, ppID string, options *metav1.GetOptions) (*settings.PodPreset, error)
	DeletePodPreset(ctx genericapirequest.Context, ppID string) error
	WatchPodPresets(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
}

Registry is an interface for things that know how to store PodPresets.

func NewRegistry

func NewRegistry(s rest.StandardStorage) Registry

NewRegistry returns a new Registry interface for the given Storage. Any mismatched types will panic.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL