Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 virtualService objects.
func NewController ¶
func NewController( informer istioinformers.VirtualServiceInformer, syncVirtualService func(context.Context, *istio.VirtualService) error, deleteVirtualService func(context.Context, string) error, ) *Controller
NewController creates a new virtualService 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.