ContainerResizePolicy represents resource resize policy for the container.

Hierarchy

  • V1ContainerResizePolicy

Constructors

Properties

resourceName: string

Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.

restartPolicy: string

Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.

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