程序包 | 说明 |
---|---|
com.aliyun.sdk.service.edas20170801.models |
限定符和类型 | 方法和说明 |
---|---|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.annotations(String annotations)
The annotation of an application pod.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.appConfig(String appConfig)
The application configuration when the application template is used.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.applicationDescription(String applicationDescription)
The description of the application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.appName(String appName)
The name of the application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.appTemplateName(String appTemplateName)
The name of the template used to create the application.
|
static InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.builder() |
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.buildPackId(String buildPackId)
The version of `EDAS Container`.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.clusterId(String clusterId)
The ID of the cluster.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.command(String command)
The application startup command.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.commandArgs(String commandArgs)
The arguments in the command.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.configMountDescs(String configMountDescs)
The configuration for mounting a Kubernetes ConfigMap or Secret to a directory in an elastic container instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.containerRegistryId(String containerRegistryId)
The ID of the repository used to build the image repository.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.csClusterId(String csClusterId)
The ID of the cluster.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.customAffinity(String customAffinity)
The custom affinity.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.customTolerations(String customTolerations)
The custom tolerances.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.deployAcrossNodes(String deployAcrossNodes)
Specifies whether to distribute application instances across nodes.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.deployAcrossZones(String deployAcrossZones)
Specifies whether to distribute application instances across zones.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.edasContainerVersion(String edasContainerVersion)
The version of `EDAS Container` on which the deployment package of the application depends.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.emptyDirs(String emptyDirs)
The configuration for mounting a Kubernetes emptyDir volume to a directory in an elastic container instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.enableAhas(Boolean enableAhas)
Specifies whether to enable access to Application High Availability Service (AHAS).
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.enableAsm(Boolean enableAsm)
Specifies whether to activate Alibaba Cloud Service Mesh (ASM).
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.enableEmptyPushReject(Boolean enableEmptyPushReject)
Specifies whether to enable the empty list protection feature.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.enableLosslessRule(Boolean enableLosslessRule)
Specifies whether to enable graceful start rules.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.envFroms(String envFroms)
The Kubernetes environment variables that are configured in EnvFrom mode.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.envs(String envs)
The environment variables that are used to deploy the application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.imagePlatforms(String imagePlatforms)
ImagePlatforms.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.imageUrl(String imageUrl)
The URL of the image.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.initContainers(String initContainers)
InitContainers.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.internetSlbId(String internetSlbId)
The ID of the Internet-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.internetSlbPort(Integer internetSlbPort)
The frontend port of the Internet-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.internetSlbProtocol(String internetSlbProtocol)
The protocol used by the Internet-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.internetTargetPort(Integer internetTargetPort)
The backend port of the internal-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.intranetSlbId(String intranetSlbId)
The ID of the internal-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.intranetSlbPort(Integer intranetSlbPort)
The frontend port of the internal-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.intranetSlbProtocol(String intranetSlbProtocol)
The protocol used by the internal-facing SLB instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.intranetTargetPort(Integer intranetTargetPort)
The backend port of the internal-facing Server Load Balancer (SLB) instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.isMultilingualApp(Boolean isMultilingualApp)
Specifies whether the application is a multi-language application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.javaStartUpConfig(String javaStartUpConfig)
The configuration of Java startup parameters for a Java application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.JDK(String JDK)
The version of the Java Development Kit (JDK) on which the deployment package of the application depends.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.labels(String labels)
The label of an application pod.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.limitCpu(Integer limitCpu)
The maximum number of CPU cores allowed for each application instance when the application is running.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.limitEphemeralStorage(Integer limitEphemeralStorage)
The maximum size of space required by ephemeral storage.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.limitmCpu(Integer limitmCpu)
The maximum number of CPU cores allowed for each application instance when the application is running.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.limitMem(Integer limitMem)
The maximum size of memory allowed for each application instance when the application is running.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.liveness(String liveness)
The configuration for the liveness check on the container.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.localVolume(String localVolume)
The configurations that are used when the host files are mounted to the container on which the application is running.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.logicalRegionId(String logicalRegionId)
The ID of the EDAS namespace.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.losslessRuleAligned(Boolean losslessRuleAligned)
Specifies whether to enable the graceful rolling deployment mode and ensure that the service is registered before the readiness check.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.losslessRuleDelayTime(Integer losslessRuleDelayTime)
The delay of service registration.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.losslessRuleFuncType(Integer losslessRuleFuncType)
The number of prefetching curves.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.losslessRuleRelated(Boolean losslessRuleRelated)
Specifies whether to enable the graceful rolling deployment mode and ensure that the service prefetching is complete before the readiness check.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.losslessRuleWarmupTime(Integer losslessRuleWarmupTime)
The service prefetching duration.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.mountDescs(String mountDescs)
The description of the NAS mounting configuration.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.namespace(String namespace)
The namespace of the Kubernetes cluster.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.nasId(String nasId)
The ID of the Network Attached Storage (NAS) file system that you want to mount to the application.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.packageType(String packageType)
The type of the deployment package.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.packageUrl(String packageUrl)
The URL of the deployment package.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.packageVersion(String packageVersion)
The version of the deployment package.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.postStart(String postStart)
The post-start script.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.preStop(String preStop)
The pre-stop script.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.pvcMountDescs(String pvcMountDescs)
The configuration for mounting a Kubernetes PersistentVolumeClaim (PVC) volume to a directory in an elastic container instance.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.readiness(String readiness)
The configuration for the readiness check on the container.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.replicas(Integer replicas)
The number of application instances.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.repoId(String repoId)
The ID of the image repository.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.requestsCpu(Integer requestsCpu)
The maximum number of CPU cores allowed for each application instance when the application is created.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.requestsEphemeralStorage(Integer requestsEphemeralStorage)
The minimum size of space required by ephemeral storage.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.requestsmCpu(Integer requestsmCpu)
The maximum number of CPU cores allowed for each application instance when the application is created.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.requestsMem(Integer requestsMem)
The maximum size of memory allowed for each application instance when the application is created.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.runtimeClassName(String runtimeClassName)
The type of the container runtime.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.secretName(String secretName)
The name of the credential that is used to pull the images specified by the user.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.serviceConfigs(String serviceConfigs)
The configurations of services in a Kubernetes cluster.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.sidecars(String sidecars)
Sidecars.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.slsConfigs(String slsConfigs)
The Logstore configuration.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.startup(String startup)
Startup.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.storageType(String storageType)
The storage type of the NAS file system.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.terminateGracePeriod(Integer terminateGracePeriod)
TerminateGracePeriod.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.timeout(Integer timeout)
The timeout period of the change process.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.toBuilder() |
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.uriEncoding(String uriEncoding)
The URI encoding scheme.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.useBodyEncoding(Boolean useBodyEncoding)
Specifies whether to use the encoding scheme specified in the request body for URI query parameters.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.userBaseImageUrl(String userBaseImageUrl)
UserBaseImageUrl.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.webContainer(String webContainer)
The version of the Tomcat container on which the deployment package of the application depends.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.webContainerConfig(String webContainerConfig)
The configuration of the Tomcat container.
|
InsertK8sApplicationRequest.Builder |
InsertK8sApplicationRequest.Builder.workloadType(String workloadType)
WorkloadType.
|
Copyright © 2023. All rights reserved.