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

Struct realClock

util/flowcontrol/throttle.go:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type realClock struct{}
61
62func (realClock) Now() time.Time {
63 return time.Now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected