DaemonSetSpec

com.coralogix.zio.k8s.model.apps.v1.DaemonSetSpec
See theDaemonSetSpec companion object
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 parameters

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.

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

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.

Attributes

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.

Attributes

Gets selector.

Gets selector.

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

Attributes

Gets template.

Gets template.

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

Attributes

Gets updateStrategy.

Gets updateStrategy.

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