Ingress Service Backend Patch Args
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
fun IngressServiceBackendPatchArgs(name: Output<String>? = null, port: Output<ServiceBackendPortPatchArgs>? = null)