IngressServiceBackend

data class IngressServiceBackend(val name: String, val port: ServiceBackendPort? = null)

IngressServiceBackend references a Kubernetes Service as a Backend.

Constructors

Link copied to clipboard
constructor(name: String, port: ServiceBackendPort? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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