arttor/helmify

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

Summary

Maintainability
A
1 hr
Test Coverage
D
65%

Method svc.Process has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (r svc) Process(appMeta helmify.AppMetadata, obj *unstructured.Unstructured) (bool, helmify.Template, error) {
    if obj.GroupVersionKind() != svcGVC {
        return false, nil, nil
    }
    service := corev1.Service{}
Severity: Minor
Found in pkg/processor/service/service.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status