Skip to content

Commit b72127a

Browse files
Merge pull request #184 from jdcloud-apigateway/master
add updates
2 parents 8a8bdfc + ea47625 commit b72127a

3 files changed

Lines changed: 843 additions & 20 deletions

File tree

src/Ydapp/ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新历史 #
22
API版本:1.0.0
33

4-
| 发布时间 | 版本号 | 更新 | 说明 |
5-
|------------|-------|--|-----------------------|
6-
| 2025-04-28 | 1.0.0 | 初始化版本 | *初始化开放接口 |
4+
| 发布时间 | 版本号 | 更新 | 说明 |
5+
|------------|-------|---------------|-----------------------|
6+
| 2025-04-28 | 1.0.0 | 初始化版本 | *初始化开放接口 |
7+
| 2025-11-17 | 1.0.1 | 增加分组配置和部署相关接口 | *增加分组配置和部署相关接口 |

src/Ydapp/YdappClient.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,42 @@
3434
* @method \GuzzleHttp\Promise\Promise describeDeployTaskAsync(array $args = [])
3535
* @method \Jdcloud\Result stopDeployTask(array $args = [])
3636
* @method \GuzzleHttp\Promise\Promise stopDeployTaskAsync(array $args = [])
37+
* @method \Jdcloud\Result restart(array $args = [])
38+
* @method \GuzzleHttp\Promise\Promise restartAsync(array $args = [])
39+
* @method \Jdcloud\Result scale(array $args = [])
40+
* @method \GuzzleHttp\Promise\Promise scaleAsync(array $args = [])
41+
* @method \Jdcloud\Result rollback(array $args = [])
42+
* @method \GuzzleHttp\Promise\Promise rollbackAsync(array $args = [])
43+
* @method \Jdcloud\Result describeDeploys(array $args = [])
44+
* @method \GuzzleHttp\Promise\Promise describeDeploysAsync(array $args = [])
3745
* @method \Jdcloud\Result describeGroups(array $args = [])
3846
* @method \GuzzleHttp\Promise\Promise describeGroupsAsync(array $args = [])
47+
* @method \Jdcloud\Result describeGroupConfig(array $args = [])
48+
* @method \GuzzleHttp\Promise\Promise describeGroupConfigAsync(array $args = [])
49+
* @method \Jdcloud\Result updateBaseInfo(array $args = [])
50+
* @method \GuzzleHttp\Promise\Promise updateBaseInfoAsync(array $args = [])
51+
* @method \Jdcloud\Result updateStartCmd(array $args = [])
52+
* @method \GuzzleHttp\Promise\Promise updateStartCmdAsync(array $args = [])
53+
* @method \Jdcloud\Result updateHealthCheck(array $args = [])
54+
* @method \GuzzleHttp\Promise\Promise updateHealthCheckAsync(array $args = [])
55+
* @method \Jdcloud\Result updateLifeCycle(array $args = [])
56+
* @method \GuzzleHttp\Promise\Promise updateLifeCycleAsync(array $args = [])
57+
* @method \Jdcloud\Result describeGroupEnvironments(array $args = [])
58+
* @method \GuzzleHttp\Promise\Promise describeGroupEnvironmentsAsync(array $args = [])
59+
* @method \Jdcloud\Result updateGroupEnvironment(array $args = [])
60+
* @method \GuzzleHttp\Promise\Promise updateGroupEnvironmentAsync(array $args = [])
61+
* @method \Jdcloud\Result describeGroupConfigFiles(array $args = [])
62+
* @method \GuzzleHttp\Promise\Promise describeGroupConfigFilesAsync(array $args = [])
63+
* @method \Jdcloud\Result updateConfigFile(array $args = [])
64+
* @method \GuzzleHttp\Promise\Promise updateConfigFileAsync(array $args = [])
65+
* @method \Jdcloud\Result deleteConfigFile(array $args = [])
66+
* @method \GuzzleHttp\Promise\Promise deleteConfigFileAsync(array $args = [])
67+
* @method \Jdcloud\Result containerAntiAffinity(array $args = [])
68+
* @method \GuzzleHttp\Promise\Promise containerAntiAffinityAsync(array $args = [])
69+
* @method \Jdcloud\Result describePods(array $args = [])
70+
* @method \GuzzleHttp\Promise\Promise describePodsAsync(array $args = [])
71+
* @method \Jdcloud\Result rebuild(array $args = [])
72+
* @method \GuzzleHttp\Promise\Promise rebuildAsync(array $args = [])
3973
*/
4074
class YdappClient extends JdCloudClient
4175
{

0 commit comments

Comments
 (0)