package k8s
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait ExecutorPodState extends AnyRef
- sealed trait FinalPodState extends ExecutorPodState
- case class PodDeleted(pod: Pod) extends FinalPodState with Product with Serializable
- case class PodFailed(pod: Pod) extends FinalPodState with Product with Serializable
- case class PodPending(pod: Pod) extends ExecutorPodState with Product with Serializable
- case class PodRunning(pod: Pod) extends ExecutorPodState with Product with Serializable
- case class PodSucceeded(pod: Pod) extends FinalPodState with Product with Serializable
- case class PodTerminating(pod: Pod) extends FinalPodState with Product with Serializable
- case class PodUnknown(pod: Pod) extends ExecutorPodState with Product with Serializable
Value Members
- object ExecutorPodsSnapshot extends Logging with Serializable