Documentation ¶ Index ¶ type REST func NewREST(tokenAuthenticator authenticator.Request, apiAudiences []string) *REST func (r *REST) Create(ctx context.Context, obj runtime.Object, ...) (runtime.Object, error) func (r *REST) NamespaceScoped() bool func (r *REST) New() runtime.Object 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(tokenAuthenticator authenticator.Request, apiAudiences []string) *REST func (*REST) Create ¶ func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error) func (*REST) NamespaceScoped ¶ func (r *REST) NamespaceScoped() bool func (*REST) New ¶ func (r *REST) New() runtime.Object Source Files ¶ View all Source files storage.go Click to show internal directories. Click to hide internal directories.