Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneReconciler ¶
type ControlPlaneReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
Kubeconfiggen kubeconfiggen.Generator
FluxSecretResolver secretresolver.SecretResolver
WebhookMiddleware types.NamespacedName
ReconcilePeriod time.Duration
FluxTokenLifetime time.Duration
RemoteConfigBuilder RemoteConfigBuilder
EmbeddedCRDs embed.FS
}
ControlPlaneReconciler reconciles a ControlPlane object
func (*ControlPlaneReconciler) Reconcile ¶
func (r *ControlPlaneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ControlPlaneReconciler) SetupWithManager ¶
func (r *ControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ReleaseChannelReconciler ¶
func (*ReleaseChannelReconciler) SetupWithManager ¶
func (r *ReleaseChannelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RemoteConfigBuilder ¶
type RemoteConfigBuilder func(target v1beta1.Target) (*rest.Config, clientconfig.ReloadFunc, error)
func NewRemoteConfigBuilder ¶
func NewRemoteConfigBuilder() RemoteConfigBuilder
type SecretReconciler ¶
SecretReconciler reconciles a Secret object
func (*SecretReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.