Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultIngressController = NginxIngressController NginxIngressController = "nginx-ingress" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressController ¶
type IngressController interface { GetName() string GetControllerSpec() string GetRewriteAnnotationKey() string GetAdditionalConfigurationKey() string // contains filtered or unexported methods }
func ParseIngressController ¶
func ParseIngressController(controller string, configMapInterface configMapInterface) IngressController
Click to show internal directories.
Click to hide internal directories.