diff --git a/go.mod b/go.mod index fa708d855..6f475b64d 100644 --- a/go.mod +++ b/go.mod @@ -79,7 +79,7 @@ require ( k8s.io/apimachinery v0.30.3 k8s.io/client-go v0.30.3 k8s.io/component-base v0.30.3 - k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 + k8s.io/cri-api v0.32.0-alpha.0 k8s.io/klog/v2 v2.130.1 k8s.io/kubelet v0.30.3 k8s.io/utils v0.0.0-20230726121419-3b25d923346b diff --git a/go.sum b/go.sum index f4ad53b82..ba39881fe 100644 --- a/go.sum +++ b/go.sum @@ -487,8 +487,8 @@ k8s.io/client-go v0.30.3 h1:bHrJu3xQZNXIi8/MoxYtZBBWQQXwy16zqJwloXXfD3k= k8s.io/client-go v0.30.3/go.mod h1:8d4pf8vYu665/kUbsxWAQ/JDBNWqfFeZnvFiVdmx89U= k8s.io/component-base v0.30.3 h1:Ci0UqKWf4oiwy8hr1+E3dsnliKnkMLZMVbWzeorlk7s= k8s.io/component-base v0.30.3/go.mod h1:C1SshT3rGPCuNtBs14RmVD2xW0EhRSeLvBh7AGk1quA= -k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 h1:Ajq0xvhs7HDrZVLgqUenylY8i4BkaazJzfeM+fh63AU= -k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI= +k8s.io/cri-api v0.32.0-alpha.0 h1:Rs9prajcHWZAdy9ueQdD2R+OOnDD3rKYbM9hQ90iEQU= +k8s.io/cri-api v0.32.0-alpha.0/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= diff --git a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go index 0922abbe1..d9f51eb05 100644 --- a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go +++ b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go @@ -651,7 +651,7 @@ type Mount struct { // - (readonly == false && recursive_read_only == false) does not make the mount read-only. RecursiveReadOnly bool `protobuf:"varint,8,opt,name=recursive_read_only,json=recursiveReadOnly,proto3" json:"recursive_read_only,omitempty"` // Mount an image reference (image ID, with or without digest), which is a - // special use case for OCI volume mounts. If this field is set, then + // special use case for image volume mounts. If this field is set, then // host_path should be unset. All OCI mounts are per feature definition // readonly. The kubelet does an PullImage RPC and evaluates the returned // PullImageResponse.image_ref value, which is then set to the diff --git a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto index 838d151fa..9938c6a60 100644 --- a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto +++ b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto @@ -245,7 +245,7 @@ message Mount { // - (readonly == false && recursive_read_only == false) does not make the mount read-only. bool recursive_read_only = 8; // Mount an image reference (image ID, with or without digest), which is a - // special use case for OCI volume mounts. If this field is set, then + // special use case for image volume mounts. If this field is set, then // host_path should be unset. All OCI mounts are per feature definition // readonly. The kubelet does an PullImage RPC and evaluates the returned // PullImageResponse.image_ref value, which is then set to the diff --git a/vendor/modules.txt b/vendor/modules.txt index 4dcd8fe26..60e1b493c 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -805,7 +805,7 @@ k8s.io/client-go/util/workqueue # k8s.io/component-base v0.30.3 ## explicit; go 1.22.0 k8s.io/component-base/logs/logreduction -# k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 +# k8s.io/cri-api v0.32.0-alpha.0 ## explicit; go 1.22.0 k8s.io/cri-api/pkg/apis/runtime/v1 k8s.io/cri-api/pkg/errors