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