client

package
v1.1.9 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Reader
	Writer
	Scheme() *runtime.Scheme
}

type Object

type Object interface {
	meta.Object
	runtime.Object
}

type Reader

type Reader interface {
	Get(context context.Context, key string, object Object) error
	List(context context.Context, object []Object) error
}

type Writer

type Writer interface {
	Create(context context.Context, object Object) error
	Update(context context.Context, object Object) error
	Delete(context context.Context, object Object) error
}

Jump to

Keyboard shortcuts

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