skuber.batch

package skuber.batch

Created by Cory Klein on 9/30/16.

Attributes

Members list

Type members

Classlikes

case class CronJob(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all
object CronJob

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CronJob.type
case class Job(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all
object Job

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Job.type
object JobTemplate

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

val batchAPIVersion: String