external-snapshotter constantly retrying CreateSnapshot calls on error w/o backoff

This commit is contained in:
Sameer Shaikh
2023-06-28 15:59:21 +05:30
parent 98939c02c5
commit a8c9b7b644

View File

@@ -41,7 +41,6 @@ import (
groupsnapshotlisters "github.com/kubernetes-csi/external-snapshotter/client/v6/listers/volumegroupsnapshot/v1alpha1"
snapshotlisters "github.com/kubernetes-csi/external-snapshotter/client/v6/listers/volumesnapshot/v1"
"github.com/kubernetes-csi/external-snapshotter/v6/pkg/snapshotter"
"github.com/kubernetes-csi/external-snapshotter/v6/pkg/utils"
)
type csiSnapshotSideCarController struct {