This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new cc087bb [YUNIKORN-2502] Add YuniKorn internal domain name to
yunikorn-scheduler-interface (#132)
cc087bb is described below
commit cc087bb5a1914e0c5772fce1c19494ad19f80e85
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Mar 25 17:57:43 2024 +0000
[YUNIKORN-2502] Add YuniKorn internal domain name to
yunikorn-scheduler-interface (#132)
Closes: #132
Signed-off-by: Yu-Lin Chen <[email protected]>
---
lib/go/common/constants.go | 5 +++--
scheduler-interface-spec.md | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/lib/go/common/constants.go b/lib/go/common/constants.go
index c28b8f9..ce01fa8 100644
--- a/lib/go/common/constants.go
+++ b/lib/go/common/constants.go
@@ -39,8 +39,9 @@ const (
// 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/"
diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md
index 3f98633..67aa3df 100644
--- a/scheduler-interface-spec.md
+++ b/scheduler-interface-spec.md
@@ -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/"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]