DeploymentStrategy describes how to replace existing pods with new ones.

Hierarchy

  • V1DeploymentStrategy

Constructors

Properties

type?: string

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

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