IngressBackend
io.k8s.api.networking.v1.IngressBackend
Description
IngressBackend describes all endpoints for a given service and port.
Properties
-
resourceTypedLocalObjectReference - resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
-
serviceIngressServiceBackend - service references a service as a backend. This is a mutually exclusive setting with "Resource".