daemonset

package
v0.0.0-...-6776c55 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefineDaemonSet

func DefineDaemonSet(namespace string, image string, label map[string]string, name string) *appsv1.DaemonSet

func DefineDaemonSetWithContainerSpecs

func DefineDaemonSetWithContainerSpecs(name, namespace string, labels map[string]string,
	containerSpecs []corev1.Container) *appsv1.DaemonSet

DefineDaemonSetWithContainerSpecs returns k8s statefulset using configurable labels and container specs.

func RedefineDaemonSetWithLabel

func RedefineDaemonSetWithLabel(daemonSet *appsv1.DaemonSet, label map[string]string)

func RedefineDaemonSetWithNodeSelector

func RedefineDaemonSetWithNodeSelector(daemonSet *appsv1.DaemonSet, nodeSelector map[string]string)

func RedefineWithCPUResources

func RedefineWithCPUResources(daemonSet *appsv1.DaemonSet, limit string, req string)

func RedefineWithContainerSpecs

func RedefineWithContainerSpecs(daemonSet *appsv1.DaemonSet, containerSpecs []corev1.Container)

func RedefineWithImagePullPolicy

func RedefineWithImagePullPolicy(daemonSet *appsv1.DaemonSet, pullPolicy corev1.PullPolicy)

func RedefineWithMultus

func RedefineWithMultus(daemonSet *appsv1.DaemonSet, nadName string)

func RedefineWithPrivilegeAndHostNetwork

func RedefineWithPrivilegeAndHostNetwork(daemonSet *appsv1.DaemonSet)

func RedefineWithPrivilegedContainer

func RedefineWithPrivilegedContainer(daemonSet *appsv1.DaemonSet)

func RedefineWithRunTimeClass

func RedefineWithRunTimeClass(daemonSet *appsv1.DaemonSet, rtcName string)

func RedefineWithVolumeMount

func RedefineWithVolumeMount(daemonSet *appsv1.DaemonSet)

Types

This section is empty.

Jump to

Keyboard shortcuts

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