-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. #20010
Conversation
…er.v3.Cluster.http_protocol_options.
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.
Two minor things but otherwise LGTM, approved pending any fixups
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": { | ||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions", | ||
"explicit_http_config": { | ||
"http_protocol_options": {} | ||
} | ||
} | ||
}, |
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.
~~ Here and below, indent looks weird to me - seems like maybe a mix of tabs and spaces?
//if t.Failed() { | ||
runCmd(t, "capture_logs", caseDir) | ||
//} |
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.
Maybe leftover from testing?
…er.v3.Cluster.http_protocol_options. (#20010) * NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. * add changelog
Description
Testing & Reproduction steps
Links
PR Checklist