Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupReconcilerWithManager ¶
func SetupReconcilerWithManager( ctx context.Context, kargoMgr manager.Manager, cfg ReconcilerConfig, ) error
SetupReconcilerWithManager initializes a reconciler for Namespace resources and registers it with the provided Manager.
Types ¶
type ReconcilerConfig ¶ added in v1.1.0
type ReconcilerConfig struct {
MaxConcurrentReconciles int `envconfig:"MAX_CONCURRENT_NAMESPACE_RECONCILES" default:"4"`
}
func ReconcilerConfigFromEnv ¶ added in v1.1.0
func ReconcilerConfigFromEnv() ReconcilerConfig
Click to show internal directories.
Click to hide internal directories.