k8s

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 37

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object interface {
	metav1.Object
	runtime.Object
}

Object is a union type that can represent either typed objects of type metav1.Object or dynamic objects of type runtime.object.

type ObjectList

type ObjectList interface {
	metav1.ListInterface
	runtime.Object
}

ObjectList is a Kubernetes object list, allows functions to work with any resource that implements both runtime.Object and metav1.ListInterface interfaces.

type Patch added in v0.0.3

type Patch struct {
	// PatchType is the type of the patch.
	PatchType types.PatchType
	// Data is the raw data representing the patch.
	Data []byte
}

Patch is a patch that can be applied to a Kubernetes object.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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