namespace

package
v1.3.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package namespace provides Registry interface and it's REST implementation for storing Namespace api objects.

Index

Constants

This section is empty.

Variables

View Source
var FinalizeStrategy = namespaceFinalizeStrategy{Strategy}
View Source
var StatusStrategy = namespaceStatusStrategy{Strategy}
View Source
var Strategy = namespaceStrategy{api.Scheme, api.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating Namespace objects via the REST API.

Functions

func MatchNamespace

func MatchNamespace(label labels.Selector, field fields.Selector) generic.Matcher

MatchNamespace returns a generic matcher for a given label and field selector.

func NamespaceToSelectableFields

func NamespaceToSelectableFields(namespace *api.Namespace) labels.Set

NamespaceToSelectableFields returns a label set that represents the object

Types

type Registry

type Registry interface {
	ListNamespaces(ctx api.Context, options *api.ListOptions) (*api.NamespaceList, error)
	WatchNamespaces(ctx api.Context, options *api.ListOptions) (watch.Interface, error)
	GetNamespace(ctx api.Context, namespaceID string) (*api.Namespace, error)
	CreateNamespace(ctx api.Context, namespace *api.Namespace) error
	UpdateNamespace(ctx api.Context, namespace *api.Namespace) error
	DeleteNamespace(ctx api.Context, namespaceID string) error
}

Registry is an interface implemented by things that know how to store Namespace objects.

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