Pod Template Spec Patch Args
data class PodTemplateSpecPatchArgs(val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<PodSpecPatchArgs>? = null) : ConvertibleToJava<PodTemplateSpecPatchArgs>
PodTemplateSpec describes the data a pod should have when created from a template
Constructors
Link copied to clipboard
fun PodTemplateSpecPatchArgs(metadata: Output<ObjectMetaPatchArgs>? = null, spec: Output<PodSpecPatchArgs>? = null)