io.k8s.api.coordination.v1alpha1.LeaseCandidateList
See theLeaseCandidateList companion object
final case class LeaseCandidateList(items: Seq[LeaseCandidate], metadata: Option[ListMeta]) extends KObject
LeaseCandidateList is a list of Lease objects.
Attributes
- Companion
- object
- Source
- LeaseCandidateList.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to items
Attributes
- Definition Classes
- Source
- LeaseCandidateList.scala
transforms items to result of function
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
- Source
- LeaseCandidateList.scala
Returns a new data with items set to new value
Returns a new data with metadata set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article