From f8c7bdf841bec9e3059b1d5eb5d2ca7f2baf1caa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:21:28 +0000 Subject: [PATCH] [create-pull-request] automated change (#1164) Signed-off-by: GitHub Co-authored-by: openshift-merge-bot --- ...ons.hive.openshift.io_agentclusterinstalls.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkg/templates/crds/assisted-service/extensions.hive.openshift.io_agentclusterinstalls.yaml b/pkg/templates/crds/assisted-service/extensions.hive.openshift.io_agentclusterinstalls.yaml index 280e5a18..029ff14f 100644 --- a/pkg/templates/crds/assisted-service/extensions.hive.openshift.io_agentclusterinstalls.yaml +++ b/pkg/templates/crds/assisted-service/extensions.hive.openshift.io_agentclusterinstalls.yaml @@ -318,6 +318,20 @@ spec: type: string maxItems: 2 type: array + loadBalancer: + description: LoadBalancer defines the load balancer used by the cluster + for ingress traffic. + properties: + type: + default: ClusterManaged + description: |- + Type defines the type of load balancer used by the cluster, which can be managed by the user or by the + cluster. The default value is ClusterManaged. + enum: + - ClusterManaged + - UserManaged + type: string + type: object manifestsConfigMapRef: description: |- ManifestsConfigMapRef is a reference to user-provided manifests to