@alicloud/sae20190506 2.12.2 → 2.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +190 -198
- package/dist/client.js +222 -198
- package/dist/client.js.map +1 -1
- package/dist/models/AbortChangeOrderRequest.d.ts +7 -0
- package/dist/models/AbortChangeOrderRequest.js.map +1 -1
- package/dist/models/AbortChangeOrderResponseBody.d.ts +19 -14
- package/dist/models/AbortChangeOrderResponseBody.js.map +1 -1
- package/dist/models/BatchRestartApplicationsResponseBody.d.ts +0 -3
- package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStartApplicationsRequest.d.ts +1 -1
- package/dist/models/BatchStartApplicationsResponseBody.d.ts +15 -9
- package/dist/models/BatchStartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStopApplicationsResponseBody.d.ts +11 -7
- package/dist/models/BatchStopApplicationsResponseBody.js.map +1 -1
- package/dist/models/BindNlbRequest.d.ts +17 -12
- package/dist/models/BindNlbRequest.js.map +1 -1
- package/dist/models/BindNlbResponseBody.d.ts +24 -18
- package/dist/models/BindNlbResponseBody.js.map +1 -1
- package/dist/models/BindSlbResponseBody.d.ts +3 -0
- package/dist/models/BindSlbResponseBody.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchRequest.d.ts +6 -2
- package/dist/models/ConfirmPipelineBatchRequest.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchResponseBody.d.ts +19 -14
- package/dist/models/ConfirmPipelineBatchResponseBody.js.map +1 -1
- package/dist/models/Container.d.ts +14 -14
- package/dist/models/ContainerResources.d.ts +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +365 -259
- package/dist/models/CreateApplicationRequest.js +29 -1
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationResponseBody.d.ts +19 -17
- package/dist/models/CreateApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleRequest.d.ts +108 -79
- package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +113 -76
- package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +350 -259
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateConfigMapResponseBody.d.ts +7 -10
- package/dist/models/CreateConfigMapResponseBody.js.map +1 -1
- package/dist/models/CreateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/CreateGreyTagRouteResponseBody.d.ts +20 -15
- package/dist/models/CreateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/CreateIngressRequest.d.ts +71 -50
- package/dist/models/CreateIngressRequest.js.map +1 -1
- package/dist/models/CreateIngressResponseBody.d.ts +20 -17
- package/dist/models/CreateIngressResponseBody.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +214 -128
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/CreateJobResponseBody.d.ts +24 -21
- package/dist/models/CreateJobResponseBody.js.map +1 -1
- package/dist/models/CreateNamespaceRequest.d.ts +9 -8
- package/dist/models/CreateNamespaceRequest.js.map +1 -1
- package/dist/models/CreateNamespaceResponseBody.d.ts +31 -28
- package/dist/models/CreateNamespaceResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +77 -59
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +18 -16
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
- package/dist/models/CreateSecretRequest.d.ts +6 -4
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretResponseBody.d.ts +12 -10
- package/dist/models/CreateSecretResponseBody.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +6 -4
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DataInstancesValue.d.ts +6 -5
- package/dist/models/DataInstancesValue.js.map +1 -1
- package/dist/models/DataInstancesValueListenersValue.d.ts +13 -9
- package/dist/models/DataInstancesValueListenersValue.js.map +1 -1
- package/dist/models/DeleteApplicationResponseBody.d.ts +23 -17
- package/dist/models/DeleteApplicationResponseBody.js.map +1 -1
- package/dist/models/DeleteApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +26 -14
- package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DeleteConfigMapRequest.d.ts +1 -1
- package/dist/models/DeleteConfigMapResponseBody.d.ts +23 -17
- package/dist/models/DeleteConfigMapResponseBody.js.map +1 -1
- package/dist/models/DeleteGreyTagRouteResponseBody.d.ts +22 -16
- package/dist/models/DeleteGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DeleteHistoryJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteHistoryJobResponseBody.js.map +1 -1
- package/dist/models/DeleteIngressRequest.d.ts +1 -1
- package/dist/models/DeleteIngressResponseBody.d.ts +17 -12
- package/dist/models/DeleteIngressResponseBody.js.map +1 -1
- package/dist/models/DeleteInstancesRequest.d.ts +2 -2
- package/dist/models/DeleteInstancesResponseBody.d.ts +23 -17
- package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
- package/dist/models/DeleteJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteJobResponseBody.js.map +1 -1
- package/dist/models/DeleteNamespaceRequest.d.ts +4 -1
- package/dist/models/DeleteNamespaceRequest.js.map +1 -1
- package/dist/models/DeleteNamespaceResponseBody.d.ts +16 -11
- package/dist/models/DeleteNamespaceResponseBody.js.map +1 -1
- package/dist/models/DeleteSecretRequest.d.ts +2 -2
- package/dist/models/DeleteSecretResponseBody.d.ts +22 -19
- package/dist/models/DeleteSecretResponseBody.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +2 -2
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +22 -16
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +354 -303
- package/dist/models/DeployApplicationRequest.js +29 -1
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationResponseBody.d.ts +22 -22
- package/dist/models/DeployApplicationShrinkRequest.d.ts +339 -303
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailRequest.d.ts +10 -6
- package/dist/models/DescribeAppServiceDetailRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailResponseBody.d.ts +41 -40
- package/dist/models/DescribeAppServiceDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationConfigRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +486 -346
- package/dist/models/DescribeApplicationConfigResponseBody.js +29 -1
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationGroupsRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +62 -39
- package/dist/models/DescribeApplicationGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationImageRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationImageResponseBody.d.ts +26 -20
- package/dist/models/DescribeApplicationImageResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesRequest.d.ts +37 -6
- package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +99 -54
- package/dist/models/DescribeApplicationInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +17 -13
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationNlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationNlbsResponseBody.d.ts +19 -14
- package/dist/models/DescribeApplicationNlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationScalingRuleResponseBody.d.ts +204 -88
- package/dist/models/DescribeApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRulesRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationScalingRulesResponseBody.d.ts +244 -90
- package/dist/models/DescribeApplicationScalingRulesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationSlbsResponseBody.d.ts +120 -33
- package/dist/models/DescribeApplicationSlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationStatusResponseBody.d.ts +65 -44
- package/dist/models/DescribeApplicationStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeChangeOrderRequest.d.ts +1 -1
- package/dist/models/DescribeChangeOrderResponseBody.d.ts +135 -78
- package/dist/models/DescribeChangeOrderResponseBody.js.map +1 -1
- package/dist/models/DescribeComponentsRequest.d.ts +4 -3
- package/dist/models/DescribeComponentsRequest.js.map +1 -1
- package/dist/models/DescribeComponentsResponseBody.d.ts +25 -19
- package/dist/models/DescribeComponentsResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigMapRequest.d.ts +1 -1
- package/dist/models/DescribeConfigMapResponseBody.d.ts +32 -26
- package/dist/models/DescribeConfigMapResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +74 -24
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceResponseBody.d.ts +74 -49
- package/dist/models/DescribeConfigurationPriceResponseBody.js.map +1 -1
- package/dist/models/DescribeEdasContainersResponseBody.d.ts +22 -16
- package/dist/models/DescribeEdasContainersResponseBody.js.map +1 -1
- package/dist/models/DescribeGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/DescribeGreyTagRouteResponseBody.d.ts +107 -77
- package/dist/models/DescribeGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DescribeIngressRequest.d.ts +2 -2
- package/dist/models/DescribeIngressResponseBody.d.ts +233 -54
- package/dist/models/DescribeIngressResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceLogRequest.d.ts +8 -1
- package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
- package/dist/models/DescribeInstanceLogResponseBody.d.ts +21 -20
- package/dist/models/DescribeInstanceLogResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceSpecificationsResponseBody.d.ts +33 -23
- package/dist/models/DescribeInstanceSpecificationsResponseBody.js.map +1 -1
- package/dist/models/DescribeJobHistoryRequest.d.ts +7 -4
- package/dist/models/DescribeJobHistoryRequest.js.map +1 -1
- package/dist/models/DescribeJobHistoryResponseBody.d.ts +22 -19
- package/dist/models/DescribeJobHistoryResponseBody.js.map +1 -1
- package/dist/models/DescribeJobRequest.d.ts +1 -1
- package/dist/models/DescribeJobResponseBody.d.ts +222 -159
- package/dist/models/DescribeJobResponseBody.js.map +1 -1
- package/dist/models/DescribeJobStatusResponseBody.d.ts +25 -18
- package/dist/models/DescribeJobStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceListRequest.d.ts +6 -4
- package/dist/models/DescribeNamespaceListRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceListResponseBody.d.ts +21 -16
- package/dist/models/DescribeNamespaceListResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesRequest.d.ts +4 -1
- package/dist/models/DescribeNamespaceResourcesRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +91 -45
- package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResponseBody.d.ts +18 -14
- package/dist/models/DescribeNamespaceResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespacesRequest.d.ts +1 -1
- package/dist/models/DescribeNamespacesResponseBody.d.ts +30 -24
- package/dist/models/DescribeNamespacesResponseBody.js.map +1 -1
- package/dist/models/DescribePipelineResponseBody.d.ts +59 -39
- package/dist/models/DescribePipelineResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +8 -5
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeSecretResponseBody.d.ts +15 -12
- package/dist/models/DescribeSecretResponseBody.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +3 -3
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +62 -53
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/DescribeVswitchesRequest.d.ts +0 -11
- package/dist/models/DescribeVswitchesRequest.js.map +1 -1
- package/dist/models/DescribeVswitchesResponseBody.d.ts +0 -47
- package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
- package/dist/models/DisableApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +24 -15
- package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DisableArmsResponseBody.d.ts +17 -22
- package/dist/models/DisableArmsResponseBody.js.map +1 -1
- package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +13 -11
- package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
- package/dist/models/EnableApplicationScalingRuleResponseBody.d.ts +15 -12
- package/dist/models/EnableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/ExecJobRequest.d.ts +31 -23
- package/dist/models/ExecJobRequest.js.map +1 -1
- package/dist/models/ExecJobResponseBody.d.ts +37 -26
- package/dist/models/ExecJobResponseBody.js.map +1 -1
- package/dist/models/GetApplicationRequest.d.ts +2 -2
- package/dist/models/GetApplicationResponseBody.d.ts +74 -44
- package/dist/models/GetApplicationResponseBody.js.map +1 -1
- package/dist/models/GetAvailabilityMetricResponseBody.d.ts +1 -1
- package/dist/models/GetChangeOrderMetricRequest.d.ts +20 -9
- package/dist/models/GetChangeOrderMetricRequest.js.map +1 -1
- package/dist/models/GetChangeOrderMetricResponseBody.d.ts +36 -15
- package/dist/models/GetChangeOrderMetricResponseBody.js.map +1 -1
- package/dist/models/GetScaleAppMetricResponseBody.d.ts +1 -1
- package/dist/models/GetWebshellTokenRequest.d.ts +7 -6
- package/dist/models/GetWebshellTokenRequest.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +12 -10
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/ImageRegistryConfig.d.ts +8 -0
- package/dist/models/ImageRegistryConfig.js.map +1 -1
- package/dist/models/InitContainerConfig.d.ts +49 -0
- package/dist/models/InitContainerConfig.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +51 -42
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +2 -2
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +67 -58
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
- package/dist/models/ListAppEventsRequest.d.ts +19 -14
- package/dist/models/ListAppEventsRequest.js.map +1 -1
- package/dist/models/ListAppEventsResponseBody.d.ts +32 -23
- package/dist/models/ListAppEventsResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesPageRequest.d.ts +5 -4
- package/dist/models/ListAppServicesPageRequest.js.map +1 -1
- package/dist/models/ListAppServicesPageResponseBody.d.ts +29 -24
- package/dist/models/ListAppServicesPageResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesRequest.d.ts +21 -15
- package/dist/models/ListAppServicesRequest.js.map +1 -1
- package/dist/models/ListAppServicesResponseBody.d.ts +52 -37
- package/dist/models/ListAppServicesResponseBody.js.map +1 -1
- package/dist/models/ListAppVersionsRequest.d.ts +1 -1
- package/dist/models/ListAppVersionsResponseBody.d.ts +33 -23
- package/dist/models/ListAppVersionsResponseBody.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesRequest.d.ts +0 -8
- package/dist/models/ListApplicationCenterServiceInstancesRequest.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.d.ts +0 -43
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +2 -2
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +27 -21
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +50 -24
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +103 -79
- package/dist/models/ListApplicationsResponseBody.js +2 -0
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListChangeOrdersRequest.d.ts +76 -25
- package/dist/models/ListChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListChangeOrdersResponseBody.d.ts +111 -78
- package/dist/models/ListChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListConsumedServicesRequest.d.ts +1 -1
- package/dist/models/ListConsumedServicesResponseBody.d.ts +26 -20
- package/dist/models/ListConsumedServicesResponseBody.js.map +1 -1
- package/dist/models/ListGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/ListGreyTagRouteResponseBody.d.ts +131 -66
- package/dist/models/ListGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/ListIngressesRequest.d.ts +10 -2
- package/dist/models/ListIngressesRequest.js.map +1 -1
- package/dist/models/ListIngressesResponseBody.d.ts +170 -40
- package/dist/models/ListIngressesResponseBody.js.map +1 -1
- package/dist/models/ListJobsRequest.d.ts +20 -16
- package/dist/models/ListJobsRequest.js.map +1 -1
- package/dist/models/ListJobsResponseBody.d.ts +81 -56
- package/dist/models/ListJobsResponseBody.js.map +1 -1
- package/dist/models/ListLogConfigsRequest.d.ts +3 -3
- package/dist/models/ListLogConfigsResponseBody.d.ts +39 -30
- package/dist/models/ListLogConfigsResponseBody.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersRequest.d.ts +22 -6
- package/dist/models/ListNamespaceChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersResponseBody.d.ts +52 -38
- package/dist/models/ListNamespaceChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListNamespacedConfigMapsRequest.d.ts +1 -1
- package/dist/models/ListNamespacedConfigMapsResponseBody.d.ts +32 -28
- package/dist/models/ListNamespacedConfigMapsResponseBody.js.map +1 -1
- package/dist/models/ListPublishedServicesRequest.d.ts +1 -1
- package/dist/models/ListPublishedServicesResponseBody.d.ts +28 -22
- package/dist/models/ListPublishedServicesResponseBody.js.map +1 -1
- package/dist/models/ListSecretsRequest.d.ts +1 -1
- package/dist/models/ListSecretsResponseBody.d.ts +27 -24
- package/dist/models/ListSecretsResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +27 -21
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +2 -2
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +26 -20
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +9 -8
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +25 -19
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesRequest.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesShrinkRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListWebApplicationRevisionsOutput.d.ts +1 -1
- package/dist/models/ListWebApplicationRevisionsRequest.d.ts +1 -1
- package/dist/models/ListWebInstancesOutput.d.ts +3 -0
- package/dist/models/ListWebInstancesOutput.js.map +1 -1
- package/dist/models/PathConfig.d.ts +2 -2
- package/dist/models/QueryArmsEnableResponseBody.d.ts +8 -8
- package/dist/models/QueryResourceStaticsRequest.d.ts +1 -1
- package/dist/models/QueryResourceStaticsResponseBody.d.ts +36 -29
- package/dist/models/QueryResourceStaticsResponseBody.js.map +1 -1
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.d.ts +15 -12
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.js.map +1 -1
- package/dist/models/RegistryAuthenticationConfig.d.ts +6 -0
- package/dist/models/RegistryAuthenticationConfig.js.map +1 -1
- package/dist/models/RegistryCertificateConfig.d.ts +6 -0
- package/dist/models/RegistryCertificateConfig.js.map +1 -1
- package/dist/models/RescaleApplicationRequest.d.ts +10 -7
- package/dist/models/RescaleApplicationRequest.js.map +1 -1
- package/dist/models/RescaleApplicationResponseBody.d.ts +12 -10
- package/dist/models/RescaleApplicationResponseBody.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +7 -7
- package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +22 -17
- package/dist/models/RescaleApplicationVerticallyResponseBody.js.map +1 -1
- package/dist/models/RestartApplicationRequest.d.ts +10 -7
- package/dist/models/RestartApplicationRequest.js.map +1 -1
- package/dist/models/RestartApplicationResponseBody.d.ts +15 -12
- package/dist/models/RestartApplicationResponseBody.js.map +1 -1
- package/dist/models/RestartInstancesResponseBody.d.ts +15 -12
- package/dist/models/RestartInstancesResponseBody.js.map +1 -1
- package/dist/models/ResumeTrafficRequest.d.ts +1 -1
- package/dist/models/ResumeTrafficResponseBody.d.ts +26 -19
- package/dist/models/ResumeTrafficResponseBody.js.map +1 -1
- package/dist/models/Revision.d.ts +2 -2
- package/dist/models/RollbackApplicationRequest.d.ts +24 -19
- package/dist/models/RollbackApplicationRequest.js.map +1 -1
- package/dist/models/RollbackApplicationResponseBody.d.ts +15 -12
- package/dist/models/RollbackApplicationResponseBody.js.map +1 -1
- package/dist/models/RouteConfig.d.ts +1 -1
- package/dist/models/SidecarContainerConfig.d.ts +30 -10
- package/dist/models/SidecarContainerConfig.js.map +1 -1
- package/dist/models/SlscollectConfig.d.ts +3 -3
- package/dist/models/StartApplicationResponseBody.d.ts +15 -12
- package/dist/models/StartApplicationResponseBody.js.map +1 -1
- package/dist/models/StopApplicationRequest.d.ts +1 -4
- package/dist/models/StopApplicationRequest.js.map +1 -1
- package/dist/models/StopApplicationResponseBody.d.ts +31 -16
- package/dist/models/StopApplicationResponseBody.js.map +1 -1
- package/dist/models/SuspendJobRequest.d.ts +3 -2
- package/dist/models/SuspendJobRequest.js.map +1 -1
- package/dist/models/SuspendJobResponseBody.d.ts +15 -12
- package/dist/models/SuspendJobResponseBody.js.map +1 -1
- package/dist/models/SuspendTrafficRequest.d.ts +1 -1
- package/dist/models/SuspendTrafficResponseBody.d.ts +19 -22
- package/dist/models/SuspendTrafficResponseBody.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +8 -7
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +21 -15
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UnbindNlbRequest.d.ts +9 -7
- package/dist/models/UnbindNlbRequest.js.map +1 -1
- package/dist/models/UnbindNlbResponseBody.d.ts +23 -17
- package/dist/models/UnbindNlbResponseBody.js.map +1 -1
- package/dist/models/UnbindSlbRequest.d.ts +8 -6
- package/dist/models/UnbindSlbRequest.js.map +1 -1
- package/dist/models/UnbindSlbResponseBody.d.ts +21 -15
- package/dist/models/UnbindSlbResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +7 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +21 -15
- package/dist/models/UntagResourcesResponseBody.js.map +1 -1
- package/dist/models/UpdateAppModeRequest.d.ts +10 -7
- package/dist/models/UpdateAppModeRequest.js.map +1 -1
- package/dist/models/UpdateAppModeResponseBody.d.ts +19 -14
- package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
- package/dist/models/UpdateAppSecurityGroupRequest.d.ts +2 -2
- package/dist/models/UpdateAppSecurityGroupResponseBody.d.ts +21 -15
- package/dist/models/UpdateAppSecurityGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +15 -12
- package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleRequest.d.ts +101 -59
- package/dist/models/UpdateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleResponseBody.d.ts +124 -64
- package/dist/models/UpdateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesRequest.d.ts +20 -1
- package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesResponseBody.d.ts +21 -15
- package/dist/models/UpdateApplicationVswitchesResponseBody.js.map +1 -1
- package/dist/models/UpdateConfigMapRequest.d.ts +10 -1
- package/dist/models/UpdateConfigMapRequest.js.map +1 -1
- package/dist/models/UpdateConfigMapResponseBody.d.ts +24 -16
- package/dist/models/UpdateConfigMapResponseBody.js.map +1 -1
- package/dist/models/UpdateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/UpdateGreyTagRouteResponseBody.d.ts +19 -14
- package/dist/models/UpdateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/UpdateIngressRequest.d.ts +81 -26
- package/dist/models/UpdateIngressRequest.js.map +1 -1
- package/dist/models/UpdateIngressResponseBody.d.ts +24 -18
- package/dist/models/UpdateIngressResponseBody.js.map +1 -1
- package/dist/models/UpdateJobRequest.d.ts +133 -95
- package/dist/models/UpdateJobRequest.js.map +1 -1
- package/dist/models/UpdateJobResponseBody.d.ts +23 -22
- package/dist/models/UpdateJobResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceRequest.d.ts +3 -2
- package/dist/models/UpdateNamespaceRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceResponseBody.d.ts +15 -12
- package/dist/models/UpdateNamespaceResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +22 -13
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +7 -9
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcRequest.d.ts +5 -2
- package/dist/models/UpdateNamespaceVpcRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcResponseBody.d.ts +26 -17
- package/dist/models/UpdateNamespaceVpcResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretRequest.d.ts +6 -4
- package/dist/models/UpdateSecretRequest.js.map +1 -1
- package/dist/models/UpdateSecretResponseBody.d.ts +42 -0
- package/dist/models/UpdateSecretResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretShrinkRequest.d.ts +3 -1
- package/dist/models/UpdateSecretShrinkRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +7 -6
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +22 -16
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
- package/dist/models/WebAclEntryConfig.d.ts +1 -1
- package/dist/models/WebApplication.d.ts +2 -2
- package/dist/models/WebVersionStatus.d.ts +3 -0
- package/dist/models/WebVersionStatus.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +37 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +227 -198
- package/src/models/AbortChangeOrderRequest.ts +7 -0
- package/src/models/AbortChangeOrderResponseBody.ts +19 -14
- package/src/models/BatchRestartApplicationsResponseBody.ts +0 -3
- package/src/models/BatchStartApplicationsRequest.ts +1 -1
- package/src/models/BatchStartApplicationsResponseBody.ts +15 -9
- package/src/models/BatchStopApplicationsResponseBody.ts +11 -7
- package/src/models/BindNlbRequest.ts +17 -12
- package/src/models/BindNlbResponseBody.ts +24 -18
- package/src/models/BindSlbResponseBody.ts +3 -0
- package/src/models/ConfirmPipelineBatchRequest.ts +6 -2
- package/src/models/ConfirmPipelineBatchResponseBody.ts +19 -14
- package/src/models/Container.ts +14 -14
- package/src/models/ContainerResources.ts +1 -1
- package/src/models/CreateApplicationRequest.ts +384 -259
- package/src/models/CreateApplicationResponseBody.ts +19 -17
- package/src/models/CreateApplicationScalingRuleRequest.ts +108 -79
- package/src/models/CreateApplicationScalingRuleResponseBody.ts +113 -76
- package/src/models/CreateApplicationShrinkRequest.ts +352 -259
- package/src/models/CreateConfigMapResponseBody.ts +7 -10
- package/src/models/CreateGreyTagRouteRequest.ts +6 -6
- package/src/models/CreateGreyTagRouteResponseBody.ts +20 -15
- package/src/models/CreateIngressRequest.ts +71 -50
- package/src/models/CreateIngressResponseBody.ts +20 -17
- package/src/models/CreateJobRequest.ts +214 -128
- package/src/models/CreateJobResponseBody.ts +24 -21
- package/src/models/CreateNamespaceRequest.ts +9 -8
- package/src/models/CreateNamespaceResponseBody.ts +31 -28
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +77 -59
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +18 -16
- package/src/models/CreateSecretRequest.ts +6 -4
- package/src/models/CreateSecretResponseBody.ts +12 -10
- package/src/models/CreateSecretShrinkRequest.ts +6 -4
- package/src/models/DataInstancesValue.ts +6 -5
- package/src/models/DataInstancesValueListenersValue.ts +13 -9
- package/src/models/DeleteApplicationResponseBody.ts +23 -17
- package/src/models/DeleteApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DeleteApplicationScalingRuleResponseBody.ts +26 -14
- package/src/models/DeleteConfigMapRequest.ts +1 -1
- package/src/models/DeleteConfigMapResponseBody.ts +23 -17
- package/src/models/DeleteGreyTagRouteResponseBody.ts +22 -16
- package/src/models/DeleteHistoryJobResponseBody.ts +16 -13
- package/src/models/DeleteIngressRequest.ts +1 -1
- package/src/models/DeleteIngressResponseBody.ts +17 -12
- package/src/models/DeleteInstancesRequest.ts +2 -2
- package/src/models/DeleteInstancesResponseBody.ts +23 -17
- package/src/models/DeleteJobResponseBody.ts +16 -13
- package/src/models/DeleteNamespaceRequest.ts +4 -1
- package/src/models/DeleteNamespaceResponseBody.ts +16 -11
- package/src/models/DeleteSecretRequest.ts +2 -2
- package/src/models/DeleteSecretResponseBody.ts +22 -19
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +2 -2
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +22 -16
- package/src/models/DeployApplicationRequest.ts +374 -304
- package/src/models/DeployApplicationResponseBody.ts +22 -22
- package/src/models/DeployApplicationShrinkRequest.ts +342 -304
- package/src/models/DescribeAppServiceDetailRequest.ts +10 -6
- package/src/models/DescribeAppServiceDetailResponseBody.ts +41 -40
- package/src/models/DescribeApplicationConfigRequest.ts +2 -2
- package/src/models/DescribeApplicationConfigResponseBody.ts +506 -347
- package/src/models/DescribeApplicationGroupsRequest.ts +2 -2
- package/src/models/DescribeApplicationGroupsResponseBody.ts +64 -41
- package/src/models/DescribeApplicationImageRequest.ts +2 -2
- package/src/models/DescribeApplicationImageResponseBody.ts +26 -20
- package/src/models/DescribeApplicationInstancesRequest.ts +37 -6
- package/src/models/DescribeApplicationInstancesResponseBody.ts +99 -54
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +17 -13
- package/src/models/DescribeApplicationNlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationNlbsResponseBody.ts +19 -14
- package/src/models/DescribeApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DescribeApplicationScalingRuleResponseBody.ts +204 -88
- package/src/models/DescribeApplicationScalingRulesRequest.ts +1 -1
- package/src/models/DescribeApplicationScalingRulesResponseBody.ts +244 -90
- package/src/models/DescribeApplicationSlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationSlbsResponseBody.ts +120 -33
- package/src/models/DescribeApplicationStatusResponseBody.ts +66 -45
- package/src/models/DescribeChangeOrderRequest.ts +1 -1
- package/src/models/DescribeChangeOrderResponseBody.ts +135 -78
- package/src/models/DescribeComponentsRequest.ts +4 -3
- package/src/models/DescribeComponentsResponseBody.ts +25 -19
- package/src/models/DescribeConfigMapRequest.ts +1 -1
- package/src/models/DescribeConfigMapResponseBody.ts +32 -26
- package/src/models/DescribeConfigurationPriceRequest.ts +74 -24
- package/src/models/DescribeConfigurationPriceResponseBody.ts +74 -49
- package/src/models/DescribeEdasContainersResponseBody.ts +22 -16
- package/src/models/DescribeGreyTagRouteRequest.ts +1 -1
- package/src/models/DescribeGreyTagRouteResponseBody.ts +107 -77
- package/src/models/DescribeIngressRequest.ts +2 -2
- package/src/models/DescribeIngressResponseBody.ts +233 -54
- package/src/models/DescribeInstanceLogRequest.ts +8 -1
- package/src/models/DescribeInstanceLogResponseBody.ts +21 -20
- package/src/models/DescribeInstanceSpecificationsResponseBody.ts +33 -23
- package/src/models/DescribeJobHistoryRequest.ts +7 -4
- package/src/models/DescribeJobHistoryResponseBody.ts +22 -19
- package/src/models/DescribeJobRequest.ts +1 -1
- package/src/models/DescribeJobResponseBody.ts +222 -159
- package/src/models/DescribeJobStatusResponseBody.ts +25 -18
- package/src/models/DescribeNamespaceListRequest.ts +6 -4
- package/src/models/DescribeNamespaceListResponseBody.ts +21 -16
- package/src/models/DescribeNamespaceResourcesRequest.ts +4 -1
- package/src/models/DescribeNamespaceResourcesResponseBody.ts +91 -45
- package/src/models/DescribeNamespaceResponseBody.ts +18 -14
- package/src/models/DescribeNamespacesRequest.ts +1 -1
- package/src/models/DescribeNamespacesResponseBody.ts +30 -24
- package/src/models/DescribePipelineResponseBody.ts +59 -39
- package/src/models/DescribeRegionsResponseBody.ts +8 -5
- package/src/models/DescribeSecretResponseBody.ts +15 -12
- package/src/models/DescribeSwimmingLaneRequest.ts +3 -3
- package/src/models/DescribeSwimmingLaneResponseBody.ts +62 -53
- package/src/models/DescribeVswitchesRequest.ts +0 -11
- package/src/models/DescribeVswitchesResponseBody.ts +0 -47
- package/src/models/DisableApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DisableApplicationScalingRuleResponseBody.ts +24 -15
- package/src/models/DisableArmsResponseBody.ts +17 -22
- package/src/models/DowngradeApplicationApmServiceResponseBody.ts +13 -11
- package/src/models/EnableApplicationScalingRuleResponseBody.ts +15 -12
- package/src/models/ExecJobRequest.ts +31 -23
- package/src/models/ExecJobResponseBody.ts +37 -26
- package/src/models/GetApplicationRequest.ts +2 -2
- package/src/models/GetApplicationResponseBody.ts +75 -45
- package/src/models/GetAvailabilityMetricResponseBody.ts +1 -1
- package/src/models/GetChangeOrderMetricRequest.ts +20 -9
- package/src/models/GetChangeOrderMetricResponseBody.ts +36 -15
- package/src/models/GetScaleAppMetricResponseBody.ts +1 -1
- package/src/models/GetWebshellTokenRequest.ts +7 -6
- package/src/models/GetWebshellTokenResponseBody.ts +12 -10
- package/src/models/ImageRegistryConfig.ts +8 -0
- package/src/models/InitContainerConfig.ts +49 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +1 -1
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +51 -42
- package/src/models/ListAllSwimmingLanesRequest.ts +2 -2
- package/src/models/ListAllSwimmingLanesResponseBody.ts +67 -58
- package/src/models/ListAppEventsRequest.ts +19 -14
- package/src/models/ListAppEventsResponseBody.ts +32 -23
- package/src/models/ListAppServicesPageRequest.ts +5 -4
- package/src/models/ListAppServicesPageResponseBody.ts +29 -24
- package/src/models/ListAppServicesRequest.ts +21 -15
- package/src/models/ListAppServicesResponseBody.ts +52 -37
- package/src/models/ListAppVersionsRequest.ts +1 -1
- package/src/models/ListAppVersionsResponseBody.ts +33 -23
- package/src/models/ListApplicationCenterServiceInstancesRequest.ts +0 -8
- package/src/models/ListApplicationCenterServiceInstancesResponseBody.ts +0 -43
- package/src/models/ListApplicationsForSwimmingLaneRequest.ts +2 -2
- package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +27 -21
- package/src/models/ListApplicationsRequest.ts +52 -24
- package/src/models/ListApplicationsResponseBody.ts +105 -79
- package/src/models/ListChangeOrdersRequest.ts +76 -25
- package/src/models/ListChangeOrdersResponseBody.ts +111 -78
- package/src/models/ListConsumedServicesRequest.ts +1 -1
- package/src/models/ListConsumedServicesResponseBody.ts +26 -20
- package/src/models/ListGreyTagRouteRequest.ts +1 -1
- package/src/models/ListGreyTagRouteResponseBody.ts +131 -66
- package/src/models/ListIngressesRequest.ts +10 -2
- package/src/models/ListIngressesResponseBody.ts +170 -40
- package/src/models/ListJobsRequest.ts +20 -16
- package/src/models/ListJobsResponseBody.ts +81 -56
- package/src/models/ListLogConfigsRequest.ts +3 -3
- package/src/models/ListLogConfigsResponseBody.ts +39 -30
- package/src/models/ListNamespaceChangeOrdersRequest.ts +22 -6
- package/src/models/ListNamespaceChangeOrdersResponseBody.ts +52 -38
- package/src/models/ListNamespacedConfigMapsRequest.ts +1 -1
- package/src/models/ListNamespacedConfigMapsResponseBody.ts +32 -28
- package/src/models/ListPublishedServicesRequest.ts +1 -1
- package/src/models/ListPublishedServicesResponseBody.ts +28 -22
- package/src/models/ListSecretsRequest.ts +1 -1
- package/src/models/ListSecretsResponseBody.ts +27 -24
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +27 -21
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +2 -2
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +26 -20
- package/src/models/ListTagResourcesRequest.ts +9 -8
- package/src/models/ListTagResourcesResponseBody.ts +25 -19
- package/src/models/ListWebApplicationInstancesRequest.ts +3 -0
- package/src/models/ListWebApplicationInstancesShrinkRequest.ts +3 -0
- package/src/models/ListWebApplicationRevisionsOutput.ts +1 -1
- package/src/models/ListWebApplicationRevisionsRequest.ts +1 -1
- package/src/models/ListWebInstancesOutput.ts +3 -0
- package/src/models/PathConfig.ts +2 -2
- package/src/models/QueryArmsEnableResponseBody.ts +8 -8
- package/src/models/QueryResourceStaticsRequest.ts +1 -1
- package/src/models/QueryResourceStaticsResponseBody.ts +37 -30
- package/src/models/ReduceApplicationCapacityByInstanceIdsResponseBody.ts +15 -12
- package/src/models/RegistryAuthenticationConfig.ts +6 -0
- package/src/models/RegistryCertificateConfig.ts +6 -0
- package/src/models/RescaleApplicationRequest.ts +10 -7
- package/src/models/RescaleApplicationResponseBody.ts +12 -10
- package/src/models/RescaleApplicationVerticallyRequest.ts +7 -7
- package/src/models/RescaleApplicationVerticallyResponseBody.ts +22 -17
- package/src/models/RestartApplicationRequest.ts +10 -7
- package/src/models/RestartApplicationResponseBody.ts +15 -12
- package/src/models/RestartInstancesResponseBody.ts +15 -12
- package/src/models/ResumeTrafficRequest.ts +1 -1
- package/src/models/ResumeTrafficResponseBody.ts +26 -19
- package/src/models/Revision.ts +2 -2
- package/src/models/RollbackApplicationRequest.ts +24 -19
- package/src/models/RollbackApplicationResponseBody.ts +15 -12
- package/src/models/RouteConfig.ts +1 -1
- package/src/models/SidecarContainerConfig.ts +30 -10
- package/src/models/SlscollectConfig.ts +3 -3
- package/src/models/StartApplicationResponseBody.ts +15 -12
- package/src/models/StopApplicationRequest.ts +1 -4
- package/src/models/StopApplicationResponseBody.ts +31 -16
- package/src/models/SuspendJobRequest.ts +3 -2
- package/src/models/SuspendJobResponseBody.ts +15 -12
- package/src/models/SuspendTrafficRequest.ts +1 -1
- package/src/models/SuspendTrafficResponseBody.ts +19 -22
- package/src/models/TagResourcesRequest.ts +8 -7
- package/src/models/TagResourcesResponseBody.ts +21 -15
- package/src/models/UnbindNlbRequest.ts +9 -7
- package/src/models/UnbindNlbResponseBody.ts +23 -17
- package/src/models/UnbindSlbRequest.ts +8 -6
- package/src/models/UnbindSlbResponseBody.ts +21 -15
- package/src/models/UntagResourcesRequest.ts +7 -6
- package/src/models/UntagResourcesResponseBody.ts +21 -15
- package/src/models/UpdateAppModeRequest.ts +10 -7
- package/src/models/UpdateAppModeResponseBody.ts +19 -14
- package/src/models/UpdateAppSecurityGroupRequest.ts +2 -2
- package/src/models/UpdateAppSecurityGroupResponseBody.ts +21 -15
- package/src/models/UpdateApplicationDescriptionResponseBody.ts +15 -12
- package/src/models/UpdateApplicationScalingRuleRequest.ts +101 -59
- package/src/models/UpdateApplicationScalingRuleResponseBody.ts +124 -64
- package/src/models/UpdateApplicationVswitchesRequest.ts +20 -1
- package/src/models/UpdateApplicationVswitchesResponseBody.ts +21 -15
- package/src/models/UpdateConfigMapRequest.ts +10 -1
- package/src/models/UpdateConfigMapResponseBody.ts +24 -16
- package/src/models/UpdateGreyTagRouteRequest.ts +6 -6
- package/src/models/UpdateGreyTagRouteResponseBody.ts +19 -14
- package/src/models/UpdateIngressRequest.ts +81 -26
- package/src/models/UpdateIngressResponseBody.ts +24 -18
- package/src/models/UpdateJobRequest.ts +133 -95
- package/src/models/UpdateJobResponseBody.ts +23 -22
- package/src/models/UpdateNamespaceRequest.ts +3 -2
- package/src/models/UpdateNamespaceResponseBody.ts +15 -12
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +22 -13
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +7 -9
- package/src/models/UpdateNamespaceVpcRequest.ts +5 -2
- package/src/models/UpdateNamespaceVpcResponseBody.ts +26 -17
- package/src/models/UpdateSecretRequest.ts +6 -4
- package/src/models/UpdateSecretResponseBody.ts +42 -0
- package/src/models/UpdateSecretShrinkRequest.ts +3 -1
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +7 -6
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +22 -16
- package/src/models/WebAclEntryConfig.ts +1 -1
- package/src/models/WebApplication.ts +2 -2
- package/src/models/WebVersionStatus.ts +3 -0
- package/src/models/model.ts +3 -0
|
@@ -4,10 +4,39 @@ import { InitContainerConfig } from "./InitContainerConfig";
|
|
|
4
4
|
import { SidecarContainerConfig } from "./SidecarContainerConfig";
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
export class CreateApplicationRequestRaspConfig extends $dara.Model {
|
|
8
|
+
enableRasp?: boolean;
|
|
9
|
+
raspAppKey?: string;
|
|
10
|
+
raspAppName?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
enableRasp: 'EnableRasp',
|
|
14
|
+
raspAppKey: 'RaspAppKey',
|
|
15
|
+
raspAppName: 'RaspAppName',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
static types(): { [key: string]: any } {
|
|
20
|
+
return {
|
|
21
|
+
enableRasp: 'boolean',
|
|
22
|
+
raspAppKey: 'string',
|
|
23
|
+
raspAppName: 'string',
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
validate() {
|
|
28
|
+
super.validate();
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
constructor(map?: { [key: string]: any }) {
|
|
32
|
+
super(map);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
7
36
|
export class CreateApplicationRequest extends $dara.Model {
|
|
8
37
|
/**
|
|
9
38
|
* @remarks
|
|
10
|
-
* The
|
|
39
|
+
* The ARN of the RAM role required for cross-account image pulling. For more information, see [Grant permissions across Alibaba Cloud accounts by using a RAM role](https://help.aliyun.com/document_detail/223585.html).
|
|
11
40
|
*
|
|
12
41
|
* @example
|
|
13
42
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -15,16 +44,23 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
15
44
|
acrAssumeRoleArn?: string;
|
|
16
45
|
/**
|
|
17
46
|
* @remarks
|
|
18
|
-
* The ID of Container Registry Enterprise
|
|
47
|
+
* The instance ID of the Container Registry Enterprise instance. This parameter is required when **ImageUrl** is set to a Container Registry Enterprise Edition image.
|
|
19
48
|
*
|
|
20
49
|
* @example
|
|
21
50
|
* cri-xxxxxx
|
|
22
51
|
*/
|
|
23
52
|
acrInstanceId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* The AliyunAgent version.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* 4.4.2
|
|
59
|
+
*/
|
|
24
60
|
agentVersion?: string;
|
|
25
61
|
/**
|
|
26
62
|
* @remarks
|
|
27
|
-
* The description
|
|
63
|
+
* The application description. The description can be up to 1024 characters in length.
|
|
28
64
|
*
|
|
29
65
|
* @example
|
|
30
66
|
* This is a test description.
|
|
@@ -32,7 +68,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
32
68
|
appDescription?: string;
|
|
33
69
|
/**
|
|
34
70
|
* @remarks
|
|
35
|
-
* The name
|
|
71
|
+
* The application name. The name can contain digits, letters, and hyphens (-). The name must start with a letter and cannot end with a hyphen (-). The name can be up to 36 characters in length.
|
|
36
72
|
*
|
|
37
73
|
* This parameter is required.
|
|
38
74
|
*
|
|
@@ -42,7 +78,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
42
78
|
appName?: string;
|
|
43
79
|
/**
|
|
44
80
|
* @remarks
|
|
45
|
-
*
|
|
81
|
+
* Set this parameter to micro_service to create a microservice application.
|
|
46
82
|
*
|
|
47
83
|
* @example
|
|
48
84
|
* micro_service
|
|
@@ -50,10 +86,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
50
86
|
appSource?: string;
|
|
51
87
|
/**
|
|
52
88
|
* @remarks
|
|
53
|
-
* Specifies whether to associate an EIP
|
|
89
|
+
* Specifies whether to associate an EIP. Valid values:
|
|
54
90
|
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
91
|
+
* - **true**: associate an EIP.
|
|
92
|
+
* - **false**: do not associate an EIP.
|
|
57
93
|
*
|
|
58
94
|
* @example
|
|
59
95
|
* true
|
|
@@ -63,10 +99,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
63
99
|
* @remarks
|
|
64
100
|
* Specifies whether to automatically configure the network environment. Valid values:
|
|
65
101
|
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
102
|
+
* - **true**: SAE automatically configures the network environment when the application is created. The values of **NamespaceId**, **VpcId**, **vSwitchId**, and **SecurityGroupId** are ignored.
|
|
103
|
+
* - **false**: SAE manually configures the network environment when the application is created.
|
|
68
104
|
*
|
|
69
|
-
* >
|
|
105
|
+
* > If this parameter is set to **true**, any other **NamespaceId** value that is passed is ignored.
|
|
70
106
|
*
|
|
71
107
|
* @example
|
|
72
108
|
* true
|
|
@@ -74,7 +110,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
74
110
|
autoConfig?: boolean;
|
|
75
111
|
/**
|
|
76
112
|
* @remarks
|
|
77
|
-
* The
|
|
113
|
+
* The base application ID.
|
|
78
114
|
*
|
|
79
115
|
* @example
|
|
80
116
|
* ee99cce6-1c8e-4bfa-96c3-3e2fa9de8a41
|
|
@@ -82,15 +118,19 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
82
118
|
baseAppId?: string;
|
|
83
119
|
/**
|
|
84
120
|
* @remarks
|
|
85
|
-
* The command that is used to start the image. The command must be an
|
|
121
|
+
* The command that is used to start the image. The command must be an executable object in the container. Example:
|
|
122
|
+
*
|
|
123
|
+
* ```
|
|
124
|
+
* command:
|
|
125
|
+
* - echo
|
|
126
|
+
* - abc
|
|
127
|
+
* - >
|
|
128
|
+
* - file0
|
|
129
|
+
* ```
|
|
130
|
+
* In the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
86
131
|
*
|
|
87
|
-
* command:
|
|
88
|
-
* - echo
|
|
89
|
-
* - abc
|
|
90
|
-
* - >
|
|
91
|
-
* - file0
|
|
92
132
|
*
|
|
93
|
-
*
|
|
133
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
94
134
|
*
|
|
95
135
|
* @example
|
|
96
136
|
* echo
|
|
@@ -98,11 +138,12 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
98
138
|
command?: string;
|
|
99
139
|
/**
|
|
100
140
|
* @remarks
|
|
101
|
-
* The
|
|
141
|
+
* The arguments of the image startup command. These are the arguments required by the startup command specified in **Command**. Format:
|
|
102
142
|
*
|
|
103
143
|
* `["a","b"]`
|
|
104
144
|
*
|
|
105
|
-
* In the preceding example,
|
|
145
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type. The internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
146
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
106
147
|
*
|
|
107
148
|
* @example
|
|
108
149
|
* ["a","b"]
|
|
@@ -110,14 +151,14 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
110
151
|
commandArgs?: string;
|
|
111
152
|
/**
|
|
112
153
|
* @remarks
|
|
113
|
-
* The
|
|
154
|
+
* The **ConfigMap** mount description. Use a ConfigMap created on the namespace configuration items page to inject configuration information into the container. Parameter description:
|
|
114
155
|
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
156
|
+
* - **configMapId**: the ConfigMap instance ID. You can obtain the ID by invoking the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
157
|
+
* - **key**: the key.
|
|
117
158
|
*
|
|
118
|
-
* > You can
|
|
159
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
119
160
|
*
|
|
120
|
-
*
|
|
161
|
+
* - **mountPath**: the mount path.
|
|
121
162
|
*
|
|
122
163
|
* @example
|
|
123
164
|
* [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
|
|
@@ -125,16 +166,15 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
125
166
|
configMapMountDesc?: string;
|
|
126
167
|
/**
|
|
127
168
|
* @remarks
|
|
128
|
-
* The CPU specifications
|
|
169
|
+
* The CPU specifications required for each instance, in millicores. This parameter cannot be set to 0. Only the following defined specifications are supported:
|
|
129
170
|
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
* * **32000**
|
|
171
|
+
* - **500**
|
|
172
|
+
* - **1000**
|
|
173
|
+
* - **2000**
|
|
174
|
+
* - **4000**
|
|
175
|
+
* - **8000**
|
|
176
|
+
* - **16000**
|
|
177
|
+
* - **32000**
|
|
138
178
|
*
|
|
139
179
|
* @example
|
|
140
180
|
* 1000
|
|
@@ -142,10 +182,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
142
182
|
cpu?: number;
|
|
143
183
|
/**
|
|
144
184
|
* @remarks
|
|
145
|
-
* The custom
|
|
185
|
+
* The custom host mapping in the container. Valid values:
|
|
146
186
|
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
187
|
+
* - **hostName**: the domain name or hostname.
|
|
188
|
+
* - **ip**: the IP address.
|
|
149
189
|
*
|
|
150
190
|
* @example
|
|
151
191
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
@@ -153,11 +193,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
153
193
|
customHostAlias?: string;
|
|
154
194
|
/**
|
|
155
195
|
* @remarks
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* - internet: Public network image
|
|
196
|
+
* The custom image type. Set this parameter to an empty string if the image is not a custom image:
|
|
159
197
|
*
|
|
160
|
-
* -
|
|
198
|
+
* - internet: public image
|
|
199
|
+
* - intranet: private image
|
|
161
200
|
*
|
|
162
201
|
* @example
|
|
163
202
|
* internet
|
|
@@ -165,10 +204,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
165
204
|
customImageNetworkType?: string;
|
|
166
205
|
/**
|
|
167
206
|
* @remarks
|
|
168
|
-
*
|
|
207
|
+
* Specifies whether to immediately deploy the application. Valid values:
|
|
169
208
|
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
209
|
+
* - **true**: default value. The application is deployed immediately.
|
|
210
|
+
* - **false**: the application is deployed later.
|
|
172
211
|
*
|
|
173
212
|
* @example
|
|
174
213
|
* true
|
|
@@ -176,7 +215,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
176
215
|
deploy?: boolean;
|
|
177
216
|
/**
|
|
178
217
|
* @remarks
|
|
179
|
-
* The disk size
|
|
218
|
+
* The disk storage size, in GB.
|
|
180
219
|
*
|
|
181
220
|
* @example
|
|
182
221
|
* 50
|
|
@@ -184,13 +223,13 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
184
223
|
diskSize?: number;
|
|
185
224
|
/**
|
|
186
225
|
* @remarks
|
|
187
|
-
*
|
|
226
|
+
* The version of the .NET framework:
|
|
188
227
|
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
228
|
+
* - .NET 3.1
|
|
229
|
+
* - .NET 5.0
|
|
230
|
+
* - .NET 6.0
|
|
231
|
+
* - .NET 7.0
|
|
232
|
+
* - .NET 8.0
|
|
194
233
|
*
|
|
195
234
|
* @example
|
|
196
235
|
* .NET 3.1
|
|
@@ -198,18 +237,26 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
198
237
|
dotnet?: string;
|
|
199
238
|
/**
|
|
200
239
|
* @remarks
|
|
201
|
-
* The version of the
|
|
240
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
202
241
|
*
|
|
203
242
|
* @example
|
|
204
243
|
* 3.5.3
|
|
205
244
|
*/
|
|
206
245
|
edasContainerVersion?: string;
|
|
246
|
+
/**
|
|
247
|
+
* @remarks
|
|
248
|
+
* The shared ephemeral storage configuration.
|
|
249
|
+
*
|
|
250
|
+
* @example
|
|
251
|
+
* [{\\"name\\":\\"workdir\\",\\"mountPath\\":\\"/usr/local/tomcat/webapps\\"}]
|
|
252
|
+
*/
|
|
207
253
|
emptyDirDesc?: string;
|
|
208
254
|
/**
|
|
209
255
|
* @remarks
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
* -
|
|
256
|
+
* Specifies whether to enable the CPU Burst feature:
|
|
257
|
+
*
|
|
258
|
+
* - true: Enabled.
|
|
259
|
+
* - false: Disabled.
|
|
213
260
|
*
|
|
214
261
|
* @example
|
|
215
262
|
* true
|
|
@@ -217,35 +264,55 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
217
264
|
enableCpuBurst?: boolean;
|
|
218
265
|
/**
|
|
219
266
|
* @remarks
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* -
|
|
223
|
-
* - false: Disable (default).
|
|
267
|
+
* Specifies whether to enable application monitoring for non-Java applications based on eBPF technology. Valid values:
|
|
268
|
+
* - **true**: enabled.
|
|
269
|
+
* - **false**: disabled. This is the default value.
|
|
224
270
|
*
|
|
225
271
|
* @example
|
|
226
272
|
* false
|
|
227
273
|
*/
|
|
228
274
|
enableEbpf?: string;
|
|
275
|
+
/**
|
|
276
|
+
* @remarks
|
|
277
|
+
* Specifies whether to reuse the namespace agent version configuration.
|
|
278
|
+
*
|
|
279
|
+
* @example
|
|
280
|
+
* true
|
|
281
|
+
*/
|
|
229
282
|
enableNamespaceAgentVersion?: boolean;
|
|
283
|
+
/**
|
|
284
|
+
* @remarks
|
|
285
|
+
* Specifies whether to reuse the namespace SLS log configuration.
|
|
286
|
+
*
|
|
287
|
+
* @example
|
|
288
|
+
* true
|
|
289
|
+
*/
|
|
230
290
|
enableNamespaceSlsConfig?: boolean;
|
|
231
291
|
/**
|
|
232
292
|
* @remarks
|
|
233
|
-
*
|
|
293
|
+
* Specifies whether to enable the new ARMS feature:
|
|
234
294
|
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
295
|
+
* - true: Enabled.
|
|
296
|
+
* - false: Disabled.
|
|
237
297
|
*
|
|
238
298
|
* @example
|
|
239
299
|
* false
|
|
240
300
|
*/
|
|
241
301
|
enableNewArms?: boolean;
|
|
302
|
+
/**
|
|
303
|
+
* @remarks
|
|
304
|
+
* Specifies whether to enable Prometheus custom metric collection.
|
|
305
|
+
*
|
|
306
|
+
* @example
|
|
307
|
+
* false
|
|
308
|
+
*/
|
|
242
309
|
enablePrometheus?: boolean;
|
|
243
310
|
/**
|
|
244
311
|
* @remarks
|
|
245
|
-
*
|
|
312
|
+
* Specifies whether to enable sidecar resource isolation:
|
|
246
313
|
*
|
|
247
|
-
* - true:
|
|
248
|
-
* - false:
|
|
314
|
+
* - true: Isolated.
|
|
315
|
+
* - false: Not isolated.
|
|
249
316
|
*
|
|
250
317
|
* @example
|
|
251
318
|
* true
|
|
@@ -253,30 +320,70 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
253
320
|
enableSidecarResourceIsolated?: boolean;
|
|
254
321
|
/**
|
|
255
322
|
* @remarks
|
|
256
|
-
* The environment
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
323
|
+
* The container environment variable parameters. You can customize environment variables or reference a ConfigMap. To reference a ConfigMap, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
324
|
+
* - Custom configuration
|
|
325
|
+
* - **name**: the name of the environment variable.
|
|
326
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
327
|
+
* - Reference a ConfigMap (valueFrom)
|
|
328
|
+
* - **name**: the name of the environment variable. You can reference a single key or all keys. To reference all keys, enter `sae-sys-configmap-all-<ConfigMap name>`, such as `sae-sys-configmap-all-test1`.
|
|
329
|
+
* - **valueFrom**: the environment variable reference. Set the value to `configMapRef`.
|
|
330
|
+
* - **configMapId**: the ConfigMap ID.
|
|
331
|
+
* - **key**: the key. If you reference all keys, do not set this field.
|
|
332
|
+
*
|
|
333
|
+
* @example
|
|
334
|
+
* [
|
|
335
|
+
* {
|
|
336
|
+
* "name": "sae-sys-configmap-all-hello",
|
|
337
|
+
* "valueFrom": {
|
|
338
|
+
* "configMapRef": {
|
|
339
|
+
* "configMapId": 100,
|
|
340
|
+
* "key": ""
|
|
341
|
+
* }
|
|
342
|
+
* }
|
|
343
|
+
* },
|
|
344
|
+
* {
|
|
345
|
+
* "name": "hello",
|
|
346
|
+
* "valueFrom": {
|
|
347
|
+
* "configMapRef": {
|
|
348
|
+
* "configMapId": 101,
|
|
349
|
+
* "key": "php-fpm"
|
|
350
|
+
* }
|
|
351
|
+
* }
|
|
352
|
+
* },
|
|
353
|
+
* {
|
|
354
|
+
* "name": "envtmp",
|
|
355
|
+
* "value": "newenv"
|
|
356
|
+
* }
|
|
357
|
+
* ]
|
|
272
358
|
*/
|
|
273
359
|
envs?: string;
|
|
274
360
|
gpuConfig?: string;
|
|
361
|
+
/**
|
|
362
|
+
* @remarks
|
|
363
|
+
* The K8s Headless Service-based service registration and discovery.
|
|
364
|
+
* - serviceName: the service name.
|
|
365
|
+
* - namespaceId: the namespace ID.
|
|
366
|
+
*
|
|
367
|
+
* @example
|
|
368
|
+
* {\\"serviceName\\":\\"leaf-test-headless\\",\\"namespaceId\\":\\"cn-zhangjiakou:prod\\"}
|
|
369
|
+
*/
|
|
275
370
|
headlessPvtzDiscoverySvc?: string;
|
|
371
|
+
/**
|
|
372
|
+
* @remarks
|
|
373
|
+
* The Nginx version.
|
|
374
|
+
* - nginx 1.20
|
|
375
|
+
* - nginx 1.22
|
|
376
|
+
* - nginx 1.24
|
|
377
|
+
* - nginx 1.26
|
|
378
|
+
* - nginx 1.28
|
|
379
|
+
*
|
|
380
|
+
* @example
|
|
381
|
+
* nginx 1.28
|
|
382
|
+
*/
|
|
276
383
|
html?: string;
|
|
277
384
|
/**
|
|
278
385
|
* @remarks
|
|
279
|
-
* The
|
|
386
|
+
* The corresponding secret ID.
|
|
280
387
|
*
|
|
281
388
|
* @example
|
|
282
389
|
* 10
|
|
@@ -284,7 +391,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
284
391
|
imagePullSecrets?: string;
|
|
285
392
|
/**
|
|
286
393
|
* @remarks
|
|
287
|
-
* The
|
|
394
|
+
* The image address. This parameter is required when **Package Type** is set to **Image**.
|
|
288
395
|
*
|
|
289
396
|
* @example
|
|
290
397
|
* registry.cn-hangzhou.aliyuncs.com/sae_test/ali_sae_test:0.0.1
|
|
@@ -292,13 +399,17 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
292
399
|
imageUrl?: string;
|
|
293
400
|
/**
|
|
294
401
|
* @remarks
|
|
295
|
-
*
|
|
402
|
+
* The init container configuration.
|
|
296
403
|
*/
|
|
297
404
|
initContainersConfig?: InitContainerConfig[];
|
|
405
|
+
/**
|
|
406
|
+
* @remarks
|
|
407
|
+
* Specifies whether the application is stateful.
|
|
408
|
+
*/
|
|
298
409
|
isStateful?: boolean;
|
|
299
410
|
/**
|
|
300
411
|
* @remarks
|
|
301
|
-
* The arguments
|
|
412
|
+
* The arguments for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
302
413
|
*
|
|
303
414
|
* @example
|
|
304
415
|
* custom-args
|
|
@@ -306,7 +417,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
306
417
|
jarStartArgs?: string;
|
|
307
418
|
/**
|
|
308
419
|
* @remarks
|
|
309
|
-
* The
|
|
420
|
+
* The options for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
310
421
|
*
|
|
311
422
|
* @example
|
|
312
423
|
* -Xms4G -Xmx4G
|
|
@@ -314,16 +425,16 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
314
425
|
jarStartOptions?: string;
|
|
315
426
|
/**
|
|
316
427
|
* @remarks
|
|
317
|
-
* The version
|
|
428
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
318
429
|
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
430
|
+
* - **Open JDK 8**
|
|
431
|
+
* - **Open JDK 7**
|
|
432
|
+
* - **Dragonwell 11**
|
|
433
|
+
* - **Dragonwell 8**
|
|
434
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
435
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
325
436
|
*
|
|
326
|
-
* This parameter is not
|
|
437
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
327
438
|
*
|
|
328
439
|
* @example
|
|
329
440
|
* Open JDK 8
|
|
@@ -331,38 +442,38 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
331
442
|
jdk?: string;
|
|
332
443
|
/**
|
|
333
444
|
* @remarks
|
|
334
|
-
* The
|
|
445
|
+
* The summary of configurations for log collection to Kafka. Valid values:
|
|
335
446
|
*
|
|
336
|
-
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
447
|
+
* - **kafkaEndpoint**: the service registration address of the Kafka API.
|
|
448
|
+
* - **kafkaInstanceId**: the Kafka instance ID.
|
|
449
|
+
* - **kafkaConfigs**: the summary of configurations for one or more log entries. For more information about the valid values, see the **kafkaConfigs** request parameter in this topic.
|
|
339
450
|
*
|
|
340
451
|
* @example
|
|
341
|
-
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX
|
|
452
|
+
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX","kafkaInstanceId":"alikafka_pre-cn-7pp2l8kr****","kafkaConfigs":[{"logType":"file_log","logDir":"/tmp/a.log","kafkaTopic":"test2"},{"logType":"stdout","logDir":"","kafkaTopic":"test"}]}
|
|
342
453
|
*/
|
|
343
454
|
kafkaConfigs?: string;
|
|
344
455
|
labels?: { [key: string]: string };
|
|
345
456
|
/**
|
|
346
457
|
* @remarks
|
|
347
|
-
*
|
|
458
|
+
* The container health check. Containers that fail the health check are shutdown and recovered. The following methods are supported:
|
|
348
459
|
*
|
|
349
|
-
*
|
|
350
|
-
*
|
|
351
|
-
*
|
|
460
|
+
* - **exec**: for example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
461
|
+
* - **httpGet**: for example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
462
|
+
* - **tcpSocket**: for example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
352
463
|
*
|
|
353
|
-
* > You can use only one method
|
|
464
|
+
* > You can use only one method for health checks.
|
|
354
465
|
*
|
|
355
|
-
*
|
|
466
|
+
* Parameter description:
|
|
356
467
|
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
468
|
+
* - **exec.command**: the health check command.
|
|
469
|
+
* - **httpGet.path**: the access path.
|
|
470
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
471
|
+
* - **httpGet.isContainKeyWord**: **true** indicates that the keyword is included. **false** indicates that the keyword is not included. If this field is missing, the advanced feature is not used.
|
|
472
|
+
* - **httpGet.keyWord**: the custom keyword. The **isContainKeyWord** field must be present when this field is used.
|
|
473
|
+
* - **tcpSocket.port**: the port for TCP connection detection.
|
|
474
|
+
* - **initialDelaySeconds**: the health check delay detection time. Default value: 10. Unit: seconds.
|
|
475
|
+
* - **periodSeconds**: the health check period. Default value: 30. Unit: seconds.
|
|
476
|
+
* - **timeoutSeconds**: the health check timeout period. Default value: 1. Unit: seconds. If this parameter is set to 0 or is not set, the default timeout period is 1 second.
|
|
366
477
|
*
|
|
367
478
|
* @example
|
|
368
479
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -371,18 +482,17 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
371
482
|
lokiConfigs?: string;
|
|
372
483
|
/**
|
|
373
484
|
* @remarks
|
|
374
|
-
* The memory
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
385
|
-
* * This parameter is set to **131072** if the Cpu parameter is set to 32000.
|
|
485
|
+
* The memory required for each instance, in MB. This parameter cannot be set to 0. The memory has a one-to-one mapping with CPU. Only the following defined specifications are supported:
|
|
486
|
+
* - **1024**: corresponds to 500 and 1000 millicores of CPU.
|
|
487
|
+
* - **2048**: corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
488
|
+
* - **4096**: corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
489
|
+
* - **8192**: corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
490
|
+
* - **12288**: corresponds to 12000 millicores of CPU.
|
|
491
|
+
* - **16384**: corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
492
|
+
* - **24576**: corresponds to 12000 millicores of CPU.
|
|
493
|
+
* - **32768**: corresponds to 16000 millicores of CPU.
|
|
494
|
+
* - **65536**: corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
495
|
+
* - **131072**: corresponds to 32000 millicores of CPU.
|
|
386
496
|
*
|
|
387
497
|
* @example
|
|
388
498
|
* 1024
|
|
@@ -390,11 +500,10 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
390
500
|
memory?: number;
|
|
391
501
|
/**
|
|
392
502
|
* @remarks
|
|
393
|
-
*
|
|
394
|
-
*
|
|
395
|
-
*
|
|
396
|
-
*
|
|
397
|
-
* * **2** : MSE enterprise edition Nacos registry
|
|
503
|
+
* Specifies the Nacos registry. Valid values:
|
|
504
|
+
* - **0**: SAE built-in Nacos.
|
|
505
|
+
* - **1**: self-managed Nacos.
|
|
506
|
+
* - **2**: MSE commercial edition Nacos.
|
|
398
507
|
*
|
|
399
508
|
* @example
|
|
400
509
|
* "0"
|
|
@@ -402,7 +511,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
402
511
|
microRegistration?: string;
|
|
403
512
|
/**
|
|
404
513
|
* @remarks
|
|
405
|
-
* The
|
|
514
|
+
* The registry configuration.
|
|
406
515
|
*
|
|
407
516
|
* @example
|
|
408
517
|
* {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
|
|
@@ -410,29 +519,23 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
410
519
|
microRegistrationConfig?: string;
|
|
411
520
|
/**
|
|
412
521
|
* @remarks
|
|
413
|
-
*
|
|
414
|
-
*
|
|
415
|
-
* Whether to enable microservices governance (enable):
|
|
416
|
-
* - true: Enable
|
|
417
|
-
* - false: Disable
|
|
522
|
+
* Configures the microservice governance feature.
|
|
418
523
|
*
|
|
419
|
-
*
|
|
524
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
420
525
|
*
|
|
421
|
-
*
|
|
526
|
+
* - true: Enabled.
|
|
422
527
|
*
|
|
423
|
-
*
|
|
528
|
+
* - false: Disabled.
|
|
424
529
|
*
|
|
425
|
-
* -
|
|
530
|
+
* - Configures lossless online/offline (mseLosslessRule):
|
|
426
531
|
*
|
|
427
|
-
*
|
|
532
|
+
* - delayTime: the delay time.
|
|
428
533
|
*
|
|
429
|
-
*
|
|
534
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled. false indicates disabled.
|
|
430
535
|
*
|
|
431
|
-
*
|
|
536
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled. false indicates disabled.
|
|
432
537
|
*
|
|
433
|
-
*
|
|
434
|
-
*
|
|
435
|
-
* warmupTime: Small-traffic warm-up duration (unit: seconds)
|
|
538
|
+
* - warmupTime: the warm-up duration for traffic ramping, in seconds.
|
|
436
539
|
*
|
|
437
540
|
* @example
|
|
438
541
|
* {"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
|
|
@@ -440,7 +543,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
440
543
|
microserviceEngineConfig?: string;
|
|
441
544
|
/**
|
|
442
545
|
* @remarks
|
|
443
|
-
*
|
|
546
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The NAS mount description. If the configuration does not change during deployment, you do not need to set this parameter (that is, the **MountDesc** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountDesc** field to "" in the request).
|
|
444
547
|
*
|
|
445
548
|
* @example
|
|
446
549
|
* [{mountPath: "/tmp", nasPath: "/"}]
|
|
@@ -448,7 +551,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
448
551
|
mountDesc?: string;
|
|
449
552
|
/**
|
|
450
553
|
* @remarks
|
|
451
|
-
*
|
|
554
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The mount target of the NAS file system in the VPC of the application. If the configuration does not change during deployment, you do not need to set this parameter (that is, the **MountHost** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountHost** field to "" in the request).
|
|
452
555
|
*
|
|
453
556
|
* @example
|
|
454
557
|
* example.com
|
|
@@ -456,7 +559,8 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
456
559
|
mountHost?: string;
|
|
457
560
|
/**
|
|
458
561
|
* @remarks
|
|
459
|
-
* SAE namespace ID. Only namespaces
|
|
562
|
+
* The SAE namespace ID. Only namespaces whose names contain lowercase letters and hyphens (-) are supported. The name must start with a letter.
|
|
563
|
+
* You can obtain namespaces by calling the [DescribeNamespaceList](https://help.aliyun.com/document_detail/126547.html) operation.
|
|
460
564
|
*
|
|
461
565
|
* @example
|
|
462
566
|
* cn-beijing:test
|
|
@@ -464,13 +568,13 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
464
568
|
namespaceId?: string;
|
|
465
569
|
/**
|
|
466
570
|
* @remarks
|
|
467
|
-
* The
|
|
571
|
+
* The NAS mount configuration. Valid values:
|
|
468
572
|
*
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
*
|
|
472
|
-
*
|
|
473
|
-
*
|
|
573
|
+
* - **mountPath**: the container mount path.
|
|
574
|
+
* - **readOnly**: set to **false** to grant read and write permission.
|
|
575
|
+
* - **nasId**: the NAS ID.
|
|
576
|
+
* - **mountDomain**: the container mount target address. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
|
|
577
|
+
* - **nasPath**: the NAS relative file directory.
|
|
474
578
|
*
|
|
475
579
|
* @example
|
|
476
580
|
* [{"mountPath":"/test1","readOnly":false,"nasId":"nasId1","mountDomain":"nasId1.cn-shenzhen.nas.aliyuncs.com","nasPath":"/test1"},{"nasId":"nasId2","mountDomain":"nasId2.cn-shenzhen.nas.aliyuncs.com","readOnly":false,"nasPath":"/test2","mountPath":"/test2"}]
|
|
@@ -478,9 +582,9 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
478
582
|
nasConfigs?: string;
|
|
479
583
|
/**
|
|
480
584
|
* @remarks
|
|
481
|
-
*
|
|
585
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The ID of the mounted NAS file system. The NAS file system must be in the same region as the cluster. The NAS file system must have available mount target creation quota, or its mount target must already be on a vSwitch in the VPC. If this parameter is left empty and the **mountDescs** field exists, a NAS file system is automatically purchased and mounted to a vSwitch in the VPC.
|
|
482
586
|
*
|
|
483
|
-
*
|
|
587
|
+
* If the configuration does not change during deployment, you do not need to set this parameter (that is, the **NASId** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **NASId** field to "" in the request).
|
|
484
588
|
*
|
|
485
589
|
* @example
|
|
486
590
|
* KSAK****
|
|
@@ -488,13 +592,11 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
488
592
|
nasId?: string;
|
|
489
593
|
/**
|
|
490
594
|
* @remarks
|
|
491
|
-
*
|
|
492
|
-
*
|
|
493
|
-
* - lite: the lightweight edition.
|
|
494
|
-
*
|
|
495
|
-
* - std: the standard edition.
|
|
595
|
+
* The application version:
|
|
496
596
|
*
|
|
497
|
-
* -
|
|
597
|
+
* - lite: Lite Edition
|
|
598
|
+
* - std: Standard Edition
|
|
599
|
+
* - pro: Professional Edition
|
|
498
600
|
*
|
|
499
601
|
* @example
|
|
500
602
|
* pro
|
|
@@ -502,9 +604,8 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
502
604
|
newSaeVersion?: string;
|
|
503
605
|
/**
|
|
504
606
|
* @remarks
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
* > You need to create an OpenID Connect (OIDC) identity provider (IdP) and an identity provider (IdP) for role-based single sign-on (SSO) in advance. For more information, see [Creates an OpenID Connect (OIDC) identity provider (IdP)](https://help.aliyun.com/document_detail/2331022.html) and [Creates an identity provider (IdP) for role-based single sign-on (SSO)](https://help.aliyun.com/document_detail/2331016.html).
|
|
607
|
+
* Specifies the RAM role for identity authentication.
|
|
608
|
+
* > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see <props="china">[CreateOIDCProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createsamlprovider)<props="intl">[CreateOIDCProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createsamlprovider).
|
|
508
609
|
*
|
|
509
610
|
* @example
|
|
510
611
|
* sae-test
|
|
@@ -512,7 +613,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
512
613
|
oidcRoleName?: string;
|
|
513
614
|
/**
|
|
514
615
|
* @remarks
|
|
515
|
-
* The
|
|
616
|
+
* The AccessKey ID for OSS read and write operations.
|
|
516
617
|
*
|
|
517
618
|
* @example
|
|
518
619
|
* xxxxxx
|
|
@@ -520,7 +621,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
520
621
|
ossAkId?: string;
|
|
521
622
|
/**
|
|
522
623
|
* @remarks
|
|
523
|
-
* The AccessKey Secret
|
|
624
|
+
* The AccessKey Secret for OSS read and write operations.
|
|
524
625
|
*
|
|
525
626
|
* @example
|
|
526
627
|
* xxxxxx
|
|
@@ -528,18 +629,14 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
528
629
|
ossAkSecret?: string;
|
|
529
630
|
/**
|
|
530
631
|
* @remarks
|
|
531
|
-
*
|
|
532
|
-
*
|
|
533
|
-
* * **bucketName**: the name of the OSS bucket.
|
|
632
|
+
* The OSS mount description. Parameter description:
|
|
534
633
|
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
*
|
|
541
|
-
* * **true**: The container path only has read permission on the OSS directory.
|
|
542
|
-
* * **false**: The application has read and write permissions.
|
|
634
|
+
* - **bucketName**: the bucket name.
|
|
635
|
+
* - **bucketPath**: the folder or object that you created in OSS. If the OSS mount folder does not exist, an exception is triggered.
|
|
636
|
+
* - **mountPath**: the container path in SAE. If the path already exists, it is an overwrite relationship. If the path does not exist, it is created.
|
|
637
|
+
* - **readOnly**: specifies whether the container path has read-only permission on the mounted folder resources. Valid values:
|
|
638
|
+
* - **true**: read-only permission.
|
|
639
|
+
* - **false**: read and write permission.
|
|
543
640
|
*
|
|
544
641
|
* @example
|
|
545
642
|
* [{"bucketName": "oss-bucket", "bucketPath": "data/user.data", "mountPath": "/usr/data/user.data", "readOnly": true}]
|
|
@@ -547,14 +644,30 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
547
644
|
ossMountDescs?: string;
|
|
548
645
|
/**
|
|
549
646
|
* @remarks
|
|
550
|
-
* The type of the deployment package.
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
*
|
|
554
|
-
*
|
|
555
|
-
* **
|
|
556
|
-
*
|
|
557
|
-
*
|
|
647
|
+
* The type of the application deployment package. Valid values:
|
|
648
|
+
*
|
|
649
|
+
* - If you use Java for deployment, **FatJar**, **War**, and **Image** are supported.
|
|
650
|
+
* - If you use PHP for deployment, the following types are supported:
|
|
651
|
+
* - **PhpZip**
|
|
652
|
+
* - **IMAGE_PHP_5_4**
|
|
653
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
654
|
+
* - **IMAGE_PHP_5_5**
|
|
655
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
656
|
+
* - **IMAGE_PHP_5_6**
|
|
657
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
658
|
+
* - **IMAGE_PHP_7_0**
|
|
659
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
660
|
+
* - **IMAGE_PHP_7_1**
|
|
661
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
662
|
+
* - **IMAGE_PHP_7_2**
|
|
663
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
664
|
+
* - **IMAGE_PHP_7_3**
|
|
665
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
666
|
+
* - If you use Python for deployment, **PythonZip** and **Image** are supported.
|
|
667
|
+
*
|
|
668
|
+
* - If you use .NET Core for deployment, **DotnetZip** and **Image** are supported.
|
|
669
|
+
* >
|
|
670
|
+
* > When DotnetZip is selected, Dotnet specifies the version of the .NET Core runtime. .NET 3.1, .NET 5.0, .NET 6.0, .NET 7.0, and .NET 8.0 are supported. The Dotnet, Command, and CommandArgs parameters are required.
|
|
558
671
|
*
|
|
559
672
|
* This parameter is required.
|
|
560
673
|
*
|
|
@@ -564,7 +677,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
564
677
|
packageType?: string;
|
|
565
678
|
/**
|
|
566
679
|
* @remarks
|
|
567
|
-
* The address of the deployment package. This parameter is required
|
|
680
|
+
* The address of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
568
681
|
*
|
|
569
682
|
* @example
|
|
570
683
|
* http://myoss.oss-cn-****.aliyuncs.com/my-buc/2019-06-30/****.jar
|
|
@@ -572,7 +685,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
572
685
|
packageUrl?: string;
|
|
573
686
|
/**
|
|
574
687
|
* @remarks
|
|
575
|
-
* The version of the deployment package. This parameter is required when
|
|
688
|
+
* The version of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
576
689
|
*
|
|
577
690
|
* @example
|
|
578
691
|
* 1.0.0
|
|
@@ -580,7 +693,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
580
693
|
packageVersion?: string;
|
|
581
694
|
/**
|
|
582
695
|
* @remarks
|
|
583
|
-
* The
|
|
696
|
+
* The PHP version on which the deployment package depends. Not supported for images.
|
|
584
697
|
*
|
|
585
698
|
* @example
|
|
586
699
|
* PHP-FPM 7.0
|
|
@@ -588,7 +701,8 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
588
701
|
php?: string;
|
|
589
702
|
/**
|
|
590
703
|
* @remarks
|
|
591
|
-
* The path
|
|
704
|
+
* The mount path for PHP application monitoring. Make sure that the PHP server loads the configuration file from this path.
|
|
705
|
+
* You do not need to manage the configuration content. SAE automatically renders the correct configuration file.
|
|
592
706
|
*
|
|
593
707
|
* @example
|
|
594
708
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -596,7 +710,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
596
710
|
phpArmsConfigLocation?: string;
|
|
597
711
|
/**
|
|
598
712
|
* @remarks
|
|
599
|
-
* The
|
|
713
|
+
* The content of the PHP configuration file.
|
|
600
714
|
*
|
|
601
715
|
* @example
|
|
602
716
|
* k1=v1
|
|
@@ -604,7 +718,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
604
718
|
phpConfig?: string;
|
|
605
719
|
/**
|
|
606
720
|
* @remarks
|
|
607
|
-
* The path
|
|
721
|
+
* The mount path for the PHP application startup configuration. Make sure that the PHP server uses this configuration file to start.
|
|
608
722
|
*
|
|
609
723
|
* @example
|
|
610
724
|
* /usr/local/etc/php/php.ini
|
|
@@ -612,7 +726,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
612
726
|
phpConfigLocation?: string;
|
|
613
727
|
/**
|
|
614
728
|
* @remarks
|
|
615
|
-
*
|
|
729
|
+
* The script that is run after the container is started. A script is triggered and run immediately after the container is created. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
616
730
|
*
|
|
617
731
|
* @example
|
|
618
732
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -620,7 +734,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
620
734
|
postStart?: string;
|
|
621
735
|
/**
|
|
622
736
|
* @remarks
|
|
623
|
-
*
|
|
737
|
+
* The script that is run before the container is stopped. A script is triggered and run before the container is deleted. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
624
738
|
*
|
|
625
739
|
* @example
|
|
626
740
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -628,13 +742,13 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
628
742
|
preStop?: string;
|
|
629
743
|
/**
|
|
630
744
|
* @remarks
|
|
631
|
-
* The programming language
|
|
745
|
+
* The programming language of the technology stack used to create the application. Valid values:
|
|
632
746
|
*
|
|
633
|
-
* - java
|
|
634
|
-
* - php
|
|
635
|
-
* - python
|
|
636
|
-
* - dotnet
|
|
637
|
-
* - other
|
|
747
|
+
* - **java**: Java.
|
|
748
|
+
* - **php**: PHP.
|
|
749
|
+
* - **python**: Python.
|
|
750
|
+
* - **dotnet**: .NET Core.
|
|
751
|
+
* - **other**: multiple languages, such as C++, Go, and Node.js.
|
|
638
752
|
*
|
|
639
753
|
* @example
|
|
640
754
|
* java
|
|
@@ -642,20 +756,21 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
642
756
|
programmingLanguage?: string;
|
|
643
757
|
/**
|
|
644
758
|
* @remarks
|
|
645
|
-
*
|
|
759
|
+
* Enables K8s Service-based service registration and discovery. Valid values:
|
|
646
760
|
*
|
|
647
|
-
*
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
*
|
|
761
|
+
* - **serviceName**: the service name. Format: `custom name-namespace ID`. The suffix `-namespace ID` cannot be customized and must be set based on the namespace of the application. For example, if you select the default namespace in the China (Beijing) region, the suffix is `-cn-beijing-default`.
|
|
762
|
+
* - **namespaceId**: the namespace ID.
|
|
763
|
+
* - **portProtocols**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**.
|
|
764
|
+
* - **portAndProtocol**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**. **portProtocols is recommended. If portProtocols is set, only portProtocols takes effect**.
|
|
765
|
+
* - **enable**: enables K8s Service-based service registration and discovery.
|
|
651
766
|
*
|
|
652
767
|
* @example
|
|
653
|
-
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
768
|
+
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true,"portProtocols":[{"port":18012,"protocol":"TCP"}]}
|
|
654
769
|
*/
|
|
655
770
|
pvtzDiscoverySvc?: string;
|
|
656
771
|
/**
|
|
657
772
|
* @remarks
|
|
658
|
-
* The Python environment.
|
|
773
|
+
* The Python environment. **PYTHON 3.9.15** is supported.
|
|
659
774
|
*
|
|
660
775
|
* @example
|
|
661
776
|
* PYTHON 3.9.15
|
|
@@ -663,17 +778,18 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
663
778
|
python?: string;
|
|
664
779
|
/**
|
|
665
780
|
* @remarks
|
|
666
|
-
* The
|
|
781
|
+
* The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root folder are installed. If the file is not configured or you need custom packages, specify the dependencies to install.
|
|
667
782
|
*
|
|
668
783
|
* @example
|
|
669
784
|
* Flask==2.0
|
|
670
785
|
*/
|
|
671
786
|
pythonModules?: string;
|
|
787
|
+
raspConfig?: CreateApplicationRequestRaspConfig;
|
|
672
788
|
/**
|
|
673
789
|
* @remarks
|
|
674
|
-
*
|
|
790
|
+
* The application startup status check. Containers that fail multiple health checks are shut down and restarted. Containers that do not pass the health check do not receive SLB traffic. The **exec**, **httpGet**, and **tcpSocket** methods are supported. For specific examples, see the **Liveness** parameter.
|
|
675
791
|
*
|
|
676
|
-
* > You can use only one method
|
|
792
|
+
* > You can use only one method for health checks.
|
|
677
793
|
*
|
|
678
794
|
* @example
|
|
679
795
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -681,7 +797,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
681
797
|
readiness?: string;
|
|
682
798
|
/**
|
|
683
799
|
* @remarks
|
|
684
|
-
* The number of instances
|
|
800
|
+
* The initial number of instances.
|
|
685
801
|
*
|
|
686
802
|
* This parameter is required.
|
|
687
803
|
*
|
|
@@ -691,18 +807,18 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
691
807
|
replicas?: number;
|
|
692
808
|
/**
|
|
693
809
|
* @remarks
|
|
694
|
-
* The resource type.
|
|
810
|
+
* The resource type. Valid values: NULL (default), default, and haiguang (Hygon server).
|
|
695
811
|
*
|
|
696
812
|
* @example
|
|
697
|
-
*
|
|
813
|
+
* NULL
|
|
698
814
|
*/
|
|
699
815
|
resourceType?: string;
|
|
700
816
|
/**
|
|
701
817
|
* @remarks
|
|
702
|
-
* The SAE version.
|
|
818
|
+
* The SAE version. Valid values:
|
|
703
819
|
*
|
|
704
|
-
*
|
|
705
|
-
*
|
|
820
|
+
* - **v1**
|
|
821
|
+
* - **v2**
|
|
706
822
|
*
|
|
707
823
|
* @example
|
|
708
824
|
* v1
|
|
@@ -710,14 +826,14 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
710
826
|
saeVersion?: string;
|
|
711
827
|
/**
|
|
712
828
|
* @remarks
|
|
713
|
-
* Secret
|
|
714
|
-
* Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers. Parameter descriptions are as follows:
|
|
829
|
+
* The **Secret** mount description. Use a secret created on the namespace secrets page to inject sensitive information into the container. Parameter description:
|
|
715
830
|
*
|
|
716
|
-
* - secretId
|
|
831
|
+
* - **secretId**: the secret instance ID. You can obtain the ID by calling the ListSecrets operation.
|
|
832
|
+
* - **key**: the key.
|
|
717
833
|
*
|
|
718
|
-
*
|
|
834
|
+
* > You can mount all keys by passing the `sae-sys-secret-all` parameter.
|
|
719
835
|
*
|
|
720
|
-
* - mountPath
|
|
836
|
+
* - **mountPath**: the mount path.
|
|
721
837
|
*
|
|
722
838
|
* @example
|
|
723
839
|
* [{“secretId":10,”key":"test","mountPath":"/tmp"}]
|
|
@@ -725,7 +841,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
725
841
|
secretMountDesc?: string;
|
|
726
842
|
/**
|
|
727
843
|
* @remarks
|
|
728
|
-
*
|
|
844
|
+
* The security group ID.
|
|
729
845
|
*
|
|
730
846
|
* @example
|
|
731
847
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -733,7 +849,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
733
849
|
securityGroupId?: string;
|
|
734
850
|
/**
|
|
735
851
|
* @remarks
|
|
736
|
-
* The canary
|
|
852
|
+
* The canary release tags configured for the application.
|
|
737
853
|
*
|
|
738
854
|
* @example
|
|
739
855
|
* {\\"alicloud.service.tag\\":\\"g1\\"}
|
|
@@ -741,42 +857,46 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
741
857
|
serviceTags?: string;
|
|
742
858
|
/**
|
|
743
859
|
* @remarks
|
|
744
|
-
* The
|
|
860
|
+
* The sidecar container configuration.
|
|
745
861
|
*/
|
|
746
862
|
sidecarContainersConfig?: SidecarContainerConfig[];
|
|
747
863
|
/**
|
|
748
864
|
* @remarks
|
|
749
|
-
* The
|
|
865
|
+
* The configurations for log collection to Simple Log Service.
|
|
750
866
|
*
|
|
751
|
-
*
|
|
752
|
-
*
|
|
867
|
+
* - Use SLS resources that are automatically created by SAE: `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
868
|
+
* - Use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
753
869
|
*
|
|
754
|
-
*
|
|
870
|
+
* Parameter description:
|
|
755
871
|
*
|
|
756
|
-
*
|
|
757
|
-
*
|
|
758
|
-
*
|
|
759
|
-
*
|
|
760
|
-
*
|
|
872
|
+
* - **projectName**: the Project name in Simple Log Service.
|
|
873
|
+
* - **logDir**: the log path.
|
|
874
|
+
* - **logType**: the log type. **stdout** indicates container standard output logs. You can configure only one entry for this type. If this parameter is not set, file logs are collected.
|
|
875
|
+
* - **logstoreName**: the Logstore name in Simple Log Service.
|
|
876
|
+
* - **logtailName**: the Logtail name in Simple Log Service. If this parameter is not specified, a new Logtail is created.
|
|
761
877
|
*
|
|
762
|
-
* If
|
|
878
|
+
* If the SLS collection configuration does not change during multiple deployments, you do not need to set this parameter (that is, the **SlsConfigs** field does not need to be included in the request). If you no longer need the SLS collection feature, set the value of this field to an empty string (that is, set the value of the **SlsConfigs** field to "" in the request).
|
|
763
879
|
*
|
|
764
|
-
* >
|
|
880
|
+
* > Projects that are automatically created with the application are deleted when the application is deleted. Therefore, do not select a project that is automatically created by SAE when you select an existing project.
|
|
765
881
|
*
|
|
766
882
|
* @example
|
|
767
883
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
768
884
|
*/
|
|
769
885
|
slsConfigs?: string;
|
|
886
|
+
/**
|
|
887
|
+
* @remarks
|
|
888
|
+
* sls log tags
|
|
889
|
+
*/
|
|
770
890
|
slsLogEnvTags?: string;
|
|
771
891
|
/**
|
|
772
892
|
* @remarks
|
|
773
|
-
*
|
|
893
|
+
* Enables the application startup probe.
|
|
774
894
|
*
|
|
775
|
-
* Check succeeded:
|
|
776
|
-
* Check failed:
|
|
777
|
-
*
|
|
778
|
-
* > - exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter
|
|
779
|
-
* > -
|
|
895
|
+
* - Check succeeded: indicates that the application started successfully. If you configured Liveness and Readiness checks, they are performed after the application starts successfully.
|
|
896
|
+
* - Check failed: indicates that the application failed to start. An exception is reported and the application is automatically restarted.
|
|
897
|
+
* >
|
|
898
|
+
* > - The exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter.
|
|
899
|
+
* > - You can use only one method for health checks.
|
|
780
900
|
*
|
|
781
901
|
* @example
|
|
782
902
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -784,7 +904,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
784
904
|
startupProbe?: string;
|
|
785
905
|
/**
|
|
786
906
|
* @remarks
|
|
787
|
-
* The timeout period for
|
|
907
|
+
* The timeout period for graceful shutdown. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
788
908
|
*
|
|
789
909
|
* @example
|
|
790
910
|
* 30
|
|
@@ -792,7 +912,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
792
912
|
terminationGracePeriodSeconds?: number;
|
|
793
913
|
/**
|
|
794
914
|
* @remarks
|
|
795
|
-
*
|
|
915
|
+
* The time zone. Default value: **Asia/Shanghai**.
|
|
796
916
|
*
|
|
797
917
|
* @example
|
|
798
918
|
* Asia/Shanghai
|
|
@@ -800,13 +920,13 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
800
920
|
timezone?: string;
|
|
801
921
|
/**
|
|
802
922
|
* @remarks
|
|
803
|
-
* The Tomcat configuration.
|
|
923
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration:
|
|
804
924
|
*
|
|
805
|
-
*
|
|
806
|
-
*
|
|
807
|
-
*
|
|
808
|
-
*
|
|
809
|
-
*
|
|
925
|
+
* - **port**: the port number. Valid values: 1024 to 65535. Ports less than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
|
|
926
|
+
* - **contextPath**: the access path. Default value: root directory "/".
|
|
927
|
+
* - **maxThreads**: the maximum number of connections in the connection pool. Default value: 400.
|
|
928
|
+
* - **uriEncoding**: the encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
929
|
+
* - **useBodyEncodingForUri**: specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
810
930
|
*
|
|
811
931
|
* @example
|
|
812
932
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -814,7 +934,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
814
934
|
tomcatConfig?: string;
|
|
815
935
|
/**
|
|
816
936
|
* @remarks
|
|
817
|
-
* The vSwitch
|
|
937
|
+
* The vSwitch where the elastic network interface controller (NIC) of the application instance resides. The vSwitch must be in the specified VPC. The vSwitch also has a binding relationship with the SAE namespace. If you leave this parameter empty, the vSwitch attached to the namespace is used by default.
|
|
818
938
|
*
|
|
819
939
|
* @example
|
|
820
940
|
* vsw-bp12mw1f8k3jgygk9****
|
|
@@ -822,7 +942,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
822
942
|
vSwitchId?: string;
|
|
823
943
|
/**
|
|
824
944
|
* @remarks
|
|
825
|
-
* The
|
|
945
|
+
* The VPC that corresponds to the SAE namespace. In SAE, a namespace can correspond to only one VPC, and the mapping cannot be modified. The binding relationship is established when the first SAE application is created in the namespace. Multiple namespaces can correspond to the same VPC. If you leave this parameter empty, the VPC bound to the namespace is used by default.
|
|
826
946
|
*
|
|
827
947
|
* @example
|
|
828
948
|
* vpc-bp1aevy8sofi8mh1q****
|
|
@@ -830,7 +950,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
830
950
|
vpcId?: string;
|
|
831
951
|
/**
|
|
832
952
|
* @remarks
|
|
833
|
-
* The startup command
|
|
953
|
+
* The startup command for deploying a WAR package application. The configuration procedure is the same as that for the startup command of an image deployment. For more information, see [Configure a startup command](https://help.aliyun.com/document_detail/96677.html).
|
|
834
954
|
*
|
|
835
955
|
* @example
|
|
836
956
|
* CATALINA_OPTS=\\"$CATALINA_OPTS $Options\\" catalina.sh run
|
|
@@ -838,12 +958,12 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
838
958
|
warStartOptions?: string;
|
|
839
959
|
/**
|
|
840
960
|
* @remarks
|
|
841
|
-
* The version of
|
|
961
|
+
* The version of Tomcat on which the WebContainer deployment package depends. Valid values:
|
|
842
962
|
*
|
|
843
|
-
*
|
|
844
|
-
*
|
|
963
|
+
* - **apache-tomcat-7.0.91**
|
|
964
|
+
* - **apache-tomcat-8.5.42**
|
|
845
965
|
*
|
|
846
|
-
* This parameter is not
|
|
966
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
847
967
|
*
|
|
848
968
|
* @example
|
|
849
969
|
* apache-tomcat-7.0.91
|
|
@@ -920,6 +1040,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
920
1040
|
pvtzDiscoverySvc: 'PvtzDiscoverySvc',
|
|
921
1041
|
python: 'Python',
|
|
922
1042
|
pythonModules: 'PythonModules',
|
|
1043
|
+
raspConfig: 'RaspConfig',
|
|
923
1044
|
readiness: 'Readiness',
|
|
924
1045
|
replicas: 'Replicas',
|
|
925
1046
|
resourceType: 'ResourceType',
|
|
@@ -1012,6 +1133,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
1012
1133
|
pvtzDiscoverySvc: 'string',
|
|
1013
1134
|
python: 'string',
|
|
1014
1135
|
pythonModules: 'string',
|
|
1136
|
+
raspConfig: CreateApplicationRequestRaspConfig,
|
|
1015
1137
|
readiness: 'string',
|
|
1016
1138
|
replicas: 'number',
|
|
1017
1139
|
resourceType: 'string',
|
|
@@ -1040,6 +1162,9 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
1040
1162
|
if(this.labels) {
|
|
1041
1163
|
$dara.Model.validateMap(this.labels);
|
|
1042
1164
|
}
|
|
1165
|
+
if(this.raspConfig && typeof (this.raspConfig as any).validate === 'function') {
|
|
1166
|
+
(this.raspConfig as any).validate();
|
|
1167
|
+
}
|
|
1043
1168
|
if(Array.isArray(this.sidecarContainersConfig)) {
|
|
1044
1169
|
$dara.Model.validateArray(this.sidecarContainersConfig);
|
|
1045
1170
|
}
|