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