Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "ProviderConfig"
View Source
const ProfileConditionPrefix = "Profile_"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GardenerProviderConfigReconciler ¶
type GardenerProviderConfigReconciler struct {
*shared.RuntimeConfiguration
// contains filtered or unexported fields
}
func NewGardenerProviderConfigReconciler ¶
func NewGardenerProviderConfigReconciler(rc *shared.RuntimeConfiguration, eventRecorder record.EventRecorder) *GardenerProviderConfigReconciler
func (*GardenerProviderConfigReconciler) SetupWithManager ¶
func (r *GardenerProviderConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager. Uses WatchesRawSource() instead of For() because it doesn't watch the primary cluster of the manager.
type ReconcileResult ¶
type ReconcileResult = ctrlutils.ReconcileResult[*providerv1alpha1.ProviderConfig]
Click to show internal directories.
Click to hide internal directories.