public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookTypeThis class is a Java representation of the hook type section
 of the OCI Runtime Specification. | 
| Constructor and Description | 
|---|
| OCIHooksConfig() | 
| OCIHooksConfig(List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart,
              List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart,
              List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> | getPoststart() | 
| List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> | getPoststop() | 
| List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> | getPrestart() | 
public OCIHooksConfig(List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop)
public OCIHooksConfig()
public List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> getPrestart()
public List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> getPoststart()
public List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> getPoststop()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.