Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + var ErrSecretMissingValue = errors.New("missing value in secret") + var ErrSecretNotFound = errors.New("secret not found") + func GetKubeConfigSecret(c client.Client, cluster, namespace string) (*corev1.Secret, error) + func KubeConfigFromSecret(secret *corev1.Secret) ([]byte, error) + func KubeConfigSecretName(cluster string) string + type ClusterClient interface + CoreV1 func() (corev1.CoreV1Interface, error) + RESTConfig func() *restclient.Config + func NewClusterClient(c client.Client, cluster *v1alpha1.Cluster) (ClusterClient, error)