LeaseCandidateSpec

io.k8s.api.coordination.v1alpha2.LeaseCandidateSpec
See theLeaseCandidateSpec companion object
final case class LeaseCandidateSpec(binaryVersion: String, strategy: String, leaseName: String, emulationVersion: Option[String], renewTime: Option[MicroTime], pingTime: Option[MicroTime])

LeaseCandidateSpec is a specification of a Lease.

Attributes

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

Members list

Value members

Concrete methods

transforms binaryVersion to result of function

transforms binaryVersion to result of function

Attributes

Source
LeaseCandidateSpec.scala

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

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

Attributes

Source
LeaseCandidateSpec.scala

transforms leaseName to result of function

transforms leaseName to result of function

Attributes

Source
LeaseCandidateSpec.scala

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

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

Attributes

Source
LeaseCandidateSpec.scala

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

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

Attributes

Source
LeaseCandidateSpec.scala

transforms strategy to result of function

transforms strategy to result of function

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with binaryVersion set to new value

Returns a new data with binaryVersion set to new value

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with emulationVersion set to new value

Returns a new data with emulationVersion set to new value

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with leaseName set to new value

Returns a new data with leaseName set to new value

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with pingTime set to new value

Returns a new data with pingTime set to new value

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with renewTime set to new value

Returns a new data with renewTime set to new value

Attributes

Source
LeaseCandidateSpec.scala

Returns a new data with strategy set to new value

Returns a new data with strategy set to new value

Attributes

Source
LeaseCandidateSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product