io.k8s.api.apps.v1.ReplicaSet
See theReplicaSet companion object
final case class ReplicaSet(status: Option[ReplicaSetStatus], spec: Option[ReplicaSetSpec], metadata: Option[ObjectMeta]) extends KObject
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Attributes
- Companion
- object
- Source
- ReplicaSet.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- ReplicaSet.scala
if metadata has a value, transforms to the result of function
if spec has a value, transforms to the result of function
if status has a value, transforms to the result of function
Returns a new data with metadata set to new value
Returns a new data with spec set to new value
Returns a new data with status 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