Skip to content

Commit

Permalink
[YUNIKORN-2502] Add YuniKorn internal domain name to yunikorn-schedul…
Browse files Browse the repository at this point in the history
…er-interface
  • Loading branch information
chenyulin0719 committed Mar 24, 2024
1 parent d472611 commit e43f0db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions lib/go/common/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,9 @@ Example allocation key: `kubernetes.io/meta/namespace`.
// Constants for allocation tags
const (
// Domains
DomainK8s = "kubernetes.io/"
DomainYuniKorn = "yunikorn.apache.org/"
DomainK8s = "kubernetes.io/"
DomainYuniKorn = "yunikorn.apache.org/"
DomainYuniKornInternal = "internal.yunikorn.apache.org/"
// Groups
GroupMeta = "meta/"
Expand Down

0 comments on commit e43f0db

Please sign in to comment.