shoot

package
v0.0.0-...-32fc51b Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2018 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StatusStrategy = shootStatusStrategy{Strategy}

StatusStrategy defines the storage strategy for the status subresource of Shoots.

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

Strategy defines the storage strategy for Shoots.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	ListShoots(ctx context.Context, options *metainternalversion.ListOptions) (*garden.ShootList, error)
	WatchShoots(ctx context.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
	GetShoot(ctx context.Context, shootID string, options *metav1.GetOptions) (*garden.Shoot, error)
	CreateShoot(ctx context.Context, shoot *garden.Shoot, createValidation rest.ValidateObjectFunc) (*garden.Shoot, error)
	UpdateShoot(ctx context.Context, shoot *garden.Shoot, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc) (*garden.Shoot, error)
	DeleteShoot(ctx context.Context, shootID string) error
}

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

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