Class RuncContainerExecutorConfig.OCIRuntimeConfig
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig
- Enclosing class:
- RuncContainerExecutorConfig
This class is a Java representation of the OCI Runtime Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a Java representation of the oci annotations config section of the OCI Runtime Specification.static classThis class is a Java representation of the oci hooks section of the OCI Runtime Specification.static classThis class is a Java representation of the oci linux config section of the OCI Runtime Specification.static classThis class is a Java representation of the oci mount section of the OCI Runtime Specification.static classThis class is a Java representation of the oci process section of the OCI Runtime Specification.static classThis class is a Java representation of the oci root config section of the OCI Runtime Specification. -
Constructor Summary
ConstructorsConstructorDescriptionOCIRuntimeConfig(RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig root, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount> mounts, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig process, String hostname, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig hooks, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig annotations, RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig linux) -
Method Summary
-
Constructor Details
-
OCIRuntimeConfig
public OCIRuntimeConfig() -
OCIRuntimeConfig
public OCIRuntimeConfig(RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig root, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount> mounts, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig process, String hostname, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig hooks, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig annotations, RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig linux)
-
-
Method Details
-
getRoot
-
getMounts
-
getProcess
-
getHostname
-
getHooks
-
getAnnotations
-
getLinux
-