vmware / terraform-provider-tanzu-mission-control

Terraform provider to manage resources of Tanzu Mission Control
Mozilla Public License 2.0
38 stars 31 forks source link

corrected formatting and removed unused types #323

Open grenader opened 10 months ago

grenader commented 10 months ago

Corrected formatting and removed unused types. This PR is created based on load kubeconfig for AKS feature review.

  1. What this PR does / why we need it: fixes minor code quality issues
codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7922ec6) 25.69% compared to head (2d16504) 25.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #323 +/- ## ======================================= Coverage 25.69% 25.69% ======================================= Files 187 187 Lines 15775 15775 ======================================= Hits 4054 4054 Misses 11516 11516 Partials 205 205 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vmwclabot commented 10 months ago

@grenader, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.