Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IngressBackendV1Beta1

IngressBackend describes all endpoints for a given service and port.

schema

io.k8s.api.networking.v1beta1.IngressBackend

Hierarchy

  • IngressBackendV1Beta1

Index

Properties

Optional Readonly resource

Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.

schema

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

Optional Readonly serviceName

serviceName: string

Specifies the name of the referenced service.

schema

io.k8s.api.networking.v1beta1.IngressBackend#serviceName

Optional Readonly servicePort

servicePort: IntOrString

Specifies the port of the referenced service.

schema

io.k8s.api.networking.v1beta1.IngressBackend#servicePort

Generated using TypeDoc