object ReplicationControllers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplicationControllers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Generic = NamespacedResource[ReplicationController] with NamespacedResourceDelete[ReplicationController, Status] with NamespacedResourceDeleteAll[ReplicationController] with NamespacedResourceStatus[ReplicationControllerStatus, ReplicationController] with NamespacedScaleSubresource[ReplicationController]
- final class Live extends Service
- trait Service extends NamespacedResource[ReplicationController] with NamespacedResourceDelete[ReplicationController, Status] with NamespacedResourceDeleteAll[ReplicationController] with NamespacedResourceStatus[ReplicationControllerStatus, ReplicationController] with NamespacedScaleSubresource[ReplicationController]
Value Members
- val any: ZLayer[ReplicationControllers, Nothing, ReplicationControllers]
- val live: ZLayer[K8sBackend with K8sCluster, Nothing, ReplicationControllers]
- val test: ZLayer[Any, Nothing, ReplicationControllers]