Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvironmentReconciler ¶
type EnvironmentReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme TalosRelease string APIEndpoint string APIPort uint16 }
EnvironmentReconciler reconciles a Environment object.
func (*EnvironmentReconciler) SetupWithManager ¶
func (r *EnvironmentReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
type ServerClassReconciler ¶
ServerClassReconciler reconciles a ServerClass object.
func (*ServerClassReconciler) SetupWithManager ¶
func (r *ServerClassReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
type ServerReconciler ¶
type ServerReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme APIReader client.Reader Recorder record.EventRecorder RebootTimeout time.Duration PXEMode siderotypes.PXEMode }
ServerReconciler reconciles a Server object.
func (*ServerReconciler) SetupWithManager ¶
func (r *ServerReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.