Pod Spec Patch Args
constructor(activeDeadlineSeconds: Output<Int>? = null, affinity: Output<AffinityPatchArgs>? = null, automountServiceAccountToken: Output<Boolean>? = null, containers: Output<List<ContainerPatchArgs>>? = null, dnsConfig: Output<PodDNSConfigPatchArgs>? = null, dnsPolicy: Output<String>? = null, enableServiceLinks: Output<Boolean>? = null, ephemeralContainers: Output<List<EphemeralContainerPatchArgs>>? = null, hostAliases: Output<List<HostAliasPatchArgs>>? = null, hostIPC: Output<Boolean>? = null, hostNetwork: Output<Boolean>? = null, hostPID: Output<Boolean>? = null, hostUsers: Output<Boolean>? = null, hostname: Output<String>? = null, imagePullSecrets: Output<List<LocalObjectReferencePatchArgs>>? = null, initContainers: Output<List<ContainerPatchArgs>>? = null, nodeName: Output<String>? = null, nodeSelector: Output<Map<String, String>>? = null, os: Output<PodOSPatchArgs>? = null, overhead: Output<Map<String, String>>? = null, preemptionPolicy: Output<String>? = null, priority: Output<Int>? = null, priorityClassName: Output<String>? = null, readinessGates: Output<List<PodReadinessGatePatchArgs>>? = null, resourceClaims: Output<List<PodResourceClaimPatchArgs>>? = null, resources: Output<ResourceRequirementsPatchArgs>? = null, restartPolicy: Output<String>? = null, runtimeClassName: Output<String>? = null, schedulerName: Output<String>? = null, schedulingGates: Output<List<PodSchedulingGatePatchArgs>>? = null, securityContext: Output<PodSecurityContextPatchArgs>? = null, serviceAccount: Output<String>? = null, serviceAccountName: Output<String>? = null, setHostnameAsFQDN: Output<Boolean>? = null, shareProcessNamespace: Output<Boolean>? = null, subdomain: Output<String>? = null, terminationGracePeriodSeconds: Output<Int>? = null, tolerations: Output<List<TolerationPatchArgs>>? = null, topologySpreadConstraints: Output<List<TopologySpreadConstraintPatchArgs>>? = null, volumes: Output<List<VolumePatchArgs>>? = null)