ClassNameToLinuxOCI always is no-op in non-linux platforms.
(className string)
| 30 | |
| 31 | // ClassNameToLinuxOCI always is no-op in non-linux platforms. |
| 32 | func ClassNameToLinuxOCI(className string) (*runtimespec.LinuxBlockIO, error) { |
| 33 | return nil, nil |
| 34 | } |
| 35 | |
| 36 | // ContainerClassFromAnnotations always is no-op in non-linux platforms. |
| 37 | func ContainerClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…