Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FinalizeREST ¶
type FinalizeREST struct {
// contains filtered or unexported fields
}
FinalizeREST implements the REST endpoint for finalizing a namespace.
type REST ¶
type REST struct {
*genericregistry.Store
// contains filtered or unexported fields
}
rest implements a RESTStorage for namespaces
func (*REST) Delete ¶
func (r *REST) Delete(ctx genericapirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
Delete enforces life-cycle rules for namespace termination
func (*REST) ShortNames ¶
func (r *REST) ShortNames() []string
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
type StatusREST ¶
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.