object APIServices
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIServices
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Generic = ClusterResource[APIService] with ClusterResourceDelete[APIService, Status] with ClusterResourceDeleteAll[APIService] with ClusterResourceStatus[APIServiceStatus, APIService]
- final class Live extends Service
- trait Service extends ClusterResource[APIService] with ClusterResourceDelete[APIService, Status] with ClusterResourceDeleteAll[APIService] with ClusterResourceStatus[APIServiceStatus, APIService]
Value Members
- val any: ZLayer[APIServices, Nothing, APIServices]
- val live: ZLayer[K8sBackend with K8sCluster, Nothing, APIServices]
- val test: ZLayer[Any, Nothing, APIServices]