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