Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exposure ¶
type Exposure struct {
// Hostname is the domain name to expose the service, eg. hello.strrl.dev
Hostname string
// ServiceTarget is the url of the service to expose, eg. http://my-service.default.svc.cluster.local:9117
ServiceTarget string
// PathPrefix is the path prefix to expose the service, eg. /hello
PathPrefix string
// IsDeleted is the flag to indicate if the exposure is deleted.
IsDeleted bool
// ProxySSLVerifyEnabled is the flag to indicate if the exposure should skip TLS verification.
ProxySSLVerifyEnabled *bool
// HTTPHostHeader is to set the HTTP Host header for the local webserver.
HTTPHostHeader *string
// OriginServerName is the hostname on the origin server certificate.
OriginServerName *string
}
Exposure is the minimal information for exposing a service.
Click to show internal directories.
Click to hide internal directories.