()
| 277 | } |
| 278 | |
| 279 | func (c *Cloud) GetKubernetesGatherTaskMap() map[string]*KubernetesGatherTask { |
| 280 | return c.kubernetesGatherTaskMap |
| 281 | } |
| 282 | |
| 283 | func (c *Cloud) GetStatter() statsd.StatsdStatter { |
| 284 | return statsd.StatsdStatter{ |
no outgoing calls
no test coverage detected