Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { fmt.Stringer // If set then pilot takes a dependency on the referenced Galley instance Galley galley.Instance // The MeshConfig to be used for Pilot in native environment. In Kube environment this can be // configured with Helm. MeshConfig *meshConfig.MeshConfig }
Structured config for the Pilot component
type Instance ¶
type Instance interface { resource.Resource CallDiscovery(req *xdsapi.DiscoveryRequest) (*xdsapi.DiscoveryResponse, error) StartDiscovery(req *xdsapi.DiscoveryRequest) error WatchDiscovery(duration time.Duration, accept func(*xdsapi.DiscoveryResponse) (bool, error)) error }
Instance of Pilot
Click to show internal directories.
Click to hide internal directories.