File tree 1 file changed +4
-0
lines changed
keps/sig-network/3726-standard-application-protocols
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +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/ws'
148
+ - 'kubernetes.io/wss'
147
149
148
150
### Risks and Mitigations
149
151
@@ -176,6 +178,8 @@ type ServicePort struct {
176
178
//
177
179
// * Kubernetes-defined prefixed names:
178
180
// * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
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
179
183
//
180
184
// * Other protocols should use implementation-defined prefixed names such as
181
185
// mycompany.com/my-custom-protocol.
You can’t perform that action at this time.
0 commit comments