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 contains the runtime configuration for a Nacos controller
func NewController ¶
func NewController(ncName string, ncAddr string, client *istioclient.Clientset) (*Controller, error)
NewController creates a Nacos 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.