api

package
v0.0.0-...-57c84ca Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceVerber

type ResourceVerber interface {
	Put(ctx context.Context, kind string, namespaceSet bool, namespace string, name string,
		object runtime.Object) error
	Get(ctx context.Context, kind string, namespaceSet bool, namespace string, name string) (runtime.Object, error)
	Delete(ctx context.Context, kind string, namespaceSet bool, namespace string, name string) error
}

ResourceVerber is responsible for performing generic CRUD operations on all supported resources.

Jump to

Keyboard shortcuts

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