Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalicoWindowsUpgraderSyncPeriod ¶
calicoWindowsUpgraderSyncPeriod sets the sync period for the calicoWindowsUpgrader.
Types ¶
type CalicoWindowsUpgrader ¶
type CalicoWindowsUpgrader interface { UpdateConfig(install *operatorv1.InstallationSpec) Start(ctx context.Context) IsDegraded() bool }
func NewCalicoWindowsUpgrader ¶
func NewCalicoWindowsUpgrader(cs kubernetes.Interface, c client.Client, indexInformer cache.SharedIndexInformer, statusManager status.StatusManager, options ...calicoWindowsUpgraderOption) CalicoWindowsUpgrader
NewCalicoWindowsUpgrader creates a Calico Windows upgrader.
Click to show internal directories.
Click to hide internal directories.