Skip to content

Commit b92e49b

Browse files
TLSRoute: Hostnames godoc (#3925)
1 parent d7c5992 commit b92e49b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

apis/v1alpha3/tlsroute_types.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ type TLSRouteSpec struct {
6363
// attached to the Listener. For example:
6464
//
6565
// * A Listener with `test.example.com` as the hostname matches TLSRoutes
66-
// that have either not specified any hostnames, or have specified at
67-
// least one of `test.example.com` or `*.example.com`.
66+
// that have specified at least one of `test.example.com` or
67+
// `*.example.com`.
6868
// * A Listener with `*.example.com` as the hostname matches TLSRoutes
69-
// that have either not specified any hostnames or have specified at least
70-
// one hostname that matches the Listener hostname. For example,
71-
// `test.example.com` and `*.example.com` would both match. On the other
72-
// hand, `example.com` and `test.example.net` would not match.
69+
// that have specified at least one hostname that matches the Listener
70+
// hostname. For example, `test.example.com` and `*.example.com` would both
71+
// match. On the other hand, `example.com` and `test.example.net` would not
72+
// match.
7373
//
7474
// If both the Listener and TLSRoute have specified hostnames, any
7575
// TLSRoute hostnames that do not match the Listener hostname MUST be

config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)