Packages

object ContextInfo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Live extends LiveBase
  2. abstract class LiveBase extends Service
  3. class LiveForcedNamespace extends LiveBase
  4. trait Service extends AnyRef

Value Members

  1. val any: ZLayer[ContextInfo, Nothing, ContextInfo]
  2. val live: ZLayer[Pods, ContextInfoFailure, ContextInfo]
  3. def liveForcedNamespace(namespace: K8sNamespace): ZLayer[Pods, ContextInfoFailure, ContextInfo]
  4. def test(p: Pod, ns: K8sNamespace): ULayer[ContextInfo]