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