DeploymentAPI

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

Type members

Inherited classlikes

case class Create(namespace: String, configmap: RES) extends CreateRequest[RES]
case class Delete(namespace: String, name: String) extends DeleteRequest[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]

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