crosssecretbinding

package
v0.0.0-...-133fb1b Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Strategy defines the storage strategy for CrossSecretBindings.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	ListCrossSecretBindings(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (*garden.CrossSecretBindingList, error)
	WatchCrossSecretBindings(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
	GetCrossSecretBinding(ctx genericapirequest.Context, name string, options *metav1.GetOptions) (*garden.CrossSecretBinding, error)
	CreateCrossSecretBinding(ctx genericapirequest.Context, binding *garden.CrossSecretBinding, createValidation rest.ValidateObjectFunc) (*garden.CrossSecretBinding, error)
	UpdateCrossSecretBinding(ctx genericapirequest.Context, binding *garden.CrossSecretBinding, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc) (*garden.CrossSecretBinding, error)
	DeleteCrossSecretBinding(ctx genericapirequest.Context, name string) error
}

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

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