ScaleSpec describes the attributes of a scale subresource.

Hierarchy

  • V1ScaleSpec

Constructors

Properties

replicas?: number

desired number of instances for the scaled object.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

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

Generated using TypeDoc