Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( NewReconciler, )
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
The uiresource.Reconciler is not a real reconciler because UIResource is not a real API object.
It's a fake status object that reports the Status of the legacy engine. The uiresource.Reconciler wathces that status and broadcasts it to the legacy web UI.
func NewReconciler ¶
func NewReconciler(wsList *server.WebsocketList) *Reconciler
func (*Reconciler) SetClient ¶
func (r *Reconciler) SetClient(client ctrlclient.Client)
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.