PodTemplateSpec

io.k8s.api.core.v1.PodTemplateSpec
See thePodTemplateSpec companion object
final case class PodTemplateSpec(metadata: Option[ObjectMeta], spec: Option[PodSpec])

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

Attributes

Companion:
object
Source:
PodTemplateSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source:
PodTemplateSpec.scala

if spec has a value, transforms to the result of function

if spec has a value, transforms to the result of function

Attributes

Source:
PodTemplateSpec.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source:
PodTemplateSpec.scala

Returns a new data with spec set to new value

Returns a new data with spec set to new value

Attributes

Source:
PodTemplateSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product