vmware / terraform-provider-tanzu-mission-control

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

Models, clients, schema with CRUD support for provisioner #354

Closed shobha2626 closed 10 months ago

shobha2626 commented 10 months ago
  1. What this PR does / why we need it: Models, clients, schema with CRUD support for provisioner. Manually tested the changes

  2. Which issue(s) this PR fixes

    (optional, in `fixes #<issue number>` format, will close the issue(s) when PR gets merged):
    
    Fixes #
  3. Additional information

  4. Special notes for your reviewer

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (f656cb9) 25.28% compared to head (13dac19) 25.29%. Report is 2 commits behind head on feature_provisioner.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature_provisioner #354 +/- ## ==================================================== Coverage 25.28% 25.29% ==================================================== Files 189 189 Lines 16345 16347 +2 ==================================================== + Hits 4133 4135 +2 Misses 11998 11998 Partials 214 214 ```

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

ramya-bangera commented 10 months ago

@shobha2626 - Raise the MR against feature branch to keep main stable

vmwclabot commented 10 months ago

@shobha2626, 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.

vmwclabot commented 10 months ago

@shobha2626, 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.

shobha2626 commented 10 months ago

Closed the PR accidentally, please review the changes here - https://github.com/vmware/terraform-provider-tanzu-mission-control/pull/357