Template

skuber.Pod.Template
See theTemplate companion object
case class Template(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec]) extends ObjectResource

Attributes

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

Members list

Value members

Concrete methods

def addAnnotation(anno: (String, String)): Template
def addAnnotation(anno: String): Template
def addAnnotations(newAnnos: Map[String, String]): Template
def addLabel(label: (String, String)): Template
def addLabel(label: String): Template
def addLabels(newLabels: Map[String, String]): Template
def withPodSpec(podSpec: Spec): Template
def withResourceVersion(version: String): Template

Inherited methods

def name: String

Attributes

Inherited from:
ObjectResource
def ns: String

Attributes

Inherited from:
ObjectResource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resourceVersion: String

Attributes

Inherited from:
ObjectResource