We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9079590 + 5ffa056 commit f8b4074Copy full SHA for f8b4074
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