-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add support for Profiles #1903
Add support for Profiles #1903
Conversation
Welcome @sharmaansh21! It looks like this is your first PR to knative/client 🎉 |
Hi @sharmaansh21. 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. Instructions 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/test-infra repository. |
…ting a certain configuration profile
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1903 +/- ##
==========================================
+ Coverage 79.20% 79.21% +0.01%
==========================================
Files 180 180
Lines 14075 14166 +91
==========================================
+ Hits 11148 11222 +74
- Misses 2155 2167 +12
- Partials 772 777 +5 ☔ View full report in Codecov by Sentry. |
/ok-to-test |
2e2c55e
to
b5ff887
Compare
b5ff887
to
9cff5ef
Compare
For this failure rerun |
958f00b
to
e2b3387
Compare
cb6bb39
to
0b14ad0
Compare
3703a8a
to
317cf1d
Compare
c3034c3
to
ef8fd68
Compare
/retest-required |
c802e30
to
c0be8b4
Compare
Unrelated flake /retest |
The PR looks quiet complete to me. I've added one or two more suggestions, of course. :) Great work with additional tweaks, plus decent test coverage! Pls bring back the PR template into PR description. Hence it makes easier to generate release notes. |
@dsimansk Thank you for quickly reviewing it; I incorporated all the feedback that you asked :) |
f75357b
to
93a6280
Compare
/retest |
Sorry for the delay, I was out of office during last week. IMO the PR looks good. I'm going to stamp it. Feel free to capture any further thoughts/enhancements in new issue. Thanks for contribution and great Hackathon event! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, sharmaansh21 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR adds support for creating profiles for annotation and labels. A "profile" is a named collection of such meta-data that can be selected when creating or updating Knative services.
Changes
Added a flag for adding a profile while creating or updating the service. Also added a built-in profile, Istio.
Reference
Fixes #1890
Release Note