cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/kubernetes/home/kubernetes-home-card.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function load has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  load(): Observable<boolean> {
    const guid = this.endpoint.guid;
    const podsObs = kubeEntityCatalog.pod.store.getPaginationService(guid);
    const pods$ = podsObs.entities$;
    const nodesObs = kubeEntityCatalog.node.store.getPaginationService(guid);

    There are no issues that match your filters.

    Category
    Status