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 receives service center updates and pushes converted Istio ServiceEntry(s) to k8s api server
func NewController ¶
func NewController(kubeconfigPath string, e chan []event.ChangeEvent) (*Controller, error)
func (*Controller) Run ¶
func (c *Controller) Run(ctx context.Context)
Run until a signal is received, this function won't block
Click to show internal directories.
Click to hide internal directories.