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 creates a etcd controller
func NewController ¶
func NewController(registryName string, addr string, client *istioclient.Clientset) *Controller
NewController creates a etcd controller
func (*Controller) Run ¶
func (c *Controller) Run(stop <-chan struct{})
Run until a signal is received, this function won't block
Click to show internal directories.
Click to hide internal directories.