Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig

java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig
Enclosing class:
RuncContainerExecutorConfig.OCIRuntimeConfig

public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig extends Object
This class is a Java representation of the oci root config section of the OCI Runtime Specification.
  • Constructor Details

    • OCIRootConfig

      public OCIRootConfig(String path, boolean readonly)
    • OCIRootConfig

      public OCIRootConfig()
  • Method Details

    • getPath

      public String getPath()
    • isReadonly

      public boolean isReadonly()