import { type SecurityContext } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.
Properties
optional
appArmorProfile: AppArmorProfile | nulloptional
capabilities: Capabilities | nulloptional
seLinuxOptions: SELinuxOptions | nulloptional
seccompProfile: SeccompProfile | nulloptional
windowsOptions: WindowsSecurityContextOptions | null