Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultInformerSyncPeriod = 30 * time.Second ByPassLabel = "kmesh.net/bypass" ByPassValue = "enabled" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.5.0
type Controller struct {
// contains filtered or unexported fields
}
func NewByPassController ¶ added in v0.5.0
func NewByPassController(client kubernetes.Interface) *Controller
func (*Controller) Run ¶ added in v0.5.0
func (c *Controller) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.