k8s

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalObject

type LocalObject interface {
	client.Object
	GetServiceAccountName() string
	SetServiceAccountName(name string)
	GetContainers() []corev1.Container
	SetContainers(containers []corev1.Container)
	GetInitContainers() []corev1.Container
	SetInitContainers(containers []corev1.Container)
	SetGVK()
	GetObject() client.Object
	ResetStatus()
}

func NewLocalObject

func NewLocalObject(obj client.Object) LocalObject

Jump to

Keyboard shortcuts

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