Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonSet ¶
type DaemonSet struct { Verbose int PullIfNotPresent bool PFPEnable bool NotificationEnable bool NodeSelector *metav1.LabelSelector UpdateInterval time.Duration }
func ForDaemonSet ¶
type Options ¶
type Options struct { UserPlatform platform.Platform UserPlatformVersion platform.Version Replicas int RTEConfigData string PullIfNotPresent bool UpdaterType string UpdaterPFPEnable bool UpdaterNotifEnable bool UpdaterCRIHooksEnable bool UpdaterCustomSELinuxPolicy bool UpdaterSyncPeriod time.Duration UpdaterVerbose int SchedProfileName string SchedResyncPeriod time.Duration SchedVerbose int SchedCtrlPlaneAffinity bool SchedLeaderElectResource string WaitInterval time.Duration WaitTimeout time.Duration ClusterPlatform platform.Platform ClusterVersion platform.Version WaitCompletion bool SchedScoringStratConfigData string SchedCacheParamsConfigData string }
type Scheduler ¶
type Scheduler struct { Platform platform.Platform WaitCompletion bool Replicas int32 ProfileName string PullIfNotPresent bool CacheResyncPeriod time.Duration CtrlPlaneAffinity bool LeaderElection bool LeaderElectionResource string Verbose int ScoringStratConfigData string CacheParamsConfigData string Namespace string }
type UpdaterDaemon ¶
Click to show internal directories.
Click to hide internal directories.