-
Notifications
You must be signed in to change notification settings - Fork 491
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
Addressing v0.8.0 API Review feedback #2261
Conversation
// Port, and Protocol. Below combinations are considered Core and MUST be | ||
// supported: | ||
// Port, and Protocol. | ||
// | ||
// Within the HTTP Conformance Profile, the below combinations of port and | ||
// protocol are considered Core and MUST be supported: | ||
// | ||
// 1. Port: 80, Protocol: HTTP | ||
// 2. Port: 443, Protocol: HTTPS | ||
// | ||
// Port and protocol combinations not in this list are considered Extended. | ||
// Within the TLS Conformance Profile, the below combinations of port and | ||
// protocol are considered Core and MUST be supported: | ||
// | ||
// 1. Port: 443, Protocol: TLS | ||
// | ||
// Port and protocol combinations not listed above are considered Extended. |
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.
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.
That makes sense to me.
@@ -25,7 +25,7 @@ import ( | |||
// with "Core" support: | |||
// | |||
// * Gateway (Gateway conformance profile) | |||
// * Service (Mesh conformance profile) | |||
// * Service (Mesh conformance profile, experimental, ClusterIP Services only) |
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.
Does this update line up with what we're targeting for GAMMA?
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.
I believe so, yes.
/hold for consensus |
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.
This resolves everything I can remember.
/lgtm
// Port, and Protocol. Below combinations are considered Core and MUST be | ||
// supported: | ||
// Port, and Protocol. | ||
// | ||
// Within the HTTP Conformance Profile, the below combinations of port and | ||
// protocol are considered Core and MUST be supported: | ||
// | ||
// 1. Port: 80, Protocol: HTTP | ||
// 2. Port: 443, Protocol: HTTPS | ||
// | ||
// Port and protocol combinations not in this list are considered Extended. | ||
// Within the TLS Conformance Profile, the below combinations of port and | ||
// protocol are considered Core and MUST be supported: | ||
// | ||
// 1. Port: 443, Protocol: TLS | ||
// | ||
// Port and protocol combinations not listed above are considered Extended. |
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.
That makes sense to me.
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.
LGTM from the GAMMA side
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: keithmattix, robscott 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 cancel |
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This addresses feedback from #2245.
Does this PR introduce a user-facing change?: