build(deps): bump k8s.io/cri-api in the k8s group
Bumps the k8s group with 1 update: [k8s.io/cri-api](https://github.com/kubernetes/cri-api). Updates `k8s.io/cri-api` from 0.31.0-beta.0.0.20240716205706-865479a3e1b3 to 0.32.0-alpha.0 - [Commits](https://github.com/kubernetes/cri-api/commits/v0.32.0-alpha.0) --- updated-dependencies: - dependency-name: k8s.io/cri-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go
generated
vendored
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go
generated
vendored
@@ -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
|
||||
|
||||
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
generated
vendored
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
generated
vendored
@@ -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
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user