Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Client kubernetes.Interface PublishStatusAddress string PublishService string ElectionID string UpdateStatusOnShutdown bool Concurrency int IngressLister ingressLister OnStartedLeading func() }
Config ...
type Syncer ¶
type Syncer interface { Run(chan struct{}) Shutdown(bool) Callbacks() leaderelection.LeaderCallbacks }
Syncer ...
Click to show internal directories.
Click to hide internal directories.