LoadBalancerStatus represents the status of a load-balancer.

Hierarchy

  • V1LoadBalancerStatus

Constructors

Properties

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

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc