Kazan v0.11.0 Kazan.Apis.Core.V1.LoadBalancerStatus View Source

LoadBalancerStatus represents the status of a load-balancer.

OpenAPI Definition: io.k8s.api.core.v1.LoadBalancerStatus

Properties

  • ingress :: [ Kazan.Apis.Core.V1.LoadBalancerIngress ]

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.LoadBalancerStatus{
  ingress: [Kazan.Apis.Core.V1.LoadBalancerIngress.t()]
}