Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplyObject = apply.ApplyObject
View Source
var ResyncPeriod = 2 * time.Minute
The periodic resync interval. We will re-run the reconciliation logic, even if the NCP configuration hasn't changed.
View Source
var SetControllerReference = controllerutil.SetControllerReference
Functions ¶
func Add ¶
func Add(mgr manager.Manager, status *statusmanager.StatusManager, sharedInfo *sharedinfo.SharedInfo) error
Add creates a new Pod Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type ReconcilePod ¶
type ReconcilePod struct {
// contains filtered or unexported fields
}
ReconcilePods watches for updates to specified resources and then updates its StatusManager
Click to show internal directories.
Click to hide internal directories.