We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c9b7b commit ffaba0fCopy full SHA for ffaba0f
pkg/sidecar-controller/snapshot_controller_base.go
@@ -123,7 +123,7 @@ func NewCSISnapshotSideCarController(
123
// So we are skipping the re-queue here to avoid CreateSnapshot being called without exponential backoff.
124
newSnapContent := newObj.(*crdv1.VolumeSnapshotContent)
125
if newSnapContent.Status != nil && newSnapContent.Status.Error != nil {
126
- return
+ return
127
}
128
ctrl.enqueueContentWork(newObj)
129
},
0 commit comments