-
Notifications
You must be signed in to change notification settings - Fork 77
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
Introduce kebab-case annotation variants #562
Introduce kebab-case annotation variants #562
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
/hold |
Codecov Report
@@ Coverage Diff @@
## main #562 +/- ##
==========================================
- Coverage 94.73% 93.33% -1.41%
==========================================
Files 38 38
Lines 798 810 +12
==========================================
Hits 756 756
- Misses 30 42 +12
Partials 12 12
Continue to review full report at Codecov.
|
c1daaa5
to
5a9427d
Compare
8ea3196
to
996b0b5
Compare
/hold cancel @nak3 I've simplified my approach here. It's easier if the serving controller just transforms these kebab-case annotations to the older format. This gives us time for downstream implementations to adopt the newer annotation case - if they ever do so This satisfies knative/serving#12103 |
Sounds good. So, net-* downstream repos do not need to adopt this change for a while. Then, Is it possible to see the POC code on serving repo which uses this change? |
Serving should accept these annotations once this merges since it’s using
the helpers already
knative/serving#12307
…On Thu, Nov 18, 2021 at 01:49 Kenjiro Nakayama ***@***.***> wrote:
Sounds good. So, net-* downstream repos do not need to adopt this change
for a while. Then, Is it possible to see the POC code on serving repo which
uses this change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAERAVTOA6FL7PMSJXCT7DUMSOZDANCNFSM5IDIRQIQ>
.
|
/lgtm |
Introduce alternative annotation with kebab-case to be consistent with other parts of Knative Serving.
Serving will accept these variants on public resources (Service, Route) and use the older variants for now since those are more widely supported.