Cloud API Overview > @adpt/cloud > k8s > SeccompProfile > type
k8s.SeccompProfile.type property
Indicates which kind of seccomp profile will be applied.
Valid options are: * Localhost - a profile defined in a file on the node should be used. * RuntimeDefault - the container runtime default profile should be used. * Unconfined - no profile should be applied.
Signature:
type: "Localhost" | "RuntimeDefault" | "Unconfined";