Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorage ¶ added in v0.14.0
func NewStorage(h tools.EtcdHelper) (*REST, *StatusREST, *FinalizeREST)
NewStorage returns a RESTStorage object that will work against namespaces
Types ¶
type FinalizeREST ¶ added in v0.14.0
type FinalizeREST struct {
// contains filtered or unexported fields
}
FinalizeREST implements the REST endpoint for finalizing a namespace.
type REST ¶
type REST struct {
*etcdgeneric.Etcd
// contains filtered or unexported fields
}
rest implements a RESTStorage for namespaces against etcd
type StatusREST ¶ added in v0.14.0
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a namespace.
Click to show internal directories.
Click to hide internal directories.