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 Istio sidecar objects.
func NewController ¶
func NewController( informer istioinformers.SidecarInformer, syncSidecarConfig func(context.Context, *istio.Sidecar) error, deleteSidecarConfig func(context.Context, string) error, ) *Controller
NewController creates a new sidecar 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.