package
2.0.0+incompatible
Repository: https://github.com/chuckha/cluster-api.git
Documentation: pkg.go.dev

# Functions

Get retrieves the specified Secret (if any) from the given cluster name and namespace.
Name returns the name of the secret for a cluster.

# Constants

ClusterCA is the secret name suffix for APIServer CA.
Kubeconfig is the secret name suffix storing the Cluster Kubeconfig.
KubeconfigDataName is the key used to store a Kubeconfig in the secret's data field.
TLSCrtDataName is the key used to store a TLS certificate in the secret's data field.
TLSKeyDataName is the key used to store a TLS private key in the secret's data field.

# Type aliases

Purpose is the name to append to the secret generated for a cluster.