Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericProviderReconciler ¶
type GenericProviderReconciler struct { Provider genericprovider.GenericProvider ProviderList genericprovider.GenericProviderList Client client.Client Config *rest.Config WatchConfigSecretChanges bool }
func (*GenericProviderReconciler) SetupWithManager ¶
func (r *GenericProviderReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
type PhaseError ¶
type PhaseError struct { Reason string Type clusterv1.ConditionType Severity clusterv1.ConditionSeverity Err error }
PhaseError custom error type for phases.
func (*PhaseError) Error ¶
func (p *PhaseError) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.