Skip to content

Commit d976209

Browse files
add updates
1 parent 3799d73 commit d976209

3 files changed

Lines changed: 643 additions & 178 deletions

File tree

src/Pod/ChangeLog.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# 更新历史 #
22

3-
API版本:2.5.1
3+
API版本:2.6.1
44

55
| 发布时间 | 版本号 | 更新 | 说明 |
66
|------------|-------|------|-------------------------|
7-
| 2023-09-07 | 2.5.1 | 文档更新 | *文档更新 |
8-
| 2023-06-13 | 2.5.0 | 功能更新 | *多网卡创建 |
9-
| 2023-04-06 | 2.4.0 | 新增接口 | *新增接口:镜像缓存 |
7+
| 2024-3-12 | 2.6.1 | 新增接口 | * 新增接口:更新Pod模板 |
8+
| 2023-11-29 | 2.6.0 | 新增接口 | * 新增接口:支持Pod模板 |
9+
| 2023-09-07 | 2.5.1 | 文档更新 | * 文档更新 |
10+
| 2023-06-13 | 2.5.0 | 功能更新 | * 多网卡创建 |
11+
| 2023-04-06 | 2.4.0 | 新增接口 | * 新增接口:镜像缓存 |
1012
| 2023-01-17 | 2.3.4 | 功能更新 | * 接入资源组 |
1113
| 2022-08-05 | 2.3.3 | 文档更新 | *文档维护 |
1214
| 2022-07-28 | 2.3.2 | 文档更新 | *文档维护及目录更改 |

src/Pod/PodClient.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
* @method \GuzzleHttp\Promise\Promise describePodsAsync(array $args = [])
6161
* @method \Jdcloud\Result createPods(array $args = [])
6262
* @method \GuzzleHttp\Promise\Promise createPodsAsync(array $args = [])
63+
* @method \Jdcloud\Result describePodsStatus(array $args = [])
64+
* @method \GuzzleHttp\Promise\Promise describePodsStatusAsync(array $args = [])
6365
* @method \Jdcloud\Result checkPodName(array $args = [])
6466
* @method \GuzzleHttp\Promise\Promise checkPodNameAsync(array $args = [])
6567
* @method \Jdcloud\Result describePod(array $args = [])
@@ -82,6 +84,18 @@
8284
* @method \GuzzleHttp\Promise\Promise rebuildPodAsync(array $args = [])
8385
* @method \Jdcloud\Result resizePod(array $args = [])
8486
* @method \GuzzleHttp\Promise\Promise resizePodAsync(array $args = [])
87+
* @method \Jdcloud\Result describePodTemplates(array $args = [])
88+
* @method \GuzzleHttp\Promise\Promise describePodTemplatesAsync(array $args = [])
89+
* @method \Jdcloud\Result createPodTemplate(array $args = [])
90+
* @method \GuzzleHttp\Promise\Promise createPodTemplateAsync(array $args = [])
91+
* @method \Jdcloud\Result describePodTemplate(array $args = [])
92+
* @method \GuzzleHttp\Promise\Promise describePodTemplateAsync(array $args = [])
93+
* @method \Jdcloud\Result updatePodTemplate(array $args = [])
94+
* @method \GuzzleHttp\Promise\Promise updatePodTemplateAsync(array $args = [])
95+
* @method \Jdcloud\Result deletePodTemplate(array $args = [])
96+
* @method \GuzzleHttp\Promise\Promise deletePodTemplateAsync(array $args = [])
97+
* @method \Jdcloud\Result verifyPodTemplate(array $args = [])
98+
* @method \GuzzleHttp\Promise\Promise verifyPodTemplateAsync(array $args = [])
8599
* @method \Jdcloud\Result describeQuota(array $args = [])
86100
* @method \GuzzleHttp\Promise\Promise describeQuotaAsync(array $args = [])
87101
* @method \Jdcloud\Result describeSecrets(array $args = [])

0 commit comments

Comments
 (0)