Cloud API Overview > @adpt/cloud > k8s > PodProps > priorityClassName
k8s.PodProps.priorityClassName property
If specified, indicates the pod's priority.
"system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
Signature:
priorityClassName?: string;