Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(optsGetter restoptions.Getter) (*REST, *DetailsREST, error)
NewREST returns a RESTStorage object that will work against Build objects.
Types ¶
type DetailsREST ¶
type DetailsREST struct {
// contains filtered or unexported fields
}
func (*DetailsREST) New ¶
func (r *DetailsREST) New() runtime.Object
New returns an empty object that can be used with Update after request data has been put into it.
func (*DetailsREST) Update ¶
func (r *DetailsREST) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
Update finds a resource in the storage and updates it.
Click to show internal directories.
Click to hide internal directories.