mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +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
|
attachNotRequired := false
|
||||||
podInfoOnMount := true
|
podInfoOnMount := true
|
||||||
notPodInfoOnMount := false
|
notPodInfoOnMount := false
|
||||||
<<<<<<< HEAD
|
|
||||||
notRequiresRepublish := false
|
notRequiresRepublish := false
|
||||||
=======
|
|
||||||
resourceVersion := "1"
|
resourceVersion := "1"
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> Relax validation for CSIVolumeFSGroupPolicy
|
|
||||||
=======
|
|
||||||
invalidFSGroupPolicy := storage.ReadWriteOnceWithFSTypeFSGroupPolicy
|
invalidFSGroupPolicy := storage.ReadWriteOnceWithFSTypeFSGroupPolicy
|
||||||
invalidFSGroupPolicy = "invalid-mode"
|
invalidFSGroupPolicy = "invalid-mode"
|
||||||
>>>>>>> Move CSIVolumeFSGroupPolicy to beta
|
|
||||||
old := storage.CSIDriver{
|
old := storage.CSIDriver{
|
||||||
ObjectMeta: metav1.ObjectMeta{Name: driverName, ResourceVersion: resourceVersion},
|
ObjectMeta: metav1.ObjectMeta{Name: driverName, ResourceVersion: resourceVersion},
|
||||||
Spec: storage.CSIDriverSpec{
|
Spec: storage.CSIDriverSpec{
|
||||||
|
Loading…
Reference in New Issue
Block a user