Skip to content

Commit

Permalink
Apply PR suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Candace Holman <[email protected]>
  • Loading branch information
snorwin and candita committed Dec 18, 2024
1 parent 76e172c commit 60b7185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions apis/v1alpha3/backendtlspolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ type BackendTLSPolicySpec struct {
//
// TargetRefs must be _distinct_. This means either that:
//
// * They select different objects. If this is the case, then targetRef
// * They select different targets. If this is the case, then targetRef
// entries are distinct. In terms of fields, this means that the
// multi-part key defined by `group`, `kind`, and `name` must
// be unique across all targetRef entries in the BackendTLSPolicy.
// * They do not select different objects, each TargetRef that selects
// the same object must set the sectionName to a different value.
// * They select different sectionNames in the same target.
//
// Support: Extended for Kubernetes Service
//
Expand Down

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

2 changes: 1 addition & 1 deletion pkg/generated/openapi/zz_generated.openapi.go

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

0 comments on commit 60b7185

Please sign in to comment.