Documentation
¶
Index ¶
Constants ¶
View Source
const ( XDS = `unix:./etc/istio/proxy/XDS` SDS = `unix:./etc/istio/proxy/SDS` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func NewAdapter ¶
func (*Adapter) StartAndUpdatePipe ¶
type Config ¶
type Config struct {
ConfigFile string
RestartEpoch uint32
DrainTimeS uint32
ParentShutdownTimeS uint32
ServiceCluster string
ServiceNone string
LocalAddressIPVersion string
BootstrapVersion string
Bootstrap *envoy_config_bootstrap_v3.Bootstrap
BasePath string
}
-c etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster istio-ingressgateway --service-node router~172.17.0.4~istio-ingressgateway-74df9684c8-mbldh.istio-system~istio-system.svc.cluster.local --local-address-ip-version v4 --bootstrap-version 3 --log-format-prefix-with-location 0 --log-format %Y-%m-%dT%T.%fZ.%l.envoy %n.%v -l warning --component-log-level misc:error
Click to show internal directories.
Click to hide internal directories.