PodTemplateSpecPatch

data class PodTemplateSpecPatch(val metadata: ObjectMetaPatch? = null, val spec: PodSpecPatch? = null)

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

Constructors

Link copied to clipboard
constructor(metadata: ObjectMetaPatch? = null, spec: PodSpecPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Link copied to clipboard
val spec: PodSpecPatch? = null

Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status