Versions in this module Expand all Collapse all v0 v0.0.2 Dec 5, 2022 Changes in this version + func AsStep(cs model.ClusterState) model.Step + func CreateSteps(currentCluster model.ClusterState, targetCluster model.ClusterState, ...) []model.Step + type Generator func(currentCluster model.ClusterState, targetCluster model.ClusterState, ...) []model.Step + type StepOptions func(*options) + func WithBatchSize(size int) StepOptions + func WithSkipFirstN(n int) StepOptions