Ingress Backend Patch Args
data class IngressBackendPatchArgs(val resource: Output<TypedLocalObjectReferencePatchArgs>? = null, val service: Output<IngressServiceBackendPatchArgs>? = null) : ConvertibleToJava<IngressBackendPatchArgs>
IngressBackend describes all endpoints for a given service and port.
Constructors
Link copied to clipboard
fun IngressBackendPatchArgs(resource: Output<TypedLocalObjectReferencePatchArgs>? = null, service: Output<IngressServiceBackendPatchArgs>? = null)