io.k8s.api.coordination.v1alpha2

Members list

Type members

Classlikes

final case class LeaseCandidate(metadata: Option[ObjectMeta], spec: Option[LeaseCandidateSpec]) extends KObject

LeaseCandidate defines a candidate for a Lease object.

LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

Attributes

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

Attributes

Companion
class
Source
LeaseCandidate.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LeaseCandidateList(items: Seq[LeaseCandidate], metadata: Option[ListMeta]) extends KObject

LeaseCandidateList is a list of Lease objects.

LeaseCandidateList is a list of Lease objects.

Attributes

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

Attributes

Companion
class
Source
LeaseCandidateList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

LeaseCandidateSpec is a specification of a Lease.

Attributes

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

Attributes

Companion
class
Source
LeaseCandidateSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type