Documentation ¶
Index ¶
- func ExternalDomains(rule v1alpha1.IngressRule, localDomainName string) []string
- func InternalDomains(rule v1alpha1.IngressRule, localDomainName string) []string
- func MarkIngressReady(ingress *networkingv1alpha1.Ingress)
- func RuleIsExternal(rule v1alpha1.IngressRule, ingressVisibility v1alpha1.IngressVisibility) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExternalDomains ¶
func ExternalDomains(rule v1alpha1.IngressRule, localDomainName string) []string
func InternalDomains ¶
func InternalDomains(rule v1alpha1.IngressRule, localDomainName string) []string
InternalDomains returns domains with the following formats:
- sub-route_host
- sub-route_host.namespace
- sub-route_host.namespace.svc
- Each of the previous ones with ":*" appended
func MarkIngressReady ¶
func MarkIngressReady(ingress *networkingv1alpha1.Ingress)
func RuleIsExternal ¶
func RuleIsExternal(rule v1alpha1.IngressRule, ingressVisibility v1alpha1.IngressVisibility) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.