import { type PodSecurityContext } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.
Properties
optional
appArmorProfile: AppArmorProfile | nulloptional
seLinuxOptions: SELinuxOptions | nulloptional
seccompProfile: SeccompProfile | nulloptional
sysctls: Array<Sysctl> | nulloptional
windowsOptions: WindowsSecurityContextOptions | null