Documentation
¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "kourier" InternalServiceName = "kourier-internal" ExternalServiceName = "kourier" HTTPPortExternal = uint32(8080) HTTPPortInternal = uint32(8081) HTTPSPortExternal = uint32(8443) InternalKourierDomain = "internalkourier" GatewayNamespaceEnv = "KOURIER_GATEWAY_NAMESPACE" KourierIngressClassName = "kourier.ingress.networking.knative.dev" )
Variables ¶
View Source
var ExternalAuthz = &ExternalAuthzConfig{ Enabled: false, }
Functions ¶
func GatewayNamespace ¶ added in v0.19.0
func GatewayNamespace() string
func ServiceHostnames ¶ added in v0.19.0
ServiceHostnames returns the external and internal service's respective hostname.
Example: kourier.kourier-system.svc.cluster.local.
Types ¶
type ExternalAuthzConfig ¶ added in v0.19.0
type ExternalAuthzConfig struct { Enabled bool Cluster *v2.Cluster HTTPFilter *httpconnectionmanagerv2.HttpFilter }
Click to show internal directories.
Click to hide internal directories.