ServiceBackendPort is the service port being referenced.

Hierarchy

  • V1ServiceBackendPort

Constructors

Properties

name?: string

name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

number?: number

number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

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