Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType

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

public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType extends Object
This class is a Java representation of the hook type section of the OCI Runtime Specification.
  • Constructor Details

  • Method Details

    • getPath

      public String getPath()
    • getArgs

      public List<String> getArgs()
    • getEnv

      public List<String> getEnv()
    • getTimeout

      public int getTimeout()