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