Documentation ¶
Index ¶
- type Remote
- func (r *Remote) Create(ctx context.Context, object types.Object) (types.Object, error)
- func (r *Remote) Delete(ctx context.Context, obj types.Object) (types.Object, error)
- func (r *Remote) Destroy()
- func (r *Remote) Get(ctx context.Context, namespace, name string) (types.Object, error)
- func (r *Remote) GetToList(ctx context.Context, namespace, name string) (types.ObjectList, error)
- func (r *Remote) List(ctx context.Context, namespace string, opts storage.ListOptions) (types.ObjectList, error)
- func (r *Remote) New() types.Object
- func (r *Remote) NewList() types.ObjectList
- func (r *Remote) Scheme() *runtime.Scheme
- func (r *Remote) Update(ctx context.Context, obj types.Object) (types.Object, error)
- func (r *Remote) UpdateStatus(ctx context.Context, obj types.Object) (types.Object, error)
- func (r *Remote) Watch(ctx context.Context, namespace string, opts storage.ListOptions) (<-chan watch.Event, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Remote ¶
type Remote struct {
// contains filtered or unexported fields
}
func (*Remote) List ¶
func (r *Remote) List(ctx context.Context, namespace string, opts storage.ListOptions) (types.ObjectList, error)
func (*Remote) NewList ¶
func (r *Remote) NewList() types.ObjectList
func (*Remote) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.