Package

skuber

batch

Permalink

package batch

Created by Cory Klein on 9/30/16.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. batch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CronJob(kind: String = "CronJob", apiVersion: String = batchAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink

  2. type CronJobList = ListResource[CronJob]

    Permalink
  3. case class Job(kind: String = "Job", apiVersion: String = batchAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink

  4. type JobList = ListResource[Job]

    Permalink

Value Members

  1. object CronJob extends Serializable

    Permalink
  2. object Job extends Serializable

    Permalink
  3. object JobTemplate

    Permalink

  4. val batchAPIVersion: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped