Skip to content

Commit

Permalink
define semantics for extended protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Feb 11, 2021
1 parent def9c89 commit 4c9aaa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apis/v1alpha1/gateway_types.go
Expand Up @@ -252,8 +252,8 @@ type Listener struct {
// Implementations can define their own protocols if a core ProtocolType does not
// exist. Such definitions must use prefixed name, such as
// `mycompany.com/my-custom-protocol`. Un-prefixed names are reserved for core
// protocols. Any protocol defined by implementations will fall under custom
// conformance.
// and extended protocols. Any protocol defined by implementations will fall
// under custom conformance.
type ProtocolType string

const (
Expand Down
4 changes: 2 additions & 2 deletions docs-src/spec.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/spec/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c9aaa6

Please sign in to comment.