object ResourceQuotas
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResourceQuotas
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Generic = NamespacedResource[ResourceQuota] with NamespacedResourceDelete[ResourceQuota, ResourceQuota] with NamespacedResourceDeleteAll[ResourceQuota] with NamespacedResourceStatus[ResourceQuotaStatus, ResourceQuota]
- final class Live extends Service
- trait Service extends NamespacedResource[ResourceQuota] with NamespacedResourceDelete[ResourceQuota, ResourceQuota] with NamespacedResourceDeleteAll[ResourceQuota] with NamespacedResourceStatus[ResourceQuotaStatus, ResourceQuota]
Value Members
- val any: ZLayer[ResourceQuotas, Nothing, ResourceQuotas]
- val live: ZLayer[K8sBackend with K8sCluster, Nothing, ResourceQuotas]
- def test(createDeleteResult: () ⇒ ResourceQuota): ZLayer[Any, Nothing, ResourceQuotas]