DaemonSetUpdateStrategy

case
class DaemonSetUpdateStrategy(rollingUpdate: Optional[RollingUpdateDaemonSet], `type`: Optional[String])

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

Value Params
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.

def getType: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product