Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type Storage struct + func NewStorage(s rest.StandardStorage, authorizer authorizer.Authorizer, ...) *Storage + func (r *Storage) NamespaceScoped() bool + func (r *Storage) StorageVersion() runtime.GroupVersioner + func (s *Storage) Create(ctx context.Context, obj runtime.Object, ...) (runtime.Object, error) + func (s *Storage) Update(ctx context.Context, name string, obj rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)