ContextInfo

class Object
trait Matchable
class Any

Type members

Classlikes

class Live(system: Service, pods: Service, blocking: Service) extends LiveBase
abstract
class LiveBase(system: Service, pods: Service) extends Service
class LiveForcedNamespace(system: Service, pods: Service, ns: K8sNamespace) extends LiveBase
trait Service

Value members

Concrete methods

def liveForcedNamespace(namespace: K8sNamespace): ZLayer[Pods & System, ContextInfoFailure, ContextInfo]
def test(p: Pod, ns: K8sNamespace): ULayer[ContextInfo]

Concrete fields

val any: ZLayer[ContextInfo, Nothing, ContextInfo]
val live: ZLayer[Blocking & Pods & System, ContextInfoFailure, ContextInfo]