Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CqREST ¶
type CqREST struct{}
CqREST type is used only to install clusterqueues/ resource, so we can install clusterqueues/pending_workloads subresource. It implements the necessary interfaces for genericapiserver but does not provide any actual functionalities.
func (*CqREST) GetSingularName ¶
GetSingularName implements rest.SingularNameProvider interface
func (*CqREST) NamespaceScoped ¶
NamespaceScoped implements rest.Scoper interface
type LqREST ¶
type LqREST struct{}
LqREST type is used only to install localqueues/ resource, so we can install localqueues/pending_workloads subresource. It implements the necessary interfaces for genericapiserver but does not provide any actual functionalities.
func (*LqREST) GetSingularName ¶
GetSingularName implements rest.SingularNameProvider interface
func (*LqREST) NamespaceScoped ¶
NamespaceScoped implements rest.Scoper interface