Documentation ¶
Overview ¶
Package ingresscontroller implements the ingress controller for service mesh.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressController ¶
type IngressController struct { IP string // contains filtered or unexported fields }
IngressController is the ingress controller.
func New ¶
func New(superSpec *supervisor.Spec) *IngressController
New creates a mesh ingress controller.
func (*IngressController) Close ¶
func (ic *IngressController) Close()
Close closes the ingress controller
func (*IngressController) Status ¶
func (ic *IngressController) Status() *supervisor.Status
Status returns the status of IngressController.
type Status ¶
type Status = trafficcontroller.NamespacesStatus
Status is the traffic controller status
Click to show internal directories.
Click to hide internal directories.