PodTemplateSpecPatchArgs

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
constructor(metadata: Output<ObjectMetaPatchArgs>? = null, spec: Output<PodSpecPatchArgs>? = null)

Properties

Link copied to clipboard
val metadata: Output<ObjectMetaPatchArgs>? = null

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: Output<PodSpecPatchArgs>? = 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

Functions

Link copied to clipboard
open override fun toJava(): PodTemplateSpecPatchArgs