Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce6a0d3

Browse files
committed
ECI SDK Auto Released By lm140765,Version:1.0.2
发布日志:1, Add probe for container.2, Add securityContext for container.3, Add dnsConfig for pod.
1 parentd571e24 commitce6a0d3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎aliyun-python-sdk-eci/ChangeLog.txt‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-12-29 Version: 1.0.2
2+
1, Add probe for container.
3+
2, Add securityContext for container.
4+
3, Add dnsConfig for pod.
5+
16
2018-12-28 Version: 1.0.2
27
1, Add probe for container.
38
2, Add securityContext for container.

‎aliyun-python-sdk-eci/aliyunsdkeci/request/v20180808/DescribeContainerGroupsRequest.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def get_Tags(self):
7171
defset_Tags(self,Tags):
7272
foriinrange(len(Tags)):
7373
ifTags[i].get('Key')isnotNone:
74-
self.add_query_param('Tags.'+str(i+1)+'.Key' ,Tags[i].get('Key'))
74+
self.add_query_param('Tag.'+str(i+1)+'.Key' ,Tags[i].get('Key'))
7575
ifTags[i].get('Value')isnotNone:
76-
self.add_query_param('Tags.'+str(i+1)+'.Value' ,Tags[i].get('Value'))
76+
self.add_query_param('Tag.'+str(i+1)+'.Value' ,Tags[i].get('Value'))
7777

7878

7979
defget_VSwitchId(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp