Documentation ¶ Index ¶ type REST func NewREST(tokenAuthenticator authenticator.Request) *REST func (r *REST) Create(ctx genericapirequest.Context, obj runtime.Object, includeUninitialized bool) (runtime.Object, error) 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) *REST func (*REST) Create ¶ func (r *REST) Create(ctx genericapirequest.Context, obj runtime.Object, includeUninitialized bool) (runtime.Object, error) 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.