Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type REST ¶
type REST struct {
*genericregistry.Store
// contains filtered or unexported fields
}
rest implements a RESTStorage for DaemonSets
func (*REST) Categories ¶
func (r *REST) Categories() []string
Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.
func (*REST) ShortNames ¶
func (r *REST) ShortNames() []string
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
func (*REST) WithCategories ¶
func (r *REST) WithCategories(categories []string) *REST
type StatusREST ¶
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a daemonset
Click to show internal directories.
Click to hide internal directories.