APIServiceStatus contains derived information about an API server

Hierarchy

  • V1APIServiceStatus

Constructors

Properties

conditions?: V1APIServiceCondition[]

Current service state of apiService.

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