package
Version:
v1.6.12-beta.0
Opens a new window with list of versions in this module.
Published: Sep 28, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST)
NewREST returns a RESTStorage object that will work against clusters.
type REST struct {
*genericregistry.Store
}
type StatusREST struct {
}
func (r *StatusREST) New() runtime.Object
func (r *StatusREST) Update(ctx genericapirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
Update alters the status subset of an object.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.