Packages

package k8s

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ExecutorPodState extends AnyRef
  2. class ExecutorPodsPollingSnapshotSource extends Logging

    :: DeveloperApi ::

    :: DeveloperApi ::

    A class used for polling K8s executor pods by ExternalClusterManagers.

    Annotations
    @Stable() @DeveloperApi()
    Since

    3.1.3

  3. class ExecutorPodsWatchSnapshotSource extends Logging

    :: DeveloperApi ::

    :: DeveloperApi ::

    A class used for watching K8s executor pods by ExternalClusterManagers.

    Annotations
    @Stable() @DeveloperApi()
    Since

    3.1.3

  4. sealed trait FinalPodState extends ExecutorPodState
  5. case class PodDeleted(pod: Pod) extends FinalPodState with Product with Serializable
  6. case class PodFailed(pod: Pod) extends FinalPodState with Product with Serializable
  7. case class PodPending(pod: Pod) extends ExecutorPodState with Product with Serializable
  8. case class PodRunning(pod: Pod) extends ExecutorPodState with Product with Serializable
  9. case class PodSucceeded(pod: Pod) extends FinalPodState with Product with Serializable
  10. case class PodTerminating(pod: Pod) extends FinalPodState with Product with Serializable
  11. case class PodUnknown(pod: Pod) extends ExecutorPodState with Product with Serializable

Value Members

  1. object ExecutorPodsSnapshot extends Logging with Serializable

Ungrouped