Documentation ¶
Index ¶
- func NewREST(h tools.EtcdHelper) (*REST, *StatusREST)
- type REST
- func (r *REST) Create(ctx api.Context, obj runtime.Object) (runtime.Object, error)
- func (r *REST) Delete(ctx api.Context, name string) (runtime.Object, error)
- func (r *REST) Get(ctx api.Context, name string) (runtime.Object, error)
- func (r *REST) List(ctx api.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)
- func (r *REST) New() runtime.Object
- func (r *REST) NewList() runtime.Object
- func (r *REST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)
- func (r *REST) Watch(ctx api.Context, label labels.Selector, field fields.Selector, ...) (watch.Interface, error)
- type StatusREST
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(h tools.EtcdHelper) (*REST, *StatusREST)
NewREST returns a RESTStorage object that will work against ResourceQuota objects.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
rest implements a RESTStorage for resourcequotas against etcd
func (*REST) List ¶
func (r *REST) List(ctx api.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)
List obtains a list of resourcequotas with labels that match selector.
type StatusREST ¶
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a resourcequota.
func (*StatusREST) New ¶
func (r *StatusREST) New() runtime.Object
Click to show internal directories.
Click to hide internal directories.