package batchv1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class CronJobAPI(namespace: String) extends batchv1.CronJobAPI.NamespacedAPIBuilders with Product with Serializable
- final case class JobAPI(namespace: String) extends batchv1.JobAPI.NamespacedAPIBuilders with Product with Serializable
Value Members
- object ClusterCronJobAPI extends batchv1.CronJobAPI.ClusterwideAPIBuilders
- object ClusterJobAPI extends batchv1.JobAPI.ClusterwideAPIBuilders
- object CronJobAPI extends BatchV1.NamespacedResourceAPI[CronJob, CronJobList] with Serializable
- object JobAPI extends BatchV1.NamespacedResourceAPI[Job, JobList] with Serializable