io.k8s.api.coordination.v1beta1
package io.k8s.api.coordination.v1beta1
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
object LeaseCandidate
Attributes
- Companion
- class
- Source
- LeaseCandidate.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LeaseCandidate.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
object LeaseCandidateList
Attributes
- Companion
- class
- Source
- LeaseCandidateList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LeaseCandidateList.type
final case class LeaseCandidateListPointer(currentPath: PointerPath) extends Pointer[LeaseCandidateList]
Pointer for LeaseCandidateList
Pointer for LeaseCandidateList
Attributes
- Source
- LeaseCandidateListPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[LeaseCandidateList]class Objecttrait Matchableclass AnyShow all
final case class LeaseCandidatePointer(currentPath: PointerPath) extends Pointer[LeaseCandidate]
Pointer for LeaseCandidate
Pointer for LeaseCandidate
Attributes
- Source
- LeaseCandidatePointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[LeaseCandidate]class Objecttrait Matchableclass AnyShow all
LeaseCandidateSpec is a specification of a Lease.
LeaseCandidateSpec is a specification of a Lease.
Attributes
- Companion
- object
- Source
- LeaseCandidateSpec.scala
- Supertypes
object LeaseCandidateSpec
Attributes
- Companion
- class
- Source
- LeaseCandidateSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LeaseCandidateSpec.type
final case class LeaseCandidateSpecPointer(currentPath: PointerPath) extends Pointer[LeaseCandidateSpec]
Pointer for LeaseCandidateSpec
Pointer for LeaseCandidateSpec
Attributes
- Source
- LeaseCandidateSpecPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[LeaseCandidateSpec]class Objecttrait Matchableclass AnyShow all
In this article