MCPcopy
hub / github.com/kubernetes/client-go / noopMetric

Struct noopMetric

tools/cache/reflector_metrics.go:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type noopMetric struct{}
44
45func (noopMetric) Inc() {}
46func (noopMetric) Dec() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected