Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(s storage.Interface, storageDecorator generic.StorageDecorator) (*REST, *StatusREST, *FinalizeREST)
NewREST 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.
func (*FinalizeREST) New ¶ added in v0.14.0
func (r *FinalizeREST) New() runtime.Object
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.
func (*StatusREST) New ¶ added in v0.14.0
func (r *StatusREST) New() runtime.Object
Click to show internal directories.
Click to hide internal directories.