Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon subscribes to fleet-specific RC products (installer configs and tasks) and runs after leader election as a controller-runtime Runnable.
func NewDaemon ¶
func NewDaemon(logger logr.Logger, rcClient remoteconfig.RCClient) *Daemon
NewDaemon creates a new Fleet Daemon.
func (*Daemon) NeedLeaderElection ¶
NeedLeaderElection implements manager.LeaderElectionRunnable. The daemon only runs on the elected leader.
Click to show internal directories.
Click to hide internal directories.