Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ThermoCenterInstanceLabel represents common label for a ThermoCenter instance
ThermoCenterInstanceLabel = "thermo-center-instance"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThermoCenterReconciler ¶
type ThermoCenterReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
ThermoCenterReconciler reconciles a ThermoCenter object
func NewThermoCenterReconciler ¶
func NewThermoCenterReconciler(mgr manager.Manager) *ThermoCenterReconciler
NewThermoCenterReconciler instantiates a new ThermoCenter Reconciler
func (*ThermoCenterReconciler) SetupWithManager ¶
func (r *ThermoCenterReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.