PodSpecPatch

constructor(activeDeadlineSeconds: Int? = null, affinity: AffinityPatch? = null, automountServiceAccountToken: Boolean? = null, containers: List<ContainerPatch>? = null, dnsConfig: PodDNSConfigPatch? = null, dnsPolicy: String? = null, enableServiceLinks: Boolean? = null, ephemeralContainers: List<EphemeralContainerPatch>? = null, hostAliases: List<HostAliasPatch>? = null, hostIPC: Boolean? = null, hostNetwork: Boolean? = null, hostPID: Boolean? = null, hostUsers: Boolean? = null, hostname: String? = null, imagePullSecrets: List<LocalObjectReferencePatch>? = null, initContainers: List<ContainerPatch>? = null, nodeName: String? = null, nodeSelector: Map<String, String>? = null, os: PodOSPatch? = null, overhead: Map<String, String>? = null, preemptionPolicy: String? = null, priority: Int? = null, priorityClassName: String? = null, readinessGates: List<PodReadinessGatePatch>? = null, resourceClaims: List<PodResourceClaimPatch>? = null, resources: ResourceRequirementsPatch? = null, restartPolicy: String? = null, runtimeClassName: String? = null, schedulerName: String? = null, schedulingGates: List<PodSchedulingGatePatch>? = null, securityContext: PodSecurityContextPatch? = null, serviceAccount: String? = null, serviceAccountName: String? = null, setHostnameAsFQDN: Boolean? = null, shareProcessNamespace: Boolean? = null, subdomain: String? = null, terminationGracePeriodSeconds: Int? = null, tolerations: List<TolerationPatch>? = null, topologySpreadConstraints: List<TopologySpreadConstraintPatch>? = null, volumes: List<VolumePatch>? = null)