Skip to content

Commit 349f8a0

Browse files
committed
indent
1 parent 6d9b408 commit 349f8a0

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)