mirror of https://github.com/volcano-sh/apis.git
add group-min-member annotation
Signed-off-by: sceneryback <afterbreeze@hotmail.com>
This commit is contained in:
parent
bf27f4e986
commit
97e5eec1f7
|
|
@ -35,6 +35,10 @@ const KubeGroupNameAnnotationKey = "scheduling.k8s.io/group-name"
|
||||||
// which PodGroup it belongs to.
|
// which PodGroup it belongs to.
|
||||||
const VolcanoGroupNameAnnotationKey = GroupName + "/group-name"
|
const VolcanoGroupNameAnnotationKey = GroupName + "/group-name"
|
||||||
|
|
||||||
|
// VolcanoGroupMinMemberAnnotationKey is the annotation key of Pod controllers (e.g. Deployment) to identify
|
||||||
|
// the minimum member of PodGroup.
|
||||||
|
const VolcanoGroupMinMemberAnnotationKey = GroupName + "/group-min-member"
|
||||||
|
|
||||||
// VolcanoGroupMinResourcesAnnotationKey is the annotation key of PodGroup's PodGroup.Spec.MinResources
|
// VolcanoGroupMinResourcesAnnotationKey is the annotation key of PodGroup's PodGroup.Spec.MinResources
|
||||||
// which PodGroup it belongs to.
|
// which PodGroup it belongs to.
|
||||||
const VolcanoGroupMinResourcesAnnotationKey = GroupName + "/group-min-resources"
|
const VolcanoGroupMinResourcesAnnotationKey = GroupName + "/group-min-resources"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue