File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
keps/sig-network/3726-standard-application-protocols Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -167,17 +167,17 @@ type ServicePort struct {
167167 ...
168168
169169 // The application protocol for this port.
170- // This is used as a hint for implementations to offer richer behavior for protocols that they understand.
171- // This field follows standard Kubernetes label syntax.
172- // Valid values are either:
173- //
174- // * Un-prefixed protocol names - reserved for IANA standard service names (as per
175- // RFC-6335 and https://www.iana.org/assignments/service-names).
176- //
177- // * Kubernetes-defined prefixed names:
178- // * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
179- //
180- // * Other protocols should use implementation-defined prefixed names such as
170+ // This is used as a hint for implementations to offer richer behavior for protocols that they understand.
171+ // This field follows standard Kubernetes label syntax.
172+ // Valid values are either:
173+ //
174+ // * Un-prefixed protocol names - reserved for IANA standard service names (as per
175+ // RFC-6335 and https://www.iana.org/assignments/service-names).
176+ //
177+ // * Kubernetes-defined prefixed names:
178+ // * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
179+ //
180+ // * Other protocols should use implementation-defined prefixed names such as
181181 // mycompany.com/my-custom-protocol.
182182 // +optional
183183 AppProtocol *string
You can’t perform that action at this time.
0 commit comments