StatefulSetAPI

Companion:
class
Source:
StatefulSetAPI.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() 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