Skip to content

Commit

Permalink
Use DomainYuniKorn instead of hardcoded string. (Follow YUNIKORN-1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyulin0719 committed Nov 1, 2023
1 parent 557a130 commit 3b2c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const RootQueue = "root"
const AnnotationQueueName = DomainYuniKorn + "queue"
const AnnotationParentQueue = DomainYuniKorn + "parentqueue"
const LabelDisableStateAware = "disableStateAware"
const AnnotationDisableStateAware = "yunikorn.apache.org/disable-state-aware"
const AnnotationDisableStateAware = DomainYuniKorn + "disable-state-aware"
const ApplicationDefaultQueue = "root.sandbox"
const DefaultPartition = "default"
const AppTagNamespace = "namespace"
Expand Down

0 comments on commit 3b2c6c2

Please sign in to comment.