Spec

case class Spec(metadata: ObjectMeta, spec: Option[Spec])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product