IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

Hierarchy

  • V1IngressLoadBalancerIngress

Constructors

Properties

hostname?: string

hostname is set for load-balancer ingress points that are DNS based.

ip?: string

ip is set for load-balancer ingress points that are IP based.

ports provides information about the ports exposed by this LoadBalancer.

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