Skip to content

Commit

Permalink
bring back ToolchainCluster.spec.apiEndpoint back as an optional field
Browse files Browse the repository at this point in the history
before we can finally remove it in the next step.
  • Loading branch information
metlos committed Oct 8, 2024
1 parent 637cb97 commit 1aac674
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ 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.
Expand Down

0 comments on commit 1aac674

Please sign in to comment.