Documentation ¶
Index ¶
Constants ¶
View Source
const LazyXdsManager = "lazyxds"
LazyXdsManager ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is responsible for synchronizing Istio serviceEntry objects.
func NewController ¶
func NewController( informer istioinformers.ServiceEntryInformer, syncServiceEntryConfig func(context.Context, *istio.ServiceEntry) error, deleteServiceEntryConfig func(context.Context, string, string) error, ) *Controller
NewController creates a new serviceEntry controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Run begins watching and syncing.
Click to show internal directories.
Click to hide internal directories.