PodTemplateSpec

final case class PodTemplateSpec(metadata: Option[ObjectMeta], spec: Option[PodSpec])

PodTemplateSpec describes the data a pod should have when created from a template

Source:
PodTemplateSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product