Skip to content

Commit 12d8edc

Browse files
Merge pull request volcano-sh#83 from zbbkeepgoing/podgroup
add volcano group min resources annotation key
2 parents 8d8aa5a + e68fdd3 commit 12d8edc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/apis/scheduling/v1beta1/labels.go

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const KubeGroupNameAnnotationKey = "scheduling.k8s.io/group-name"
3535
// which PodGroup it belongs to.
3636
const VolcanoGroupNameAnnotationKey = GroupName + "/group-name"
3737

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+
3842
// QueueNameAnnotationKey is the annotation key of Pod to identify
3943
// which queue it belongs to.
4044
const QueueNameAnnotationKey = GroupName + "/queue-name"

0 commit comments

Comments
 (0)