DaemonSetSpec

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

DaemonSetSpec is the specification of a daemon set.

Value Params
minReadySeconds

The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).

revisionHistoryLimit

The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.

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

Value members

Concrete methods

The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).

The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).

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

The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.

The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.

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

Gets selector.

Gets selector.

This effect always succeeds, it is safe to use the field selector directly.

Gets template.

Gets template.

This effect always succeeds, it is safe to use the field template directly.

Gets updateStrategy.

Gets updateStrategy.

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