Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ReconcilationTimeout = time.Second * 20
)
Functions ¶
This section is empty.
Types ¶
type RoomReconciler ¶
type RoomReconciler struct { *client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
RoomReconciler reconciles a Room object
func NewRoomReconciler ¶
func NewRoomReconciler(mgr manager.Manager, log logr.Logger, reporter *reporter.Reporter, client *client.Client, clientSet *kubernetes.Clientset) (*RoomReconciler, error)
NewRoomReconciler returns new instance of RoomReconciler
func (*RoomReconciler) SetupWithManager ¶
func (r *RoomReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.