Cloud API Overview > @adpt/cloud > k8s > PodProps > preemptionPolicy
k8s.PodProps.preemptionPolicy property
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
PreemptionPolicy is the Policy for preempting pods with lower priority.
This field is beta-level, gated by the NonPreemptingPriority feature-gate.
Signature:
preemptionPolicy?: "Never" | "PreemptLowerPriority";