Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { // CheckInterval is the interval the controller checks to trigger drift on the configurations CheckInterval time.Duration // DriftInterval is the minimum time before triggering drift detection on a configuration DriftInterval time.Duration // DriftThreshold is the maximum number of drift checks to run concurrently DriftThreshold float64 // contains filtered or unexported fields }
Controller handles the reconciliation of the configuration resource
Click to show internal directories.
Click to hide internal directories.