import { type PodSecurityPolicy } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/policy@v1beta1/structs.ts";
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated in 1.21.
Properties
optional
spec: PodSecurityPolicySpec | null