Documentation ¶
Index ¶
Constants ¶
View Source
const (
RandTimeSed = 1000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(opts *options.BootstrapConfigs, bpfWorkloadObj *bpfwl.BpfWorkload, bpfFsPath string, enableBpfLog, enableAccesslog bool) *Controller
func (*Controller) GetXdsClient ¶
func (c *Controller) GetXdsClient() *XdsClient
func (*Controller) Start ¶
func (c *Controller) Start(stopCh <-chan struct{}) error
func (*Controller) Stop ¶
func (c *Controller) Stop()
type XdsClient ¶
type XdsClient struct { AdsController *ads.Controller WorkloadController *workload.Controller // contains filtered or unexported fields }
func NewXdsClient ¶
func NewXdsClient(mode string, bpfWorkload *bpfwl.BpfWorkload, enableAccesslog bool) *XdsClient
Click to show internal directories.
Click to hide internal directories.