Skip to content

Commit b285585

Browse files
authored
Fix Godoc for BackendTLSPolicyValidation struct for Hostname field (#3923)
* Fix Godoc for BackendTLSPolicyValidation struct for Hostname field * Run make generate
1 parent b7ebf2a commit b285585

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

apis/v1alpha3/backendtlspolicy_types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ type BackendTLSPolicyValidation struct {
152152
//
153153
// 1. Hostname MUST be used as the SNI to connect to the backend (RFC 6066).
154154
// 2. Hostname MUST be used for authentication and MUST match the certificate served by the matching backend, unless SubjectAltNames is specified.
155-
// authentication and MUST match the certificate served by the matching
156-
// backend.
157155
//
158156
// Support: Core
159157
Hostname v1.PreciseHostname `json:"hostname"`

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

Lines changed: 0 additions & 2 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)