Skip to content

Commit

Permalink
[create-pull-request] automated change (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: openshift-merge-bot <openshift-merge-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and openshift-merge-bot authored Dec 29, 2024
1 parent 277d004 commit f8c7bdf
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8c7bdf

Please sign in to comment.