Move GenerateRuntimeOptions() to pkg/cri/config

Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This commit is contained in:
Kirtana Ashok
2023-12-07 12:23:00 -08:00
parent a68efb1bad
commit 25b052cbca
6 changed files with 49 additions and 49 deletions

View File

@@ -75,6 +75,9 @@ const (
// RuntimeRuncV2 is the runc runtime that supports multiple containers per shim
RuntimeRuncV2 = "io.containerd.runc.v2"
// RuntimeRunhcsV1 is the runtime type for runhcs.
RuntimeRunhcsV1 = "io.containerd.runhcs.v1"
DeprecationsPlugin = "deprecations"
)