Documentation ¶
Index ¶
- func NewREST(h tools.EtcdHelper, defaultRegistry imagestream.DefaultRegistry, ...) (*REST, *StatusREST)
- type REST
- func (r *REST) Create(ctx kapi.Context, obj runtime.Object) (runtime.Object, error)
- func (r *REST) Delete(ctx kapi.Context, name string, options *kapi.DeleteOptions) (runtime.Object, error)
- func (r *REST) Get(ctx kapi.Context, name string) (runtime.Object, error)
- func (r *REST) List(ctx kapi.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 kapi.Context, obj runtime.Object) (runtime.Object, bool, error)
- func (r *REST) Watch(ctx kapi.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, defaultRegistry imagestream.DefaultRegistry, subjectAccessReviewRegistry subjectaccessreview.Registry) (*REST, *StatusREST)
NewREST returns a new REST.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements a RESTStorage for image streams against etcd.
func (*REST) Delete ¶
func (r *REST) Delete(ctx kapi.Context, name string, options *kapi.DeleteOptions) (runtime.Object, error)
Delete deletes an existing image stream specified by its ID.
func (*REST) List ¶
func (r *REST) List(ctx kapi.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)
List obtains a list of image streams 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 an image stream.
func (*StatusREST) New ¶
func (r *StatusREST) New() runtime.Object
Click to show internal directories.
Click to hide internal directories.