Ingress Rule Patch Args
data class IngressRulePatchArgs(val host: Output<String>? = null, val http: Output<HTTPIngressRuleValuePatchArgs>? = null) : ConvertibleToJava<IngressRulePatchArgs>
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
Constructors
Link copied to clipboard
fun IngressRulePatchArgs(host: Output<String>? = null, http: Output<HTTPIngressRuleValuePatchArgs>? = null)