Skip to main content
Schemaobject

io.k8s.api.networking.v1.IngressBackend

IngressBackend describes all endpoints for a given service and port.

Source
specs/apis__networking.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
resource
optional

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".

service
optional

service references a service as a backend. This is a mutually exclusive setting with "Resource".