Skip to content

apps.v1.daemonSetUpdateStrategy

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

Index

Fields

fn withType

withType(type)

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

obj rollingUpdate

"Spec to control the desired behavior of daemon set rolling update."

fn rollingUpdate.withMaxSurge

withMaxSurge(maxSurge)

"IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number."

fn rollingUpdate.withMaxUnavailable

withMaxUnavailable(maxUnavailable)

"IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number."