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

Struct URLBackoff

rest/urlbackoff.go:43–46  ·  view source on GitHub ↗

URLBackoff struct implements the semantics on top of Backoff which we need for URL specific exponential backoff.

Source from the content-addressed store, hash-verified

41// URLBackoff struct implements the semantics on top of Backoff which
42// we need for URL specific exponential backoff.
43type URLBackoff struct {
44 // Uses backoff as underlying implementation.
45 Backoff *flowcontrol.Backoff
46}
47
48// NoBackoff is a stub implementation, can be used for mocking or else as a default.
49type NoBackoff struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected