Documentation ¶
Overview ¶
Package cluster contains code for syncing cluster
Index ¶
Constants ¶
View Source
const ( UserAgentName = "Cluster-Controller" KubeAPIQPS = 20.0 KubeAPIBurst = 30 KubeconfigSecretDataKey = "kubeconfig" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClient ¶
type ClusterClient struct {
// contains filtered or unexported fields
}
func NewClusterClientSet ¶
func NewClusterClientSet(c *federation_v1beta1.Cluster) (*ClusterClient, error)
func (*ClusterClient) GetClusterHealthStatus ¶
func (self *ClusterClient) GetClusterHealthStatus() *federation_v1beta1.ClusterStatus
GetClusterHealthStatus gets the kubernetes cluster health status by requesting "/healthz"
func (*ClusterClient) GetClusterZones ¶
func (self *ClusterClient) GetClusterZones() (zones []string, region string, err error)
GetClusterZones gets the kubernetes cluster zones and region by inspecting labels on nodes in the cluster.
type ClusterController ¶
type ClusterController struct {
// contains filtered or unexported fields
}
func NewclusterController ¶
func NewclusterController(federationClient federationclientset.Interface, clusterMonitorPeriod time.Duration) *ClusterController
NewclusterController returns a new cluster controller
func (*ClusterController) GetClusterStatus ¶
func (cc *ClusterController) GetClusterStatus(cluster *federation_v1beta1.Cluster) (*federation_v1beta1.ClusterStatus, error)
func (*ClusterController) UpdateClusterStatus ¶
func (cc *ClusterController) UpdateClusterStatus() error
UpdateClusterStatus checks cluster status and get the metrics from cluster's restapi
Click to show internal directories.
Click to hide internal directories.