Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobStorage ¶
type JobStorage struct {
Job *REST
Status *StatusREST
}
JobStorage includes dummy storage for Job.
func NewStorage ¶
func NewStorage(optsGetter generic.RESTOptionsGetter) JobStorage
type REST ¶
type REST struct {
*genericregistry.Store
}
REST implements a RESTStorage for jobs against etcd
func (*REST) Categories ¶ added in v1.7.0
func (r *REST) Categories() []string
Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.
type StatusREST ¶
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a resourcequota.
Click to show internal directories.
Click to hide internal directories.