Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(s storage.Interface, defaultRegistry imagestream.DefaultRegistry, subjectAccessReviewRegistry subjectaccessreview.Registry) (*REST, *StatusREST, *InternalREST)
NewREST returns a new REST.
Types ¶
type InternalREST ¶ added in v1.0.7
type InternalREST struct {
// contains filtered or unexported fields
}
InternalREST implements the REST endpoint for changing both the spec and status of an image stream.
func (*InternalREST) New ¶ added in v1.0.7
func (r *InternalREST) New() runtime.Object
type REST ¶
type REST struct { *etcdgeneric.Etcd // contains filtered or unexported fields }
REST implements a RESTStorage for image streams against etcd.
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.