Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "colocationprofile"
Variables ¶
Functions ¶
Types ¶
type ReconcileSummary ¶
type ReconcileSummary struct {
Time string
Profile string
Desired int
Succeeded int
Changed int
RateLimited int
Skipped int
Cached int
}
func (*ReconcileSummary) IsAllSucceeded ¶
func (s *ReconcileSummary) IsAllSucceeded() bool
type Reconciler ¶
type Reconciler struct {
client.Client
Recorder record.EventRecorder
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.