cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/helm/helm-entity-generator.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function generateHelmEntities has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function generateHelmEntities(): StratosBaseCatalogEntity[] {
  const helmRepoRenderPriority = 10;
  const endpointDefinition: StratosEndpointExtensionDefinition = {
    type: HELM_ENDPOINT_TYPE,
    logoUrl: '/core/assets/custom/helm.svg',
Severity: Major
Found in src/frontend/packages/kubernetes/src/helm/helm-entity-generator.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status