Documentation ¶ Index ¶ type Config type Proxy func NewProxy(c *Config) (*Proxy, error) func (a *Proxy) ADSC() *adsc.ADSC func (a *Proxy) ConfigCtx() *config.ConfigCtx func (a *Proxy) Ready() bool func (a *Proxy) Run(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ added in v0.2.11 type Config struct { Node *envoy_config_core_v3.Node IsDynamic bool XDS string SDS string BasePath string Interval time.Duration } type Proxy ¶ added in v0.2.11 type Proxy struct { // contains filtered or unexported fields } func NewProxy ¶ added in v0.2.11 func NewProxy(c *Config) (*Proxy, error) func (*Proxy) ADSC ¶ added in v0.2.11 func (a *Proxy) ADSC() *adsc.ADSC func (*Proxy) ConfigCtx ¶ added in v0.2.11 func (a *Proxy) ConfigCtx() *config.ConfigCtx func (*Proxy) Ready ¶ added in v0.2.11 func (a *Proxy) Ready() bool func (*Proxy) Run ¶ added in v0.2.11 func (a *Proxy) Run(ctx context.Context) error Source Files ¶ View all Source files proxy.go Directories ¶ Show internal Expand all Path Synopsis adapter direct Click to show internal directories. Click to hide internal directories.