From 7f63e76fc96a6b3bad268879919823c0f2dfc5ce Mon Sep 17 00:00:00 2001 From: tschneid Date: Mon, 24 Jul 2023 15:33:41 -0500 Subject: [PATCH] fix typos --- pkg/api/admin/openshiftcluster.go | 2 +- pkg/api/openshiftcluster.go | 2 +- pkg/api/v20230701preview/openshiftcluster.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/api/admin/openshiftcluster.go b/pkg/api/admin/openshiftcluster.go index 13c3f126d87..261fbe8099a 100644 --- a/pkg/api/admin/openshiftcluster.go +++ b/pkg/api/admin/openshiftcluster.go @@ -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"` diff --git a/pkg/api/openshiftcluster.go b/pkg/api/openshiftcluster.go index 6b8400957fa..684b8b07893 100644 --- a/pkg/api/openshiftcluster.go +++ b/pkg/api/openshiftcluster.go @@ -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"` diff --git a/pkg/api/v20230701preview/openshiftcluster.go b/pkg/api/v20230701preview/openshiftcluster.go index f763349b5e3..e7574a02d29 100644 --- a/pkg/api/v20230701preview/openshiftcluster.go +++ b/pkg/api/v20230701preview/openshiftcluster.go @@ -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"`