Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvoyGatewayNamespace is the namespace where envoy-gateway is running. EnvoyGatewayNamespace = "envoy-gateway-system" // EnvoyGatewayServiceName is the name of the Envoy Gateway service. EnvoyGatewayServiceName = "envoy-gateway" // EnvoyPrefix is the prefix applied to the Envoy ConfigMap, Service, Deployment, and ServiceAccount. EnvoyPrefix = "envoy" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { // EnvoyGateway is the configuration used to startup Envoy Gateway. EnvoyGateway *v1alpha1.EnvoyGateway // Logger is the logr implementation used by Envoy Gateway. Logger logr.Logger }
Server wraps the EnvoyGateway configuration and additional parameters used by Envoy Gateway server.
func NewDefaultServer ¶
NewDefaultServer returns a Server with default parameters.
Click to show internal directories.
Click to hide internal directories.