Versions in this module Expand all Collapse all v0 v0.32.1 Jan 21, 2025 v0.29.1 Mar 29, 2024 Changes in this version + type Remote struct + func NewRemote(obj types.Object, c kclient.WithWatch) *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)