securityContext property

SecurityContext? securityContext
final

SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/.

Implementation

final SecurityContext? securityContext;