Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewREST(client restclient.Interface) utilregistry.NoWatchStorage + type REST struct + func (s *REST) Create(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, _ bool) (runtime.Object, error) + func (s *REST) Delete(ctx context.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error) + func (s *REST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (s *REST) List(ctx context.Context, options *metainternal.ListOptions) (runtime.Object, error) + func (s *REST) NamespaceScoped() bool + func (s *REST) New() runtime.Object + func (s *REST) NewList() runtime.Object + func (s *REST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)