Versions in this module Expand all Collapse all v1 v1.27.1 Mar 19, 2026 v1.27.0 Mar 19, 2026 Changes in this version + var ErrClusterNotReady = errors.New("cluster is not ready") + func VerifyClusterReady(ctx context.Context, manager cluster.Manager) error + type DeployerFilterFunc func(deployerName string) bool + type Orchestrator struct + func NewOrchestrator() *Orchestrator + func (o *Orchestrator) DeployAll(ctx context.Context, caproniCfg *v2.CaproniConfig, filter DeployerFilterFunc) error