k8s

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 18 Imported by: 4

Documentation

Index

Constants

View Source
const WatchNamespaceEnvVar = "WATCH_NAMESPACE"

Variables

This section is empty.

Functions

func AnnotateObject added in v1.14.0

func AnnotateObject(ctx context.Context, c client.Client, obj client.Object, annotations map[string]string) error

AnnotateObject adds the specified annotations to the object

func DeannotateObject added in v1.14.0

func DeannotateObject(ctx context.Context, c client.Client, obj client.Object, annotation string) error

DeannotateObject removes the specified annotation from the object

func GetOperatorNamespace added in v1.11.0

func GetOperatorNamespace() (string, error)

GetOperatorNamespace returns the namespace of the operator pod

func GetWatchNamespace added in v1.11.0

func GetWatchNamespace() (string, error)

GetWatchNamespace returns the namespace the operator should be watching for changes

func OperatorPod added in v1.7.0

func OperatorPod(ctx context.Context, cl client.Client) (corev1.Pod, error)

func OwnerRef

func OwnerRef(ro runtime.Object, scheme *runtime.Scheme) (metav1.OwnerReference, error)

OwnerRef returns OwnerReference to object

func SetControllerReference

func SetControllerReference(owner runtime.Object, obj metav1.Object, scheme *runtime.Scheme) error

SetControllerReference sets owner as a owner for the object obj

func StartStopSignalHandler added in v1.7.0

func StartStopSignalHandler(client client.Client, namespaces []string) context.Context

StartStopSignalHandler starts gorutine which is waiting for termination signal and returns a context which is cancelled when operator can really stop.

Types

This section is empty.

Jump to

Keyboard shortcuts

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