Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount

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

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

  • Method Details

    • getDestination

      public String getDestination()
    • getType

      public String getType()
    • getSource

      public String getSource()
    • getOptions

      public List<String> getOptions()