Skip to content

Commit aaf51c9

Browse files
pbacskocraigcondit
authored andcommitted
[YUNIKORN-2833] [SI] Add new constants for non-YK allocation tracking (#143)
Closes: #143 Signed-off-by: Craig Condit <[email protected]>
1 parent 68e8c6c commit aaf51c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

lib/go/common/constants.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scheduler-interface-spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,10 @@ const (
682682
KeyRequiredNode = "requiredNode"
683683
684684
// Pods
685-
CreationTime = "creationTime"
685+
CreationTime = "creationTime"
686+
Foreign = "foreign"
687+
AllocTypeStatic = "static"
688+
AllocTypeDefault = "default"
686689
)
687690
```
688691

0 commit comments

Comments
 (0)