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