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