Documentation ¶
Index ¶
Constants ¶
View Source
const ( IngressForceHTTPSAnnotation = "monitor.stakater.com/forceHttps" IngressOverridePathAnnotation = "monitor.stakater.com/overridePath" MonitorEnabledAnnotation = "monitor.stakater.com/enabled" MonitorNameAnnotation = "monitor.stakater.com/name" MonitorHealthAnnotation = "monitor.stakater.com/healthEndpoint" // "/health" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressWrapper ¶
type IngressWrapper struct { Ingress *v1beta1.Ingress Namespace string KubeClient kubernetes.Interface }
func (*IngressWrapper) GetURL ¶
func (iw *IngressWrapper) GetURL() string
Click to show internal directories.
Click to hide internal directories.