Documentation ¶
Index ¶
- type Cloud
- func (c *Cloud) GetBasicInfo() model.BasicInfo
- func (c *Cloud) GetKubernetesGatherTaskMap() map[string]*KubernetesGatherTask
- func (c *Cloud) GetResource() model.Resource
- func (c *Cloud) GetStatter() statsd.StatsdStatter
- func (c *Cloud) Start()
- func (c *Cloud) Stop()
- func (c *Cloud) UpdateBasicInfoName(name string)
- type KubernetesGatherTask
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloud ¶
type Cloud struct {
// contains filtered or unexported fields
}
func (*Cloud) GetBasicInfo ¶
func (*Cloud) GetKubernetesGatherTaskMap ¶
func (c *Cloud) GetKubernetesGatherTaskMap() map[string]*KubernetesGatherTask
func (*Cloud) GetResource ¶
func (*Cloud) GetStatter ¶
func (c *Cloud) GetStatter() statsd.StatsdStatter
func (*Cloud) UpdateBasicInfoName ¶
type KubernetesGatherTask ¶
type KubernetesGatherTask struct { SubDomainConfig string // 附属容器集群配置字段config // contains filtered or unexported fields }
func NewKubernetesGatherTask ¶
func (*KubernetesGatherTask) GetBasicInfo ¶
func (k *KubernetesGatherTask) GetBasicInfo() kubernetes_gather_model.KubernetesGatherBasicInfo
func (*KubernetesGatherTask) GetResource ¶
func (k *KubernetesGatherTask) GetResource() kubernetes_gather_model.KubernetesGatherResource
func (*KubernetesGatherTask) Start ¶
func (k *KubernetesGatherTask) Start()
func (*KubernetesGatherTask) Stop ¶
func (k *KubernetesGatherTask) Stop()
Click to show internal directories.
Click to hide internal directories.