Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L4Controller ¶
type L4Controller struct { // needed for linking the NEG with the backend service for each ILB service. NegLinker backends.Linker // contains filtered or unexported fields }
L4Controller manages the create/update delete of all L4 Internal LoadBalancer services.
func NewController ¶
func NewController(ctx *context.ControllerContext, stopCh chan struct{}) *L4Controller
NewController creates a new instance of the L4 ILB controller.
func (*L4Controller) Run ¶
func (l4c *L4Controller) Run()
Click to show internal directories.
Click to hide internal directories.