Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IngressServiceBackend

IngressServiceBackend references a Kubernetes Service as a Backend.

schema

io.k8s.api.networking.v1.IngressServiceBackend

Hierarchy

  • IngressServiceBackend

Index

Properties

Properties

Readonly name

name: string

Name is the referenced service. The service must exist in the same namespace as the Ingress object.

schema

io.k8s.api.networking.v1.IngressServiceBackend#name

Optional Readonly port

Port of the referenced service. A port name or port number is required for a IngressServiceBackend.

schema

io.k8s.api.networking.v1.IngressServiceBackend#port

Generated using TypeDoc