until#

eclypse.policies.schedule.until(end, policy)[source]#

Run a policy from step zero through end.

Parameters:
  • end (int) – Inclusive final step that triggers the policy.

  • policy (UpdatePolicy) – Wrapped policy to call.

Returns:

Stateful schedule policy.

Return type:

UpdatePolicy