io.k8s.api.core.v1.ReplicationController
See theReplicationController companion object
final case class ReplicationController(status: Option[ReplicationControllerStatus], spec: Option[ReplicationControllerSpec], metadata: Option[ObjectMeta]) extends KObject
ReplicationController represents the configuration of a replication controller.
Attributes
- Companion
- object
- Source
- ReplicationController.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article