-
Notifications
You must be signed in to change notification settings - Fork 173
mcp: adds tool and resource for config volumes #2925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: kapil <[email protected]>
|
Hi @KapilSareen. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2925 +/- ##
==========================================
+ Coverage 59.25% 60.67% +1.41%
==========================================
Files 130 130
Lines 16490 16589 +99
==========================================
+ Hits 9771 10065 +294
+ Misses 5822 5570 -252
- Partials 897 954 +57
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KapilSareen, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: kapil <[email protected]>
* mcp: adds func mcp command (knative#2836) Signed-off-by: KapilSareen <[email protected]> * mcp: adds create and deploy tools (knative#2859) Signed-off-by: kapil <[email protected]> * mcp: adds list tool (knative#2861) Signed-off-by: kapil <[email protected]> * mcp: adds build tool (knative#2865) Signed-off-by: kapil <[email protected]> * mcp: adds resource provider and prompt for root cmd docs (knative#2875) Signed-off-by: kapil <[email protected]> * mcp: adds delete tool and adds remote flag to deploy tool (knative#2863) * rebases * adds remote flag to deploy tool Signed-off-by: kapil <[email protected]> --------- Signed-off-by: kapil <[email protected]> * mcp: extends flags support for existing tools (knative#2889) Signed-off-by: kapil <[email protected]> * mcp: adds resources and prompts for func subcommands (knative#2890) Signed-off-by: kapil <[email protected]> * mcp: adds tool and resource for config volumes (knative#2925) Signed-off-by: kapil <[email protected]> * mcp: refactors pkg for easy maintainability (knative#2928) Signed-off-by: kapil <[email protected]> * mcp: adds labels and envs config tools and resources (knative#2931) Signed-off-by: kapil <[email protected]> * mcp: adds remote template support (knative#2951) Signed-off-by: kapil <[email protected]> --------- Signed-off-by: KapilSareen <[email protected]> Signed-off-by: kapil <[email protected]> Co-authored-by: Kapil Sareen <[email protected]>
Changes
func config volumes) to the func MCP.Related Epic #2806