ScaleSpec describes the attributes of a scale subresource.

Hierarchy

  • V1ScaleSpec

Constructors

Properties

replicas?: number

replicas is the desired number of instances for the scaled object.

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