IngressServiceBackendPatch

data class IngressServiceBackendPatch(val name: String? = null, val port: ServiceBackendPortPatch? = null)

IngressServiceBackend references a Kubernetes Service as a Backend.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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.