io.k8s.api.coordination.v1alpha2
package 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
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
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
In this article