Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DaemonSetUpdateStrategy

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

schema

io.k8s.api.apps.v1.DaemonSetUpdateStrategy

Hierarchy

  • DaemonSetUpdateStrategy

Index

Properties

Properties

Optional Readonly rollingUpdate

rollingUpdate: RollingUpdateDaemonSet

Rolling update config params. Present only if type = "RollingUpdate".

schema

io.k8s.api.apps.v1.DaemonSetUpdateStrategy#rollingUpdate

Optional Readonly type

type: string

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.

default

RollingUpdate.

schema

io.k8s.api.apps.v1.DaemonSetUpdateStrategy#type

Generated using TypeDoc