Skip to content

Commit c3e337d

Browse files
authored
Merge pull request #135 from cwize1/user/chrisgun/PreUpstreamCleanup
Pre-upstream cleanup
2 parents ad73f8e + b162428 commit c3e337d

7 files changed

+101
-19
lines changed

aksiot.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

cloud/scope/scopeinterface.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ type ScopeInterface interface {
2626
GetResourceGroup() string
2727
GetCloudAgentFqdn() string
2828
GetAuthorizer() auth.Authorizer
29-
Location() string
3029
}

controllers/azurestackhcicluster_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ func (r *AzureStackHCIClusterReconciler) reconcileDelete(clusterScope *scope.Clu
222222
}
223223

224224
func (r *AzureStackHCIClusterReconciler) reconcileAzureStackHCILoadBalancer(clusterScope *scope.ClusterScope) (bool, error) {
225-
// TODO: set ControlPlaneEndpoint in case there's no load balancer assigned
226225
if clusterScope.AzureStackHCILoadBalancer() == nil {
227226
clusterScope.Info("Skipping load balancer reconciliation since AzureStackHCICluster.Spec.AzureStackHCILoadBalancer is nil")
228227
return true, nil

dev/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/kustomization.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

dev/manager_image_patch_template.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.sum

Lines changed: 101 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)