remote

package
v0.0.0-...-7b9449e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 8 Imported by: 17

Documentation

Index

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 NewRemote

func NewRemote(obj types.Object, c kclient.WithWatch) *Remote

func (*Remote) Create

func (r *Remote) Create(ctx context.Context, object types.Object) (types.Object, error)

func (*Remote) Delete

func (r *Remote) Delete(ctx context.Context, obj types.Object) (types.Object, error)

func (*Remote) Destroy

func (r *Remote) Destroy()

func (*Remote) Get

func (r *Remote) Get(ctx context.Context, namespace, name string) (types.Object, error)

func (*Remote) GetToList

func (r *Remote) GetToList(ctx context.Context, namespace, name string) (types.ObjectList, error)

func (*Remote) List

func (r *Remote) List(ctx context.Context, namespace string, opts storage.ListOptions) (types.ObjectList, error)

func (*Remote) New

func (r *Remote) New() types.Object

func (*Remote) NewList

func (r *Remote) NewList() types.ObjectList

func (*Remote) Scheme

func (r *Remote) Scheme() *runtime.Scheme

func (*Remote) Update

func (r *Remote) Update(ctx context.Context, obj types.Object) (types.Object, error)

func (*Remote) UpdateStatus

func (r *Remote) UpdateStatus(ctx context.Context, obj types.Object) (types.Object, error)

func (*Remote) Watch

func (r *Remote) Watch(ctx context.Context, namespace string, opts storage.ListOptions) (<-chan watch.Event, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL