Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp
- Enclosing class:
- RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig
public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp
extends Object
This class is a Java representation of the seccomp section
of the OCI Runtime Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a Java representation of the syscall section of the OCI Runtime Specification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Seccomp
public Seccomp(String defaultAction, List<String> architectures, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall> syscalls) -
Seccomp
public Seccomp()
-
-
Method Details
-
getDefaultAction
-
getArchitectures
-
getSyscalls
public List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall> getSyscalls()
-