Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + const ErrExecHook + const MessageErrExecHook + const MessagePhaseComplete + const MessageProcessStarted + const ReasonPhaseComplete + const ReasonProcessStarted + type Controller struct + func NewController(opts Options) *Controller + func (g *Controller) IsPeer(pilot *v1alpha1.Pilot) (bool, error) + func (g *Controller) IsThisPilot(pilot *v1alpha1.Pilot) bool + func (g *Controller) Run(stopCh <-chan struct{}) error + func (g *Controller) ThisPilot() (*v1alpha1.Pilot, error) + func (g *Controller) WaitForCacheSync(stopCh <-chan struct{}) error + type Options struct + Clientset clientset.Interface + KubeClientset kubernetes.Interface + PilotInformer informersv1alpha1.PilotInformer + PilotName string + PilotNamespace string + SyncFunc func(*v1alpha1.Pilot) error v0.1.0-alpha.1 Mar 27, 2018