Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/policy@v1beta1/structs.ts>PodSecurityPolicy

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface PodSecurityPolicy
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
apiVersion: "policy/v1beta1"
optional
kind: "PodSecurityPolicy"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: PodSecurityPolicySpec | null