Versions in this module Expand all Collapse all v1 v1.7.0 Dec 13, 2023 v1.6.1 Jun 14, 2023 Changes in this version + func ConstructInClusterKubeconfig(ctx context.Context, restConfig *rest.Config, namespace string) (*clientcmdapi.Config, error) + func GetClusterKubeconfig(ctx context.Context, cluster *clusterv1.Cluster) (string, error) + func InitInClusterKubeconfig(ctx context.Context) (*cluster.Kubeconfig, error) + func WriteInClusterKubeconfigToFile(ctx context.Context, filePath string, clientConfig clientcmdapi.Config) error