We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d8aa5a + e68fdd3 commit 12d8edcCopy full SHA for 12d8edc
pkg/apis/scheduling/v1beta1/labels.go
@@ -35,6 +35,10 @@ const KubeGroupNameAnnotationKey = "scheduling.k8s.io/group-name"
35
// which PodGroup it belongs to.
36
const VolcanoGroupNameAnnotationKey = GroupName + "/group-name"
37
38
+// VolcanoGroupMinResourcesAnnotationKey is the annotation key of PodGroup's PodGroup.Spec.MinResources
39
+// which PodGroup it belongs to.
40
+const VolcanoGroupMinResourcesAnnotationKey = GroupName + "/group-min-resources"
41
+
42
// QueueNameAnnotationKey is the annotation key of Pod to identify
43
// which queue it belongs to.
44
const QueueNameAnnotationKey = GroupName + "/queue-name"
0 commit comments