Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig
- Enclosing class:
- RuncContainerExecutorConfig.OCIRuntimeConfig
This class is a Java representation of the oci hooks section
of the OCI Runtime Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a Java representation of the hook type section of the OCI Runtime Specification. -
Constructor Summary
ConstructorsConstructorDescriptionOCIHooksConfig(List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OCIHooksConfig
public OCIHooksConfig(List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop) -
OCIHooksConfig
public OCIHooksConfig()
-
-
Method Details
-
getPrestart
-
getPoststart
-
getPoststop
-