Skip to content

Commit f8b4074

Browse files
Merge pull request volcano-sh#59 from huone1/add-topo-decision
add annotation key TopologyDecisionAnnotation
2 parents 9079590 + 5ffa056 commit f8b4074

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)