Feat/Custom Policy Template -- Feature Complete#334
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
=======================================
Coverage 25.10% 25.10%
=======================================
Files 191 191
Lines 16482 16483 +1
=======================================
+ Hits 4137 4138 +1
Misses 12131 12131
Partials 214 214 ☔ View full report in Codecov by Sentry. |
401e75f to
24e7284
Compare
db262ba to
4ea4e4f
Compare
internal/resources/custompolicytemplate/resource_custom_policy_template.go
Outdated
Show resolved
Hide resolved
|
@GilTeraSky can we please have a meaningful commit message, this is required because it is helpful while auto generation the release notes |
7c2acee to
0aa8b4b
Compare
0aa8b4b to
46f9c4b
Compare
d325550
d325550 to
f7e2b15
Compare
|
Validated the tests and CRUD operation through terraform script |
internal/client/custompolicytemplate/custompolicytemplate_resource.go
Outdated
Show resolved
Hide resolved
f7e2b15 to
dc4951a
Compare
Signed-off-by: GilTS <gil@terasky.com>
dc4951a to
dab40e0
Compare
vmw-vjn
left a comment
There was a problem hiding this comment.
Any reason why we are not appending on docs/guides/tanzu-mission-control_policy.md as part of PR?
I think we should illustrate custom policy template creation and then usage of said custom policy template as part of custom policy in said guide.
@vmw-vjn this PR is for custom policy template resource alone. it is consumed by custom policy assignment resource, implemented in PR here. Will add the guide doc as part of the acceptance test PR for custom policy assignment. |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This PR includes the complete implementation of a Custom Policy Template.