DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Hierarchy

  • V1DaemonSetUpdateStrategy

Constructors

Properties

rollingUpdate?: V1RollingUpdateDaemonSet
type?: string

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". 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