e2e

package
v0.0.0-...-2cb6d5a Latest Latest
Warning

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

Go to latest
Published: May 27, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeJobOptions

type NodeJobOptions struct {
	// Environment variables to set in the container.
	Env []corev1.EnvVar
	// Backoff limit for the job, i.e. how many times to retry the job if it fails.
	JobBackoffLimit *int32
	// Restart policy for the container. Should be RestartPolicyNever for the JobBackoffLimit to work correctly.
	ContainerRestartPolicy corev1.RestartPolicy
}

NodeJobOptions customizes a node Job (env vars, backoff, restart policy).

Jump to

Keyboard shortcuts

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