Documentation ¶
Index ¶
Constants ¶
View Source
const ClusterResourceQuotaPath = "/" + quotaapi.GroupName + "/clusterresourcequotas"
Variables ¶
View Source
var StatusStrategy = statusStrategy{kapi.Scheme}
View Source
var Strategy = strategy{kapi.Scheme}
Functions ¶
Types ¶
type REST ¶
func NewStorage ¶
func NewStorage(optsGetter restoptions.Getter) (*REST, error)
NewStorage returns a RESTStorage object that will work against nodes.
type StatusREST ¶
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a resourcequota.
func NewStatusStorage ¶
func NewStatusStorage(optsGetter restoptions.Getter) (*StatusREST, error)
func (*StatusREST) Get ¶
Get retrieves the object from the storage. It is required to support Patch.
func (*StatusREST) New ¶
func (r *StatusREST) New() runtime.Object
Click to show internal directories.
Click to hide internal directories.