Pod Template Spec Patch
data class PodTemplateSpecPatch(val metadata: ObjectMetaPatch? = null, val spec: PodSpecPatch? = null)
PodTemplateSpec describes the data a pod should have when created from a template
PodTemplateSpec describes the data a pod should have when created from a template