Documentation ¶ Index ¶ type Args type Server func NewServer(args *Args) (*Server, error) func (s *Server) Start(ctx context.Context, args *Args) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Args ¶ type Args struct { // servicecomb-service-center address ServiceCenterAddr string // kubeconfig file path Kubeconfig string // enable leader election or not for high abalibility HA bool } cli args type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(args *Args) (*Server, error) func (*Server) Start ¶ func (s *Server) Start(ctx context.Context, args *Args) error start the server need to start both service center and istio controller Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.