ServiceStatus represents the current status of a service.

Hierarchy

  • V1ServiceStatus

Constructors

Properties

conditions?: V1Condition[]

Current service state

loadBalancer?: V1LoadBalancerStatus
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