Kube.ControllerSourceReflector-backed reconciliation controllers.
val exponential_backoff :
?initial:float ->
?maximum:float ->
?max_retries:int ->
unit ->
error_policyBuild a zero-based per-key exponential error policy. max_retries limits scheduled retries; exhausted keys are dropped until a later watch event marks them dirty again. Durations must be finite and non-negative.