From fd9c97859f89e613a63b8de7225dfb559ba008ef Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 4 Feb 2025 16:21:40 +0100 Subject: [PATCH] Update the bundle Signed-off-by: Stephen Kitt --- .../crd/bases/submariner.io_submariners.yaml | 38 +++++++++++++++++-- .../submariner.clusterserviceversion.yaml | 5 +++ config/manifests/kustomization.yaml | 2 +- 3 files changed, 40 insertions(+), 5 deletions(-) diff --git a/config/crd/bases/submariner.io_submariners.yaml b/config/crd/bases/submariner.io_submariners.yaml index fc23e62d6..7d1165a06 100644 --- a/config/crd/bases/submariner.io_submariners.yaml +++ b/config/crd/bases/submariner.io_submariners.yaml @@ -147,6 +147,7 @@ spec: description: Halt on certificate error (so the pod gets restarted). type: boolean hostedCluster: + description: Is the cluster a hosted cluster. type: boolean imageOverrides: additionalProperties: @@ -456,14 +457,29 @@ spec: type: string healthCheckIP: type: string + healthCheckIPs: + items: + type: string + maxItems: 2 + type: array hostname: type: string nat_enabled: type: boolean private_ip: type: string + privateIPs: + items: + type: string + maxItems: 2 + type: array public_ip: type: string + publicIPs: + items: + type: string + maxItems: 2 + type: array subnets: items: type: string @@ -474,8 +490,6 @@ spec: - cluster_id - hostname - nat_enabled - - private_ip - - public_ip - subnets type: object latencyRTT: @@ -526,14 +540,29 @@ spec: type: string healthCheckIP: type: string + healthCheckIPs: + items: + type: string + maxItems: 2 + type: array hostname: type: string nat_enabled: type: boolean private_ip: type: string + privateIPs: + items: + type: string + maxItems: 2 + type: array public_ip: type: string + publicIPs: + items: + type: string + maxItems: 2 + type: array subnets: items: type: string @@ -544,8 +573,6 @@ spec: - cluster_id - hostname - nat_enabled - - private_ip - - public_ip - subnets type: object statusFailure: @@ -740,6 +767,9 @@ spec: required: - mismatchedContainerImages type: object + hostedCluster: + description: Is the cluster a hosted cluster. + type: boolean loadBalancerStatus: description: The status of the load balancer DaemonSet. properties: diff --git a/config/manifests/bases/submariner.clusterserviceversion.yaml b/config/manifests/bases/submariner.clusterserviceversion.yaml index 0081947a2..fbabcc950 100644 --- a/config/manifests/bases/submariner.clusterserviceversion.yaml +++ b/config/manifests/bases/submariner.clusterserviceversion.yaml @@ -326,6 +326,11 @@ spec: - description: The status of the Globalnet DaemonSet. displayName: Globalnet DaemonSet Status path: globalnetDaemonSetStatus + - description: Is the cluster a hosted cluster. + displayName: Hosted Cluster + path: hostedCluster + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text - description: The status of the load balancer DaemonSet. displayName: Load Balancer DaemonSet Status path: loadBalancerStatus diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index 1f8d73c0f..cafe3b2e2 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -9,6 +9,6 @@ resources: images: - name: controller newName: quay.io/submariner/submariner-operator - newTag: devel-76044a293b9e + newTag: devel-76120c810452 - name: repo newName: quay.io/submariner