DaemonSetUpdateStrategy

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

Value parameters:
type

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets rollingUpdate.

Gets rollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product