Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2026 Changes in this version + const PlatformServices + func GetActiveClusterPlatform(ctx context.Context) (*operatorapi.SonataFlowClusterPlatform, error) + func IsActive(p *operatorapi.SonataFlowClusterPlatform) bool + func IsSecondary(p *operatorapi.SonataFlowClusterPlatform) bool + type Action interface + CanHandle func(ctx context.Context, cPlatform *v08.SonataFlowClusterPlatform) bool + Handle func(ctx context.Context, cPlatform *v08.SonataFlowClusterPlatform) error + Name func() string + func NewInitializeAction() Action