import { type Eviction } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/policy@v1/mod.ts";
Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions.