-
Notifications
You must be signed in to change notification settings - Fork 365
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
docs: support notImplementedHide #2849
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2849 +/- ##
==========================================
- Coverage 66.51% 64.90% -1.61%
==========================================
Files 161 121 -40
Lines 22673 21393 -1280
==========================================
- Hits 15080 13886 -1194
+ Misses 6720 6639 -81
+ Partials 873 868 -5 ☔ View full report in Codecov by Sentry. |
thanks for implementing this @zirain ! |
xref: elastic/crd-ref-docs#70 |
Can we push this into upstream before landing it ? |
wait for elastic/crd-ref-docs#76 |
@@ -95,6 +95,7 @@ type BackendTrafficPolicySpec struct { | |||
// The compression config for the http streams. | |||
// | |||
// +optional | |||
// +hidefromdoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like the UX !
tools/src/crd-ref-docs/go.mod
Outdated
@@ -2,7 +2,7 @@ module local | |||
|
|||
go 1.22 | |||
|
|||
require github.com/elastic/crd-ref-docs v0.0.11 | |||
require github.com/elastic/crd-ref-docs v0.0.13-0.20240408125515-284491a93a22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to latest
🎉 thanks for driving this ! and making upstream changes as well !
cc @envoyproxy/gateway-maintainers |
Prefer unimplemented or not-implemented |
Envoy uses a |
I'm OK with this, it's clear enough to anyone who read it. |
Plus one for this |
Also plus one for this |
the |
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
cannot use |
Signed-off-by: zirain <[email protected]>
/retest |
|
|
thoughts on camelCase ? |
sg |
Signed-off-by: zirain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
/retest |
Fixes: #2575