kubenetworks/kubevpn

View on GitHub
pkg/controlplane/watcher.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

            } else if event.Op&fsnotify.Remove == fsnotify.Remove {
                notifyCh <- NotifyMessage{
                    Operation: Remove,
                    FilePath:  event.Name,
                }
Severity: Major
Found in pkg/controlplane/watcher.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status