cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/kubernetes/workloads/create-release/create-release.component.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function setupDetailsStep has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private setupDetailsStep() {
    this.details = new FormGroup({
      endpoint: new FormControl('', Validators.required),
      releaseName: new FormControl('', Validators.required),
      releaseNamespace: new FormControl('', Validators.required),

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

      installChart(): Observable<StepOnNextResult> {
        const endpoint = getMonocularEndpoint(this.route, null, null);
        // Build the request body
        const values: HelmInstallValues = {
          ...this.details.value,

      There are no issues that match your filters.

      Category
      Status