constants

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// QueueAnnotation is the annotation in the workload that holds the queue name.
	//
	// TODO(#23): Use the kubernetes.io domain when graduating APIs to beta.
	QueueAnnotation = "kueue.x-k8s.io/queue-name"

	KueueName         = "kueue"
	JobControllerName = KueueName + "-job-controller"
	AdmissionName     = KueueName + "-admission"

	// UpdatesBatchPeriod is the batch period to hold workload updates
	// before syncing a Queue and ClusterQueue objects.
	UpdatesBatchPeriod = time.Second

	// DefaultPriority is used to set priority of workloads
	// that do not specify any priority class and there is no priority class
	// marked as default.
	DefaultPriority = 0
)

Variables

This section is empty.

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