We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b87efa commit e25e7f3Copy full SHA for e25e7f3
pkg/utils/utils.go
@@ -33,7 +33,7 @@ import (
33
34
const (
35
defaultNamespace = "lws-system"
36
- AnnotationPrefix = "volcano.sh/"
+ volcanoAnnotationPrefix = "volcano.sh/"
37
)
38
39
// Sha1Hash accepts an input string and returns the 40 character SHA1 hash digest of the input string.
0 commit comments