Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + var ClusterNotExistsFormat = "cluster %s not exists" + type ClusterClients interface + Get func(string) (*clusterv1alpha1.Cluster, error) + GetClusterKubeconfig func(string) (string, error) + GetInnerCluster func(string) *innerCluster + IsClusterReady func(cluster *clusterv1alpha1.Cluster) bool + IsHostCluster func(cluster *clusterv1alpha1.Cluster) bool + func NewClusterClient(clusterInformer clusterinformer.ClusterInformer) ClusterClients