OBJECT

KubernetesKindServiceStatusLoadBalancer

LoadBalancer contains the current status of the load-balancer, if one is present.

link GraphQL Schema definition

  • type KubernetesKindServiceStatusLoadBalancer {
  • # LoadBalancerIngress represents the status of a load-balancer ingress point:
  • # traffic intended for the service should be sent to an ingress point.
  • ingress: [KubernetesKindServiceStatusLoadBalancerIngress]
  • }