Adding mysql type to default recipepack.#11913
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the MySQL database core resource type to the default (Radius-provided) recipe pack so environments without explicit recipe pack configuration still get a recipe for Radius.Data/mySqlDatabases.
Changes:
- Extend
GetCoreTypesRecipeInfo()to includeRadius.Data/mySqlDatabasespointing at theghcr.io/radius-project/kube-recipes/mysqldatabasesOCI artifact. - Update unit tests to expect the additional core type in the default recipe pack definition.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/cli/recipepack/recipepack.go | Adds the MySQL database resource type + recipe OCI location to the default core-types recipe list. |
| pkg/cli/recipepack/recipepack_test.go | Updates assertions to reflect the additional default recipe entry. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11913 +/- ##
==========================================
- Coverage 51.74% 51.71% -0.03%
==========================================
Files 726 726
Lines 45605 45608 +3
==========================================
- Hits 23597 23587 -10
- Misses 19788 19795 +7
- Partials 2220 2226 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Nithya Subramanian <nithyasu@microsoft.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Adding mysql type to default recipepack as a quick follow up to #11911