From ab309eea39e9a0751f4749cab83e3fbab1904017 Mon Sep 17 00:00:00 2001 From: Stephen Day Date: Mon, 14 Apr 2025 16:48:46 -0700 Subject: [PATCH] types: add volume type of api-socket Signed-off-by: Stephen Day --- types/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/types.go b/types/types.go index acfb3559..a117224a 100644 --- a/types/types.go +++ b/types/types.go @@ -578,6 +578,8 @@ const ( VolumeTypeCluster = "cluster" // VolumeTypeImage is the tpe for mounting an image VolumeTypeImage = "image" + // VolumeTypeAPISocket specifies a volume that bind mounts the container runtime API socket. + VolumeTypeAPISocket = "api-socket" // SElinuxShared share the volume content SElinuxShared = "z"