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;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc