Spec

skuber.Pod.Template.Spec
See theSpec companion object
case class Spec(metadata: ObjectMeta, spec: Option[Spec])

Attributes

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

Members list

Value members

Concrete methods

def addAnnotation(anno: (String, String)): Spec
def addAnnotations(newAnnos: Map[String, String]): Spec
def addContainer(container: Container): Spec
def addInitContainer(container: Container): Spec
def addLabel(label: (String, String)): Spec
def addLabels(newLabels: Map[String, String]): Spec
def addVolume(v: Volume): Spec
def withPodSpec(spec: Spec): Spec
def withServiceAccountName(san: String): Spec

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product