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.
Click to show internal directories.
Click to hide internal directories.