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