taints

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TaintKeyWorkerNode = slinkyv1beta1.NodeSetPrefix + "worker"
)

Variables

View Source
var (
	TaintNodeWorker = corev1.Taint{
		Key:    TaintKeyWorkerNode,
		Effect: corev1.TaintEffectNoExecute,
	}
)
View Source
var (
	TolerationWorkerNode = corev1.Toleration{
		Key:      TaintNodeWorker.Key,
		Operator: corev1.TolerationOpEqual,
		Effect:   TaintNodeWorker.Effect,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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