Skip to content

Commit 5e7fc14

Browse files
committed
fix typo and remove empty line
1 parent 15805f8 commit 5e7fc14

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmanagedcontrolplanes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
which the GKE cluster will be created.
9393
type: string
9494
master_authorized_networks_config:
95-
description: MasterAuthorizedNetworksConfig repsesents configuration
95+
description: MasterAuthorizedNetworksConfig represents configuration
9696
options for master authorized networks feature of the GKE cluster.
9797
properties:
9898
cidr_blocks:

exp/api/v1beta1/gcpmanagedcontrolplane_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type GCPManagedControlPlaneSpec struct {
5353
// Endpoint represents the endpoint used to communicate with the control plane.
5454
// +optional
5555
Endpoint clusterv1.APIEndpoint `json:"endpoint"`
56-
// MasterAuthorizedNetworksConfig repsesents configuration options for master authorized networks feature of the GKE cluster.
56+
// MasterAuthorizedNetworksConfig represents configuration options for master authorized networks feature of the GKE cluster.
5757
// +optional
5858
MasterAuthorizedNetworksConfig *MasterAuthorizedNetworksConfig `json:"master_authorized_networks_config,omitempty"`
5959
}
@@ -134,7 +134,6 @@ type MasterAuthorizedNetworksConfig struct {
134134

135135
// MasterAuthorizedNetworksConfigCidrBlock contains an optional name and one CIDR block.
136136
type MasterAuthorizedNetworksConfigCidrBlock struct {
137-
138137
// display_name is an optional field for users to identify CIDR blocks.
139138
DisplayName string `json:"display_name,omitempty"`
140139
// cidr_block must be specified in CIDR notation.

0 commit comments

Comments
 (0)