type NoopManager … type NoopDestroy … func (nsd NoopDestroy) Destroy() { … } func (m *NoopManager) GetCollector(cgroup string) (Collector, error) { … } type NoopCollector … func (c *NoopCollector) UpdateStats(stats *v1.ContainerStats) error { … }
type NoopManager … type NoopDestroy … func (nsd NoopDestroy) Destroy() { … } func (m *NoopManager) GetCollector(cgroup string) (Collector, error) { … } type NoopCollector … func (c *NoopCollector) UpdateStats(stats *v1.ContainerStats) error { … }