Documentation ¶
Index ¶
Constants ¶
View Source
const ( // QueueLabel is the label key in the workload that holds the queue name. QueueLabel = "kueue.x-k8s.io/queue-name" // QueueAnnotation is the annotation key in the workload that holds the queue name. // // Deprecated: Use QueueLabel as a label key. QueueAnnotation = QueueLabel // PrebuiltWorkloadLabel is the label key of the job holding the name of the pre-built workload to use. PrebuiltWorkloadLabel = "kueue.x-k8s.io/prebuilt-workload-name" // JobUIDLabel is the label key in the workload resource, that holds the UID of // the owner job. JobUIDLabel = "kueue.x-k8s.io/job-uid" // WorkloadPriorityClassLabel is the label key in the workload that holds the // workloadPriorityClass name. // This label is always mutable because it might be useful for the preemption. WorkloadPriorityClassLabel = "kueue.x-k8s.io/priority-class" // ProvReqAnnotationPrefix is the prefix for annotations that should be pass to ProvisioningRequest as Parameters. ProvReqAnnotationPrefix = "provreq.kueue.x-k8s.io/" // MaxExecTimeSecondsLabel is the label key in the job that holds the maximum execution time. MaxExecTimeSecondsLabel = `kueue.x-k8s.io/max-exec-time-seconds` )
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.