arttor/helmify

View on GitHub
pkg/processor/service/ingress.go

Summary

Maintainability
A
35 mins
Test Coverage
F
58%

Method ingress.Process has 5 return statements (exceeds 4 allowed).
Open

func (r ingress) Process(appMeta helmify.AppMetadata, obj *unstructured.Unstructured) (bool, helmify.Template, error) {
    if obj.GroupVersionKind() != ingressGVC {
        return false, nil, nil
    }
    ing := networkingv1.Ingress{}
Severity: Major
Found in pkg/processor/service/ingress.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status