kubenetworks/kubevpn

View on GitHub
pkg/webhook/main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function Main has 5 return statements (exceeds 4 allowed).
Open

func Main(f util.Factory) error {
    clientset, err := f.KubernetesClientSet()
    if err != nil {
        return err
    }
Severity: Major
Found in pkg/webhook/main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status