Documentation ¶
Index ¶
- Variables
- func Ingress(req router.Request, svc *v1.ServiceInstance) (result []kclient.Object, _ error)
- func IngressClassNameIfNoDefault(ctx context.Context, client kclient.Client) (*string, error)
- func ServiceLoadBalancer(req router.Request, svc *v1.ServiceInstance) (result []kclient.Object, _ error)
- func ValidateEndpointPattern(pattern string) error
- type TLSCert
- type Target
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IngressClassNameIfNoDefault ¶
IngressClassNameIfNoDefault returns an ingress class name if there is exactly one IngressClass and it is not set as the default. We return a pointer here because "" is not a valid value for ingressClassName and will cause the ingress to fail.
func ServiceLoadBalancer ¶
func ValidateEndpointPattern ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.