package k8s
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait ExecutorPodState extends AnyRef
- class ExecutorPodsPollingSnapshotSource extends Logging
:: DeveloperApi ::
:: DeveloperApi ::
A class used for polling K8s executor pods by ExternalClusterManagers.
- Annotations
- @Stable() @DeveloperApi()
- Since
3.1.3
- class ExecutorPodsWatchSnapshotSource extends Logging
:: DeveloperApi ::
:: DeveloperApi ::
A class used for watching K8s executor pods by ExternalClusterManagers.
- Annotations
- @Stable() @DeveloperApi()
- Since
3.1.3
- 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