Merge pull request #35 from huone1/release-1.18

add crd job taskSpec.TopologyPolicy
This commit is contained in:
WuLei 2021-04-23 17:39:22 +08:00 committed by GitHub
commit 1f8a09ca0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -14,4 +14,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// Package scheduling is the internal version of the API.
package scheduling
package scheduling

View File

@ -43,3 +43,6 @@ const JDBMinAvailable = "volcano.sh/jdb-min-available"
// JDBMaxUnavailable is the key of max unavailable pod number
const JDBMaxUnavailable = "volcano.sh/jdb-max-unavailable"
// NumaPolicyKey is the key of pod nuam-topology policy
const NumaPolicyKey = "volcano.sh/numa-topology-policy"