DaemonSetUpdateStrategy

com.coralogix.zio.k8s.model.apps.v1.DaemonSetUpdateStrategy
See theDaemonSetUpdateStrategy companion object

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets rollingUpdate.

Gets rollingUpdate.

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

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product