generated from demus/golang-rpm
18 lines
571 B
Diff
18 lines
571 B
Diff
|
Index: pkg/cri/server/helpers.go
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
diff --git a/pkg/cri/server/helpers.go b/pkg/cri/server/helpers.go
|
||
|
--- a/pkg/cri/server/helpers.go
|
||
|
+++ b/pkg/cri/server/helpers.go (date 1736286303484)
|
||
|
@@ -370,8 +370,6 @@
|
||
|
return &runcoptions.Options{}
|
||
|
case plugin.RuntimeLinuxV1:
|
||
|
return &runctypes.RuncOptions{}
|
||
|
- case runtimeRunhcsV1:
|
||
|
- return &runhcsoptions.Options{}
|
||
|
default:
|
||
|
return &runtimeoptions.Options{}
|
||
|
}
|