Versions in this module Expand all Collapse all v0 v0.0.2 Dec 5, 2022 Changes in this version + type BasicUI struct + func (b BasicUI) Info(s string) + func (b BasicUI) Warn(s string) + type Carousel struct + func NewCarousel(logger log.Logger, ui UI, controller controller.Controller, config Config) (Carousel, error) + func (c Carousel) Resume(startingColor model.Color, steps []model.Step, goalCluster model.ClusterState) error + func (c Carousel) Rollout(nodeCount int, version semver.Version, stepOptions ...step.StepOptions) error + type Config struct + DryRun bool + Validate HostValidator + type HostValidator func(fqdn string) bool + func AsHostValidator(f func(fqdn string) bool) HostValidator + type UI interface + Info func(string) + Warn func(string)