LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

Hierarchy

  • V1LoadBalancerIngress

Constructors

Properties

hostname?: string

Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)

ip?: string

IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)

ports?: V1PortStatus[]

Ports is a list of records of service ports If used, every port defined in the service should have an entry in it

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