Packages

abstract class LiveBase extends Service

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

Instance Constructors

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

Abstract Value Members

  1. abstract def namespace: IO[ContextInfoFailure, K8sNamespace]
    Definition Classes
    Service

Concrete Value Members

  1. def pod: IO[ContextInfoFailure, Pod]
    Definition Classes
    LiveBaseService