IngressServiceBackendPatchArgs

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

IngressServiceBackend references a Kubernetes Service as a Backend.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val port: Output<ServiceBackendPortPatchArgs>? = 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(): IngressServiceBackendPatchArgs