Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ForwardedArgs config.ForwardedArgs
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
NodeID string `help:"Specify the proxy node ID." default:"default"`
XDSServerURL string `help:"Specify the xDS server URL." default:"localhost:9901"`
XDSClusterName string `help:"Specify the xDS cluster name." default:"xds_cluster"`
XDSResources string `help:"A directory containing resources." default:""`
UseGoogleGRPC bool `help:"Specify to use Google gRPC client implementation."`
AdminPort int `help:"Specify the admin interface port"`
StatsPort int `help:"Specify the exposed stats port"`
Output string `help:"Specify the file to write the rendered config. Available values: stdout, stderr, or a valid file path"`
Version bool `help:"Show application version."`
}
Click to show internal directories.
Click to hide internal directories.