Skip to content

Commit

Permalink
Use the streamlined ToolchainCluster and update its CRD. (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos authored Oct 8, 2024
1 parent 7c011f6 commit c0c4242
Showing 1 changed file with 5 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,13 @@ spec:
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
field is going to be replaced with the Status.APIEndpoint in the
future."
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
caBundle:
description: "CABundle contains the certificate authority information.
\n Note that this is going to be deprecated and removed. It will
be replaced by a field in the kubecondig of the connection secret"
type: string
disabledTLSValidations:
description: "DisabledTLSValidations defines a list of checks to ignore
when validating the TLS connection to the member cluster. This
can be any of *, SubjectName, or ValidityPeriod. If * is specified,
it is expected to be the only option in list. \n Note that this
is going to be deprecated and removed. It will be replaced by the
kubeconfig stored in the connection secret."
items:
type: string
type: array
x-kubernetes-list-type: set
secretRef:
description: "Name of the secret containing the token required to
access the member cluster. The secret needs to exist in the same
namespace as the control plane and should have a \"token\" key.
\n In the near future, the secret will contain the whole kubeconfig
required to connect to the cluster."
description: Name of the secret containing the kubeconfig required
to connect to the cluster.
properties:
name:
description: Name of a secret within the enclosing namespace
Expand All @@ -79,7 +61,6 @@ spec:
- name
type: object
required:
- apiEndpoint
- secretRef
type: object
status:
Expand Down

0 comments on commit c0c4242

Please sign in to comment.