Documentation ¶
Index ¶
Constants ¶
View Source
const ( Healthz = "/Healthz" Readiness = "/Ready" Validation = "/Validate" )
Variables ¶
View Source
var (
Probes = []string{Healthz, Readiness, Validation}
)
Functions ¶
func GetAuthorizationHeader ¶
func GetGatewayHeader ¶ added in v0.76.1
Types ¶
type Config ¶
func (Config) ToGatewayConfig ¶
func (c Config) ToGatewayConfig() GatewayConfig
func (Config) ToServerConfig ¶
func (c Config) ToServerConfig() ServerConfig
type GatewayConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Port string
}
Click to show internal directories.
Click to hide internal directories.