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 79651ab commit 7b6d80bCopy full SHA for 7b6d80b
cns/types/infiniband/errorcodes.go
@@ -7,7 +7,7 @@ const (
7
PodNotFound ErrorCode = 1
8
DeviceUnavailable ErrorCode = 2
9
DeviceNotFound ErrorCode = 3
10
- NUMAAnnotationNotFound ErrorCode = 4
+ AnnotationNotFound ErrorCode = 4
11
PodAlreadyAllocated ErrorCode = 5
12
InternalProgrammingError ErrorCode = 6
13
)
0 commit comments