@Unstable
public static class RuncContainerExecutorConfig.OCIRuntimeConfig
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig |
This class is a Java representation of the oci annotations config section
of the OCI Runtime Specification.
|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig |
This class is a Java representation of the oci hooks section
of the OCI Runtime Specification.
|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig |
This class is a Java representation of the oci linux config section
of the OCI Runtime Specification.
|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount |
This class is a Java representation of the oci mount section
of the OCI Runtime Specification.
|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig |
This class is a Java representation of the oci process section
of the OCI Runtime Specification.
|
static class |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig |
This class is a Java representation of the oci root config section
of the OCI Runtime Specification.
|
| Constructor | Description |
|---|---|
OCIRuntimeConfig() |
|
OCIRuntimeConfig(RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig root,
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount> mounts,
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig process,
java.lang.String hostname,
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig hooks,
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig annotations,
RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig linux) |
public OCIRuntimeConfig()
public OCIRuntimeConfig(RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig root, java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount> mounts, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig process, java.lang.String hostname, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig hooks, RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig annotations, RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig linux)
public RuncContainerExecutorConfig.OCIRuntimeConfig.OCIRootConfig getRoot()
public java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIMount> getMounts()
public RuncContainerExecutorConfig.OCIRuntimeConfig.OCIProcessConfig getProcess()
public java.lang.String getHostname()
public RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig getHooks()
public RuncContainerExecutorConfig.OCIRuntimeConfig.OCIAnnotationsConfig getAnnotations()
public RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig getLinux()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.