LoadBalancerStatusPatch

data class LoadBalancerStatusPatch(val ingress: List<LoadBalancerIngressPatch>? = null)

LoadBalancerStatus represents the status of a load-balancer.

Constructors

Link copied to clipboard
constructor(ingress: List<LoadBalancerIngressPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.