Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jul 24, 2023
1 parent 346c356 commit 7f63e76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/api/admin/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/v20230701preview/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty" mutable:"true"`
Expand Down

0 comments on commit 7f63e76

Please sign in to comment.