Ingress Load Balancer Ingress Patch
data class IngressLoadBalancerIngressPatch(val hostname: String? = null, val ip: String? = null, val ports: List<IngressPortStatusPatch>? = null)
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
Constructors
Link copied to clipboard
constructor(hostname: String? = null, ip: String? = null, ports: List<IngressPortStatusPatch>? = null)