Packages

class Live extends LiveBase

Linear Supertypes
LiveBase, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Live
  2. LiveBase
  3. Service
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Live(pods: client.v1.pods.Pods.Service)

Value Members

  1. def namespace: IO[ContextInfoFailure, K8sNamespace]
    Definition Classes
    LiveService
  2. def pod: IO[ContextInfoFailure, Pod]
    Definition Classes
    LiveBaseService