Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCheckFunc ¶
func RegisterCheckFunc(fn checkFunc)
RegisterCheckFunc should be used to registerIfNeed readyz check func
Types ¶
type Reporter ¶
type Reporter struct { // Cluster current cluster name Cluster string // IsMemberCluster indicate if current cluster is member cluster IsMemberCluster bool // PivotCubeHost the target warden to reporting PivotCubeHost string // PeriodSecond is interval time to reporting info PeriodSecond int // WaitSecond is readyz wait timeout WaitSecond int // LocalClusterKubeConfig is used for register cluster LocalClusterKubeConfig string // PivotClient used to connect to pivot cluster k8s-apiserver PivotClient multiclient.Client // http.Client used to reporting heartbeat *http.Client // contains filtered or unexported fields }
Reporter reports local cluster info to pivot cluster scout
func (*Reporter) Initialize ¶
Click to show internal directories.
Click to hide internal directories.