kubenetworks/kubevpn

View on GitHub
pkg/handler/reset.go

Summary

Maintainability
A
35 mins
Test Coverage

Method ConnectOptions.LeaveProxyResources has 5 return statements (exceeds 4 allowed).
Open

func (c *ConnectOptions) LeaveProxyResources(ctx context.Context) (err error) {
    if c == nil || c.clientset == nil {
        return
    }

Severity: Major
Found in pkg/handler/reset.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status