Skip to content

Commit

Permalink
[YUNIKORN-2833] [SI] Add new constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacsko committed Sep 24, 2024
1 parent 68e8c6c commit 7895305
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/go/common/constants.go

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

5 changes: 4 additions & 1 deletion scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,10 @@ const (
KeyRequiredNode = "requiredNode"
// Pods
CreationTime = "creationTime"
CreationTime = "creationTime"
Foreign = "foreign"
AllocTypeStatic = "static"
AllocTypeDefault = "default"
)
```

Expand Down

0 comments on commit 7895305

Please sign in to comment.