Versions in this module Expand all Collapse all v0 v0.7.0 Oct 19, 2024 Changes in this version + const RandTimeSed + type Controller struct + func NewController(opts *options.BootstrapConfigs, bpfWorkloadObj *bpfwl.BpfWorkload, ...) *Controller + func (c *Controller) GetXdsClient() *XdsClient + func (c *Controller) Start(stopCh <-chan struct{}) error + func (c *Controller) Stop() + type XdsClient struct + AdsController *ads.Controller + WorkloadController *workload.Controller + func NewXdsClient(mode string, bpfWorkload *bpfwl.BpfWorkload, enableAccesslog bool) *XdsClient + func (c *XdsClient) Close() error + func (c *XdsClient) Run(stopCh <-chan struct{}) error