cloudfoundry/stratos

View on GitHub
src/jetstream/plugins/kubernetes/helm_client.go

Summary

Maintainability
A
35 mins
Test Coverage

Method KubernetesSpecification.GetHelmConfiguration has 5 return statements (exceeds 4 allowed).
Open

func (c *KubernetesSpecification) GetHelmConfiguration(endpointGUID, userID, namespace string) (*action.Configuration, *HelmConfiguration, error) {
    // Need to get a config object for the target endpoint
    var p = c.portalProxy

    hc := &HelmConfiguration{}
Severity: Major
Found in src/jetstream/plugins/kubernetes/helm_client.go - About 35 mins to fix

    TODO found
    Open

        // TODO: Some auth schemes needs to have the token refreshed - so we should do that first

    There are no issues that match your filters.

    Category
    Status