mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Corrected CSIDriver validation rebase issues
This commit is contained in:
parent
8444823bed
commit
701b42ca2b
@ -1869,16 +1869,10 @@ func TestCSIDriverValidationUpdate(t *testing.T) {
|
||||
attachNotRequired := false
|
||||
podInfoOnMount := true
|
||||
notPodInfoOnMount := false
|
||||
<<<<<<< HEAD
|
||||
notRequiresRepublish := false
|
||||
=======
|
||||
resourceVersion := "1"
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Relax validation for CSIVolumeFSGroupPolicy
|
||||
=======
|
||||
invalidFSGroupPolicy := storage.ReadWriteOnceWithFSTypeFSGroupPolicy
|
||||
invalidFSGroupPolicy = "invalid-mode"
|
||||
>>>>>>> Move CSIVolumeFSGroupPolicy to beta
|
||||
old := storage.CSIDriver{
|
||||
ObjectMeta: metav1.ObjectMeta{Name: driverName, ResourceVersion: resourceVersion},
|
||||
Spec: storage.CSIDriverSpec{
|
||||
|
Loading…
Reference in New Issue
Block a user