DaemonSetSpec

final case class DaemonSetSpec(template: PodTemplateSpec, selector: LabelSelector, minReadySeconds: Option[Int], revisionHistoryLimit: Option[Int], updateStrategy: Option[DaemonSetUpdateStrategy])

DaemonSetSpec is the specification of a daemon set.

Source:
DaemonSetSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if minReadySeconds has a value, transforms to the result of function

if minReadySeconds has a value, transforms to the result of function

Source:
DaemonSetSpec.scala

if revisionHistoryLimit has a value, transforms to the result of function

if revisionHistoryLimit has a value, transforms to the result of function

Source:
DaemonSetSpec.scala

transforms selector to result of function

transforms selector to result of function

Source:
DaemonSetSpec.scala

transforms template to result of function

transforms template to result of function

Source:
DaemonSetSpec.scala

if updateStrategy has a value, transforms to the result of function

if updateStrategy has a value, transforms to the result of function

Source:
DaemonSetSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Source:
DaemonSetSpec.scala

Returns a new data with revisionHistoryLimit set to new value

Returns a new data with revisionHistoryLimit set to new value

Source:
DaemonSetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Source:
DaemonSetSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Source:
DaemonSetSpec.scala

Returns a new data with updateStrategy set to new value

Returns a new data with updateStrategy set to new value

Source:
DaemonSetSpec.scala

Inherited methods

Inherited from:
Product