Skip to content

Commit

Permalink
we don't have anything to do with these changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdiez committed May 14, 2024
1 parent 93cb6cb commit bb3c617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/crd/bases/elbv2.k8s.aws_ingressclassparams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ spec:
enum:
- ipv4
- dualstack
- dualstack-without-public-ipv4
type: string
loadBalancerAttributes:
description: LoadBalancerAttributes define the custom attributes to
Expand Down
2 changes: 1 addition & 1 deletion controllers/elbv2/targetgroupbinding_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *targetGroupBindingReconciler) reconcileTargetGroupBinding(ctx context.C
r.eventRecorder.Event(tgb, corev1.EventTypeWarning, k8s.TargetGroupBindingEventReasonFailedAddFinalizer, fmt.Sprintf("Failed add finalizer due to %v", err))
return err
}
r.logger.Info("Reconciling TargetGroupBinding", "name", tgb.Name)

if err := r.tgbResourceManager.Reconcile(ctx, tgb); err != nil {
return err
}
Expand Down
1 change: 1 addition & 0 deletions helm/aws-load-balancer-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ spec:
enum:
- ipv4
- dualstack
- dualstack-without-public-ipv4
type: string
loadBalancerAttributes:
description: LoadBalancerAttributes define the custom attributes to
Expand Down

0 comments on commit bb3c617

Please sign in to comment.