Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertificateRequestReconciler ¶ added in v1.1.0
func NewCertificateRequestReconciler( ctx context.Context, builder input.Builder, syncInputStatuses SyncStatusFunc, translator translation.Translator, ) skinput.MultiClusterReconcileFunc
Expose for testing
func Start ¶
func Start( ctx context.Context, registerReconciler RegisterReconcilerFunc, builder input.Builder, syncInputStatuses SyncStatusFunc, translator translation.Translator, ) error
Types ¶
type RegisterReconcilerFunc ¶ added in v0.12.1
type RegisterReconcilerFunc func( ctx context.Context, reconcile skinput.MultiClusterReconcileFunc, reconcileInterval time.Duration, ) error
function which defines how the cert issuer reconciler should be registered with internal components.
Click to show internal directories.
Click to hide internal directories.