Documentation ¶
Overview ¶
Package service contains the logic for Cilium Load Balancer Controller via envoy config
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "ciliumenvoyconfig", "Manages the CiliumEnvoyConfig controllers", cell.Config(l7LoadBalancerConfig{ LoadBalancerL7Ports: []string{}, LoadBalancerL7Algorithm: "round_robin", }), cell.Invoke(registerL7LoadBalancingController), )
Cell manages the CiliumEnvoyConfig related controllers.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.