Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The annotation base CloudScaleBaseAnnotation string = "service.cloudscale.io" // SourceRangeAnnotation lists the IPs this service accepts traffic from SourceRangeAnnotation string = "load-balancer-source-ranges" // SslCertificateId specifies the SSL certificate to use for termination SslCertificateId string = "ssl-certificate" // ListenerIpAddress specifies the IP address of the remote load balancer ListenerIpAddress string = "listener-ip-address" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
func (*Operator) ResourceEventHandlerFuncs ¶
func (o *Operator) ResourceEventHandlerFuncs() *cache.ResourceEventHandlerFuncs
Click to show internal directories.
Click to hide internal directories.