Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
*genericregistry.Store
}
REST implements a RESTStorage for ShootStates against etcd.
func NewREST ¶
func NewREST(optsGetter generic.RESTOptionsGetter) *REST
NewREST returns a RESTStorage object that will work against ShootStates.
func (*REST) Categories ¶
Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.
type ShootState ¶
type ShootState struct {
ShootState *REST
}
ShootState implements the storage for ShootStates and their status subresource.
func NewStorage ¶
func NewStorage(optsGetter generic.RESTOptionsGetter) ShootState
NewStorage creates a new ShootState object.
Click to show internal directories.
Click to hide internal directories.