Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CoreClient clientset.Interface KongConfigClient configClientSet.Interface KnativeClient knativeClientSet.Interface OnStartedLeading func() PublishService string PublishStatusAddress string UpdateStatusOnShutdown bool IngressLister ingressLister IngressAPI util.IngressAPI Logger logrus.FieldLogger }
Config ...
type Sync ¶
type Sync interface { Run() Shutdown(l bool) Callbacks() leaderelection.LeaderCallbacks }
Sync ...
Click to show internal directories.
Click to hide internal directories.