Skip to content

Commit 777dfe2

Browse files
add updates
1 parent d976209 commit 777dfe2

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

src/Pod/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ API版本:2.6.1
44

55
| 发布时间 | 版本号 | 更新 | 说明 |
66
|------------|-------|------|-------------------------|
7+
| 2025-02-24 | 2.7.0 | 新增接口 | * 新增Pod状态查询接口 |
78
| 2024-3-12 | 2.6.1 | 新增接口 | * 新增接口:更新Pod模板 |
89
| 2023-11-29 | 2.6.0 | 新增接口 | * 新增接口:支持Pod模板 |
910
| 2023-09-07 | 2.5.1 | 文档更新 | * 文档更新 |

src/data/pod/v1/api-2.json.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@
575575
'type' => 'structure',
576576
'members' => [
577577
'name' => [ 'type' => 'string', 'locationName' => 'name', ],
578+
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
578579
'command' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
579580
'args' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
580581
'env' => [ 'type' => 'list', 'member' => [ 'shape' => 'Env', ], ],
@@ -750,6 +751,7 @@
750751
'resources' => [ 'shape' => 'ResourceRequestsSpec', ],
751752
'systemDisk' => [ 'shape' => 'CloudDiskSpec', ],
752753
'volumeMounts' => [ 'type' => 'list', 'member' => [ 'shape' => 'VolumeMountSpec', ], ],
754+
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
753755
],
754756
],
755757
'ProbeSpec' => [
@@ -841,6 +843,18 @@
841843
'chargeSpec' => [ 'shape' => 'ChargeSpec', ],
842844
],
843845
],
846+
'EmptyDirVolumeSource' => [
847+
'type' => 'structure',
848+
'members' => [
849+
'sizeMB' => [ 'type' => 'integer', 'locationName' => 'sizeMB', ],
850+
],
851+
],
852+
'EmptyDirVolumeSourceSpec' => [
853+
'type' => 'structure',
854+
'members' => [
855+
'sizeMB' => [ 'type' => 'integer', 'locationName' => 'sizeMB', ],
856+
],
857+
],
844858
'FileToPath' => [
845859
'type' => 'structure',
846860
'members' => [
@@ -1093,6 +1107,7 @@
10931107
'jdcloudDisk' => [ 'shape' => 'JDCloudVolumeSource', ],
10941108
'cfs' => [ 'shape' => 'CFSVolumeSource', ],
10951109
'configFile' => [ 'shape' => 'ConfigFileVolumeSource', ],
1110+
'emptyDir' => [ 'shape' => 'EmptyDirVolumeSource', ],
10961111
],
10971112
],
10981113
'PodBrief' => [
@@ -1151,6 +1166,7 @@
11511166
'jdcloudDisk' => [ 'shape' => 'JDCloudVolumeSourceSpec', ],
11521167
'cfs' => [ 'shape' => 'CFSVolumeSourceSpec', ],
11531168
'configFile' => [ 'shape' => 'ConfigFileVolumeSourceSpec', ],
1169+
'emptyDir' => [ 'shape' => 'EmptyDirVolumeSourceSpec', ],
11541170
],
11551171
],
11561172
'PodTemplateNetworkInterfaceAttachment' => [

0 commit comments

Comments
 (0)