IngressServiceBackend
io.k8s.api.networking.v1.IngressServiceBackend
Description
IngressServiceBackend references a Kubernetes Service as a Backend.
Properties
-
namestring required - name is the referenced service. The service must exist in the same namespace as the Ingress object.
-
portServiceBackendPort - port of the referenced service. A port name or port number is required for a IngressServiceBackend.