Skip to content

Commit 60b7185

Browse files
snorwincandita
andcommitted
Apply PR suggestions
Co-authored-by: Candace Holman <[email protected]>
1 parent 76e172c commit 60b7185

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

apis/v1alpha3/backendtlspolicy_types.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ type BackendTLSPolicySpec struct {
6767
//
6868
// TargetRefs must be _distinct_. This means either that:
6969
//
70-
// * They select different objects. If this is the case, then targetRef
70+
// * They select different targets. If this is the case, then targetRef
7171
// entries are distinct. In terms of fields, this means that the
7272
// multi-part key defined by `group`, `kind`, and `name` must
7373
// be unique across all targetRef entries in the BackendTLSPolicy.
74-
// * They do not select different objects, each TargetRef that selects
75-
// the same object must set the sectionName to a different value.
74+
// * They select different sectionNames in the same target.
7675
//
7776
// Support: Extended for Kubernetes Service
7877
//

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

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