public static final class GetK8sApplicationResponseBody.Conf.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetK8sApplicationResponseBody.Conf.Builder |
affinity(String affinity)
The affinity configuration of the pod.
|
GetK8sApplicationResponseBody.Conf.Builder |
ahasEnabled(Boolean ahasEnabled)
Indicates whether the application is connected to Application High Availability Service (AHAS).
|
GetK8sApplicationResponseBody.Conf |
build() |
GetK8sApplicationResponseBody.Conf.Builder |
deployAcrossNodes(String deployAcrossNodes)
Indicates whether the application instances are deployed across nodes.
|
GetK8sApplicationResponseBody.Conf.Builder |
deployAcrossZones(String deployAcrossZones)
Indicates whether the application instances are deployed across zones.
|
GetK8sApplicationResponseBody.Conf.Builder |
jarStartArgs(String jarStartArgs)
The startup parameters for a JAR application.
|
GetK8sApplicationResponseBody.Conf.Builder |
jarStartOptions(String jarStartOptions)
The startup options for a JAR application.
|
GetK8sApplicationResponseBody.Conf.Builder |
k8sCmd(String k8sCmd)
The startup command.
|
GetK8sApplicationResponseBody.Conf.Builder |
k8sCmdArgs(String k8sCmdArgs)
The parameters of the startup command.
|
GetK8sApplicationResponseBody.Conf.Builder |
k8sLocalvolumeInfo(String k8sLocalvolumeInfo)
The information about the local storage.
|
GetK8sApplicationResponseBody.Conf.Builder |
k8sNasInfo(String k8sNasInfo)
The information about the Apsara File Storage NAS (NAS) storage.
|
GetK8sApplicationResponseBody.Conf.Builder |
k8sVolumeInfo(String k8sVolumeInfo)
The information about the storage.
|
GetK8sApplicationResponseBody.Conf.Builder |
liveness(String liveness)
The information about the liveness check on the container.
|
GetK8sApplicationResponseBody.Conf.Builder |
postStart(String postStart)
The script executed after the container is started.
|
GetK8sApplicationResponseBody.Conf.Builder |
preStop(String preStop)
The script executed before the container is stopped.
|
GetK8sApplicationResponseBody.Conf.Builder |
readiness(String readiness)
The information about the readiness check on the container.
|
GetK8sApplicationResponseBody.Conf.Builder |
runtimeClassName(String runtimeClassName)
The type of the container runtime.
|
GetK8sApplicationResponseBody.Conf.Builder |
tolerations(String tolerations)
The scheduling tolerance configuration of the pod.
|
GetK8sApplicationResponseBody.Conf.Builder |
userBaseImageUrl(String userBaseImageUrl)
使用自定义OpenJDK运行时,配置的基础镜像地址。
|
public GetK8sApplicationResponseBody.Conf.Builder affinity(String affinity)
public GetK8sApplicationResponseBody.Conf.Builder ahasEnabled(Boolean ahasEnabled)
public GetK8sApplicationResponseBody.Conf.Builder deployAcrossNodes(String deployAcrossNodes)
* Value `true` indicates that the application instances are deployed across nodes. * Other values indicate that the application instances are not deployed across nodes.
public GetK8sApplicationResponseBody.Conf.Builder deployAcrossZones(String deployAcrossZones)
* Value `true` indicates that the application instances are deployed across zones. * Other values indicate that the application instances are not deployed across zones.
public GetK8sApplicationResponseBody.Conf.Builder jarStartArgs(String jarStartArgs)
public GetK8sApplicationResponseBody.Conf.Builder jarStartOptions(String jarStartOptions)
public GetK8sApplicationResponseBody.Conf.Builder k8sCmd(String k8sCmd)
public GetK8sApplicationResponseBody.Conf.Builder k8sCmdArgs(String k8sCmdArgs)
public GetK8sApplicationResponseBody.Conf.Builder k8sLocalvolumeInfo(String k8sLocalvolumeInfo)
public GetK8sApplicationResponseBody.Conf.Builder k8sNasInfo(String k8sNasInfo)
public GetK8sApplicationResponseBody.Conf.Builder k8sVolumeInfo(String k8sVolumeInfo)
public GetK8sApplicationResponseBody.Conf.Builder liveness(String liveness)
public GetK8sApplicationResponseBody.Conf.Builder postStart(String postStart)
public GetK8sApplicationResponseBody.Conf.Builder preStop(String preStop)
public GetK8sApplicationResponseBody.Conf.Builder readiness(String readiness)
public GetK8sApplicationResponseBody.Conf.Builder runtimeClassName(String runtimeClassName)
public GetK8sApplicationResponseBody.Conf.Builder tolerations(String tolerations)
public GetK8sApplicationResponseBody.Conf.Builder userBaseImageUrl(String userBaseImageUrl)
public GetK8sApplicationResponseBody.Conf build()
Copyright © 2023. All rights reserved.