Skip to content

Commit 6c41e57

Browse files
author
Joshua Reed
committed
Cleanup.
1 parent b336959 commit 6c41e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta2/cloudstackisolatednetwork_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type CloudStackIsolatedNetworkSpec struct {
4040
ControlPlaneEndpoint clusterv1.APIEndpoint `json:"controlPlaneEndpoint"`
4141

4242
//+k8s:conversion-gen=false
43-
// FailureDomain -- the FailureDomain the network is placed in.
43+
// FailureDomainName -- the FailureDomain the network is placed in.
4444
FailureDomainName string `json:"failureDomainName"`
4545
}
4646

controllers/utils/failuredomains.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (r *ReconciliationRunner) GetFailureDomains(fds *infrav1.CloudStackFailureD
7171
}
7272
}
7373

74-
// GetFailureDomainByName gets a singel FailureDomain by name and requeues if it's not found.
74+
// GetFailureDomainByName gets a single FailureDomain by name and requeues if it's not found.
7575
func (r *ReconciliationRunner) GetFailureDomainByName(nameFunc func() string, fd *infrav1.CloudStackFailureDomain) CloudStackReconcilerMethod {
7676
return func() (ctrl.Result, error) {
7777
metaHashName := infrav1.FailureDomainHashedMetaName(nameFunc(), r.CAPICluster.Name)

0 commit comments

Comments
 (0)