From d58f8f7f81e4e20e7c629a0a8482b7114b10e293 Mon Sep 17 00:00:00 2001 From: Lukas Krejci Date: Wed, 9 Oct 2024 08:43:02 +0200 Subject: [PATCH] Remove the ToolchainCluster.spec.apiEndpoint field. (#1096) --- .../toolchain.dev.openshift.com_toolchainclusters.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml index 584e6bd78..e55f3a06a 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml @@ -43,13 +43,6 @@ spec: spec: description: ToolchainClusterSpec defines the desired state of ToolchainCluster properties: - apiEndpoint: - description: "The API endpoint of the member cluster. This can be - a hostname, hostname:port, IP or IP:port. \n Be aware that this - is kept in the spec only for compatibility reasons and doesn't serve - any purpose. Use the Status.APIEndpoint instead. \n Deprecated: - This is not used for anything." - type: string secretRef: description: Name of the secret containing the kubeconfig required to connect to the cluster.