Options
All
  • Public
  • Public/Protected
  • All
Menu

IngressBackend describes all endpoints for a given service and port.

schema

io.k8s.api.networking.v1.IngressBackend

Hierarchy

  • IngressBackend

Index

Properties

Properties

Optional Readonly resource

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

schema

io.k8s.api.networking.v1.IngressBackend#resource

Optional Readonly service

Service references a Service as a Backend. This is a mutually exclusive setting with "Resource".

schema

io.k8s.api.networking.v1.IngressBackend#service

Generated using TypeDoc