Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Sep 26, 2023
1 parent eeec1ea commit a6a50ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ staticResources:
loadAssignment:
clusterName: xds_cluster
endpoints:
- lbEndpoints:
- endpoint:
- loadBalancingWeight: 1
lbEndpoints:
- loadBalancingWeight: 1
endpoint:
address:
socketAddress:
address: envoy-gateway
Expand Down
2 changes: 1 addition & 1 deletion internal/ir/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (r RouteDestination) Validate() error {

}

// DestinationSetting holds the settings associated with the desination
// DestinationSetting holds the settings associated with the destination
// +kubebuilder:object:generate=true
type DestinationSetting struct {
// Weight associated with this destination.
Expand Down

0 comments on commit a6a50ad

Please sign in to comment.