Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupReconcilerWithManager ¶
func SetupReconcilerWithManager( ctx context.Context, mgr manager.Manager, credentialsDB credentials.Database, cfg ReconcilerConfig, ) error
SetupReconcilerWithManager initializes a reconciler for Warehouse resources and registers it with the provided Manager.
Types ¶
type ReconcilerConfig ¶
type ReconcilerConfig struct { ShardName string `envconfig:"SHARD_NAME"` MaxConcurrentReconciles int `envconfig:"MAX_CONCURRENT_WAREHOUSE_RECONCILES" default:"4"` }
func ReconcilerConfigFromEnv ¶
func ReconcilerConfigFromEnv() ReconcilerConfig
Click to show internal directories.
Click to hide internal directories.