Daemon Set Update Strategy Patch
data class DaemonSetUpdateStrategyPatch(val rollingUpdate: RollingUpdateDaemonSetPatch? = null, val type: String? = null)
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.