Skip to content

Commit 0c189a0

Browse files
committed
use abbreviations
1 parent ade1d0f commit 0c189a0

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-network/3726-standard-application-protocols

1 file changed

+4
-4
lines changed

keps/sig-network/3726-standard-application-protocols/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Those common protocols will be well defined strings prefixed with ‘kubernetes.
144144

145145
### New Standard Protocols
146146
- 'kubernetes.io/h2c'
147-
- 'kubernetes.io/websocket'
148-
- 'kubernetes.io/websocket-secure'
147+
- 'kubernetes.io/ws'
148+
- 'kubernetes.io/wss'
149149

150150
### Risks and Mitigations
151151

@@ -178,8 +178,8 @@ type ServicePort struct {
178178
//
179179
// * Kubernetes-defined prefixed names:
180180
// * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
181-
// * 'kubernetes.io/websocket' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
182-
// * 'kubernetes.io/websocket-secure' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
181+
// * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
182+
// * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
183183
//
184184
// * Other protocols should use implementation-defined prefixed names such as
185185
// mycompany.com/my-custom-protocol.

0 commit comments

Comments
 (0)