Skip to content

Commit 5ffa056

Browse files
committed
add annotation key TopologyDecisionAnnotation
Signed-off-by: huone1 <huwanxing@huawei.com>
1 parent 9079590 commit 5ffa056

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/apis/scheduling/v1beta1/labels.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ const JDBMaxUnavailable = "volcano.sh/jdb-max-unavailable"
4646

4747
// NumaPolicyKey is the key of pod nuam-topology policy
4848
const NumaPolicyKey = "volcano.sh/numa-topology-policy"
49+
50+
// TopologyDecisionAnnotation is the key of topology decision about pod request resource
51+
const TopologyDecisionAnnotation = "volcano.sh/topology-decision"

0 commit comments

Comments
 (0)