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