DaemonSetSpec

io.k8s.api.apps.v1.DaemonSetSpec
See theDaemonSetSpec companion object
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.

Attributes

Companion
object
Source
DaemonSetSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

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

Attributes

Source
DaemonSetSpec.scala

transforms selector to result of function

transforms selector to result of function

Attributes

Source
DaemonSetSpec.scala

transforms template to result of function

transforms template to result of function

Attributes

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

Attributes

Source
DaemonSetSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Attributes

Source
DaemonSetSpec.scala

Returns a new data with revisionHistoryLimit set to new value

Returns a new data with revisionHistoryLimit set to new value

Attributes

Source
DaemonSetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
DaemonSetSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Attributes

Source
DaemonSetSpec.scala

Returns a new data with updateStrategy set to new value

Returns a new data with updateStrategy set to new value

Attributes

Source
DaemonSetSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product