PodTemplateSpec

com.coralogix.zio.k8s.model.core.v1.PodTemplateSpec
See thePodTemplateSpec companion object
case class PodTemplateSpec(metadata: Optional[ObjectMeta], spec: Optional[PodSpec])

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

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

Gets metadata.

Gets metadata.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets spec.

Gets spec.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product