Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupConfigMapReconcilerWithManager ¶
func SetupConfigMapReconcilerWithManager( ctx context.Context, kargoMgr manager.Manager, cfg ReconcilerConfig, ) error
SetupConfigMapReconcilerWithManager initializes the ConfigMap replication reconciler and registers it with the provided Manager.
func SetupSecretReconcilerWithManager ¶
func SetupSecretReconcilerWithManager( ctx context.Context, kargoMgr manager.Manager, cfg ReconcilerConfig, ) error
SetupSecretReconcilerWithManager initializes the Secret replication reconciler and registers it with the provided Manager.
Types ¶
type ReconcilerConfig ¶
type ReconcilerConfig struct {
MaxConcurrentReconciles int
}
ReconcilerConfig holds configuration for the shared resource replication reconciler. It is populated manually in management_controller.go.
Click to show internal directories.
Click to hide internal directories.