seccompProfile property

SeccompProfile? seccompProfile
final

The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows.

Implementation

final SeccompProfile? seccompProfile;