Documentation
¶
Overview ¶
Package controller provides aliases for internal controller types and functions to allow external users to interact with the core controller logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewPhaseReconciler = providercontroller.NewPhaseReconciler
NewPhaseReconciler is an alias for the internal NewPhaseReconciler function.
Functions ¶
This section is empty.
Types ¶
type GenericProviderHealthCheckReconciler ¶ added in v0.21.0
type GenericProviderHealthCheckReconciler = internalhealthcheck.GenericProviderHealthCheckReconciler
GenericProviderHealthCheckReconciler wraps the internal GenericProviderHealthCheckReconciler.
type GenericProviderReconciler ¶
type GenericProviderReconciler = providercontroller.GenericProviderReconciler
GenericProviderReconciler wraps the internal GenericProviderReconciler.
type PhaseFn ¶ added in v0.21.0
type PhaseFn = providercontroller.PhaseFn
PhaseFn is an alias for the internal PhaseFn type.
type Result ¶ added in v0.21.0
type Result = providercontroller.Result
Result is an alias for the internal Result type.
Click to show internal directories.
Click to hide internal directories.