Package | Description |
---|---|
io.jenkins.plugins.orka | |
io.jenkins.plugins.orka.client |
Modifier and Type | Method and Description |
---|---|
DeploymentResponse |
OrkaCloud.deployVM(String namespace,
String namePrefix,
String vmConfig,
String image,
Integer cpu,
String memory,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough)
Deprecated.
|
DeploymentResponse |
OrkaCloud.deployVM(String namespace,
String name,
String vmConfig,
String image,
Integer cpu,
String memory,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
Integer displayWidth,
Integer displayHeight,
Integer displayDpi) |
DeploymentResponse |
OrkaCloud.deployVMWithName(String namespace,
String name,
String vmConfig,
String image,
Integer cpu,
String memory,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResponse |
OrkaClient.deployVM(String vmConfig,
String namespace,
String namePrefix,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString)
Deprecated.
|
DeploymentResponse |
OrkaClient.deployVM(String vmConfig,
String namespace,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString,
Integer displayWidth,
Integer displayHeight,
Integer displayDpi) |
DeploymentResponse |
OrkaClient.deployVMWithName(String vmConfig,
String namespace,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassThrough,
String portMappingsString)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.