File tree 1 file changed +4
-4
lines changed
keps/sig-network/3726-standard-application-protocols
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ Those common protocols will be well defined strings prefixed with ‘kubernetes.
144
144
145
145
### New Standard Protocols
146
146
- 'kubernetes.io/h2c'
147
- - 'kubernetes.io/websocket '
148
- - 'kubernetes.io/websocket-secure '
147
+ - 'kubernetes.io/ws '
148
+ - 'kubernetes.io/wss '
149
149
150
150
### Risks and Mitigations
151
151
@@ -178,8 +178,8 @@ type ServicePort struct {
178
178
//
179
179
// * Kubernetes-defined prefixed names:
180
180
// * '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
183
183
//
184
184
// * Other protocols should use implementation-defined prefixed names such as
185
185
// mycompany.com/my-custom-protocol.
You can’t perform that action at this time.
0 commit comments