KubernetesProxyActor

class KubernetesProxyActor extends Actor with ActorLogging
Companion:
object
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any

Type members

Inherited types

type Receive = Receive
Inherited from:
Actor

Value members

Concrete methods

def receive: Receive

Inherited methods

def log: LoggingAdapter
Inherited from:
ActorLogging
@throws(classOf[Exception])
def postRestart(@unused reason: Throwable): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def postStop(): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def preRestart(@unused reason: Throwable, @unused message: Option[Any]): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def preStart(): Unit
Inherited from:
Actor
final def sender(): ActorRef
Inherited from:
Actor
def supervisorStrategy: SupervisorStrategy
Inherited from:
Actor
def unhandled(message: Any): Unit
Inherited from:
Actor

Concrete fields

val k8s: K8SRequestContext
var rcWatching: HashMap[Finalizer, Watching]

Implicits

Implicits

implicit val dispatcher: ExecutionContextExecutor
implicit val system: ActorSystem