-
Notifications
You must be signed in to change notification settings - Fork 301
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 Ingress HTTP2 feature gate #161
Conversation
/assign freehan |
d7db2dc
to
ecf22f1
Compare
/ok-to-test |
ecf22f1
to
d41c3a3
Compare
/assign bowei |
d70732b
to
504c2a0
Compare
Preferable would be have a func + global in package
|
504c2a0
to
9f32f8a
Compare
pkg/flags/flags.go
Outdated
F.Features = EnabledFeatures() | ||
} | ||
|
||
// Ingress feature flags |
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.
Features is
pkg/flags/flags.go
Outdated
|
||
// Ingress feature flags | ||
type Features struct { | ||
Http2 bool |
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.
Http2 enables ...
9f32f8a
to
413946e
Compare
/lgtm |
Feature gate for #146