IngressServiceBackendArgs

data class IngressServiceBackendArgs(val name: Output<String>, val port: Output<ServiceBackendPortArgs>? = null) : ConvertibleToJava<IngressServiceBackendArgs>

IngressServiceBackend references a Kubernetes Service as a Backend.

Constructors

Link copied to clipboard
constructor(name: Output<String>, port: Output<ServiceBackendPortArgs>? = null)

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val port: Output<ServiceBackendPortArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): IngressServiceBackendArgs