io.k8s.api.coordination.v1
package io.k8s.api.coordination.v1
Members list
Type members
Classlikes
Lease defines a lease concept.
object Lease
Attributes
- Companion
- class
- Source
- Lease.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Lease.type
LeaseList is a list of Lease objects.
object LeaseList
Attributes
- Companion
- class
- Source
- LeaseList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LeaseList.type
final case class LeaseListPointer(currentPath: PointerPath) extends Pointer[LeaseList]
Pointer for LeaseList
final case class LeasePointer(currentPath: PointerPath) extends Pointer[Lease]
Pointer for Lease
final case class LeaseSpec(leaseTransitions: Option[Int], holderIdentity: Option[String], leaseDurationSeconds: Option[Int], renewTime: Option[MicroTime], preferredHolder: Option[String], acquireTime: Option[MicroTime], strategy: Option[String])
LeaseSpec is a specification of a Lease.
LeaseSpec is a specification of a Lease.
Attributes
- Companion
- object
- Source
- LeaseSpec.scala
- Supertypes
object LeaseSpec
Attributes
- Companion
- class
- Source
- LeaseSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LeaseSpec.type
final case class LeaseSpecPointer(currentPath: PointerPath) extends Pointer[LeaseSpec]
Pointer for LeaseSpec
In this article