mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
rebase: update K8s packages to v0.32.1
Update K8s packages in go.mod to v0.32.1 Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
3
vendor/k8s.io/kubernetes/pkg/volume/util/finalizer.go
generated
vendored
3
vendor/k8s.io/kubernetes/pkg/volume/util/finalizer.go
generated
vendored
@ -22,4 +22,7 @@ const (
|
||||
|
||||
// PVProtectionFinalizer is the name of finalizer on PVs that are bound by PVCs
|
||||
PVProtectionFinalizer = "kubernetes.io/pv-protection"
|
||||
|
||||
// VACProtectionFinalizer is the name of finalizer on VACs that are used by PVs or PVCs
|
||||
VACProtectionFinalizer = "kubernetes.io/vac-protection"
|
||||
)
|
||||
|
Reference in New Issue
Block a user