Packages

package runner

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AkkaRunner extends Runner[Deployment]

    Creates the Resources that define an Akka Runner.

  2. final case class ContainerConfig(env: List[EnvVar] = List(), resources: Option[ResourceRequirements] = None, volumeMounts: List[VolumeMount] = List(), ports: List[ContainerPort] = List()) extends Product with Serializable
  3. final case class PodConfig(containers: Map[String, ContainerConfig], labels: Map[String, String] = Map(), annotations: Map[String, String] = Map(), volumes: List[Volume] = List()) extends Product with Serializable
  4. final case class PodsConfig(pods: Map[String, PodConfig] = Map()) extends Product with Serializable
  5. class RawCustomResourceOperationsImpl extends OperationSupport

    This class simple does basic operations for custom defined resources without demanding the POJOs for custom resources.

    This class simple does basic operations for custom defined resources without demanding the POJOs for custom resources. It is serializing/deserializing objects to plain hash map(String, Object).

    Right now it supports basic operations like GET, POST, PUT, DELETE.

  6. trait Runner[T <: HasMetadata] extends AnyRef

    A Runner translates into a Runner Kubernetes resource, and a ConfigMap that configures the runner.

Value Members

  1. object AkkaRunner
  2. object Base64Helper
  3. object PodsConfig extends Serializable
  4. object Runner

Ungrouped