config

package
v0.0.0-...-51bb0a0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultDisruptionDeletionTimeout = time.Minute * 15
View Source
const DefaultFinalizerDeletionDelay = time.Second * 20

Variables

This section is empty.

Functions

func New

func New(client corev1client.ConfigMapInterface, logger *zap.SugaredLogger, osArgs []string) (config, error)

Types

type Toleration

type Toleration struct {
	Key               string `json:"key" yaml:"key"`
	Operator          string `json:"operator" yaml:"operator"`
	Value             string `json:"value" yaml:"value"`
	Effect            string `json:"effect" yaml:"effect"`
	TolerationSeconds *int64 `json:"tolerationSeconds,omitempty" yaml:"tolerationSeconds,omitempty"`
}

Jump to

Keyboard shortcuts

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