Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(optsGetter restoptions.Getter, defaultRegistry api.DefaultRegistry, subjectAccessReviewRegistry subjectaccessreview.Registry, limitVerifier imageadmission.LimitVerifier) (*REST, *StatusREST, *InternalREST, error)
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 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.