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