Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupReconcilerWithManager ¶
func SetupReconcilerWithManager( ctx context.Context, kargoMgr manager.Manager, argocdMgr manager.Manager, cfg ReconcilerConfig, ) error
SetupReconcilerWithManager initializes a reconciler for Stage resources and registers it with the provided Manager.
Types ¶
type ReconcilerConfig ¶ added in v0.4.0
type ReconcilerConfig struct { ShardName string `envconfig:"SHARD_NAME"` RolloutsIntegrationEnabled bool `envconfig:"ROLLOUTS_INTEGRATION_ENABLED"` RolloutsControllerInstanceID string `envconfig:"ROLLOUTS_CONTROLLER_INSTANCE_ID"` }
ReconcilerConfig represents configuration for the stage reconciler.
func ReconcilerConfigFromEnv ¶ added in v0.4.0
func ReconcilerConfigFromEnv() ReconcilerConfig
Click to show internal directories.
Click to hide internal directories.