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
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
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