Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > securityContext
k8s.ContainerSpec.securityContext property
Security options the pod should run with.
More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Signature:
securityContext?: PodSecurityContext;