JobAPI

Companion:
class
Source:
JobAPI.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
JobAPI.type

Type members

Inherited classlikes

case class Create(namespace: String, configmap: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends CreateRequest[RES]
case class Delete(namespace: String, name: String, options: Option[DeleteOptions], dryRun: Option[String], gracePeriodSeconds: Option[Int], propagationPolicy: Option[String]) extends DeleteRequest[RES]
case class DeleteCollection(namespace: String, options: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int]) extends DeleteCollectionRequest[RES]
case class Get(namespace: String, name: String) extends GetRequest[RES]
case class ListAll(allowWatchBookmarks: Option[Boolean], continue: Option[String], fieldSelector: List[String], labelSelector: List[String], limit: Option[Int], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeout: Option[FiniteDuration]) extends ListingRequest[RES, COL]
case class ListInNamespace(namespace: String) extends ListingRequest[RES, COL]
case class Replace(name: String, namespace: String, body: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends ReplaceRequest[RES]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Inherited methods

protected def baseUrlIn(namespace: String): String
protected def urlFor(namespace: String, name: String): String

Inherited fields

protected val clusterwideUrl: String