Documentation ¶
Index ¶
- type REST
- func (s *REST) Create(ctx apirequest.Context, obj runtime.Object, _ bool) (runtime.Object, error)
- func (s *REST) Delete(ctx apirequest.Context, name string) (runtime.Object, error)
- func (s *REST) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (s *REST) List(ctx apirequest.Context, options *metainternal.ListOptions) (runtime.Object, error)
- func (s *REST) New() runtime.Object
- func (*REST) NewList() runtime.Object
- func (s *REST) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
- func (s *REST) Watch(ctx apirequest.Context, options *metainternal.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
func NewREST ¶
func NewREST(client kcoreclient.NamespaceInterface, lister projectauth.Lister, authCache *projectauth.AuthorizationCache, projectCache *projectcache.ProjectCache) *REST
NewREST returns a RESTStorage object that will work against Project resources
func (*REST) Get ¶
func (s *REST) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
Get retrieves a Project by name
func (*REST) List ¶
func (s *REST) List(ctx apirequest.Context, options *metainternal.ListOptions) (runtime.Object, error)
func (*REST) Update ¶ added in v1.0.5
func (s *REST) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
func (*REST) Watch ¶ added in v1.3.0
func (s *REST) Watch(ctx apirequest.Context, options *metainternal.ListOptions) (watch.Interface, error)
Click to show internal directories.
Click to hide internal directories.