We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9079590 commit 5ffa056Copy full SHA for 5ffa056
1 file changed
pkg/apis/scheduling/v1beta1/labels.go
@@ -46,3 +46,6 @@ const JDBMaxUnavailable = "volcano.sh/jdb-max-unavailable"
46
47
// NumaPolicyKey is the key of pod nuam-topology policy
48
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