deployconfig

package
v3.7.0-0.115.0+incompa... Latest Latest
Warning

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

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

Documentation

Overview

Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects.

Index

Constants

This section is empty.

Variables

View Source
var CommonStrategy = strategy{kapi.Scheme, names.SimpleNameGenerator}

CommonStrategy is the default logic that applies when creating and updating DeploymentConfig objects.

View Source
var GroupStrategy = groupStrategy{CommonStrategy}

GroupStrategy is the logic that applies when creating and updating DeploymentConfig objects in the group API. An example would be setting different defaults depending on API group

View Source
var LegacyStrategy = legacyStrategy{CommonStrategy}

LegacyStrategy is the logic that applies when creating and updating DeploymentConfig objects in the legacy API. An example would be setting different defaults depending on API group

View Source
var StatusStrategy = statusStrategy{CommonStrategy}

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 added in v0.5.3

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

Types

type Registry

type Registry interface {
	ListDeploymentConfigs(ctx apirequest.Context, options *metainternal.ListOptions) (*deployapi.DeploymentConfigList, error)
	WatchDeploymentConfigs(ctx apirequest.Context, options *metainternal.ListOptions) (watch.Interface, error)
	GetDeploymentConfig(ctx apirequest.Context, name string, options *metav1.GetOptions) (*deployapi.DeploymentConfig, error)
	CreateDeploymentConfig(ctx apirequest.Context, deploymentConfig *deployapi.DeploymentConfig) error
	UpdateDeploymentConfig(ctx apirequest.Context, deploymentConfig *deployapi.DeploymentConfig) error
	DeleteDeploymentConfig(ctx apirequest.Context, name string) error
}

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

func NewRegistry added in v0.5.3

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