tencentcloud-sdk-python-tsf 3.1.116__tar.gz → 3.1.127__tar.gz
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.
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/setup.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/v20180326/models.py +15 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tsf-3.1.127/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tsf-3.1.116/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/README.rst +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tsf-3.1.116 → tencentcloud_sdk_python_tsf-3.1.127}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tsf
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.127
|
|
4
4
|
Summary: Tencent Cloud Tsf SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tsf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.127,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tsf SDK for Python',
|
|
@@ -122,6 +122,9 @@ FAILEDOPERATION_CONTAINERGROUPKUBERNETESTKECLUSTERABNORMAL = 'FailedOperation.Co
|
|
|
122
122
|
# 容器平台集群当前不可用
|
|
123
123
|
FAILEDOPERATION_CPCLUSTERUNAVAILABLE = 'FailedOperation.CpClusterUnavailable'
|
|
124
124
|
|
|
125
|
+
# 创建操作过于频繁,请稍候重试
|
|
126
|
+
FAILEDOPERATION_CREATEOPERATIONTOOFREQUENTLY = 'FailedOperation.CreateOperationTooFrequently'
|
|
127
|
+
|
|
125
128
|
# 健康检查配置失败。
|
|
126
129
|
FAILEDOPERATION_CVMCAEMASTERHEALTHCHECKCONFIGERROR = 'FailedOperation.CvmCaeMasterHealthCheckConfigError'
|
|
127
130
|
|
|
@@ -221,6 +224,9 @@ FAILEDOPERATION_RATELIMITCONSULERROR = 'FailedOperation.RatelimitConsulError'
|
|
|
221
224
|
# 调用 Mesh API Server 失败。
|
|
222
225
|
FAILEDOPERATION_RATELIMITMESHAPISERVICEERROR = 'FailedOperation.RatelimitMeshApiServiceError'
|
|
223
226
|
|
|
227
|
+
# 发布操作过于频繁,请稍候重试
|
|
228
|
+
FAILEDOPERATION_RELEASEOPERATIONTOOFREQUENTLY = 'FailedOperation.ReleaseOperationTooFrequently'
|
|
229
|
+
|
|
224
230
|
# 资源操作失败。
|
|
225
231
|
FAILEDOPERATION_RESOURCEOPFAILED = 'FailedOperation.ResourceOpFailed'
|
|
226
232
|
|
|
@@ -17804,6 +17804,8 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
17804
17804
|
:type IncrementalDeployment: bool
|
|
17805
17805
|
:param _DoNotStart: <p>是否不立即启动</p>
|
|
17806
17806
|
:type DoNotStart: bool
|
|
17807
|
+
:param _ImagePullSecretList: <p>镜像Secret列表</p>
|
|
17808
|
+
:type ImagePullSecretList: list of str
|
|
17807
17809
|
"""
|
|
17808
17810
|
self._ApplicationId = None
|
|
17809
17811
|
self._ObservabilityConfig = None
|
|
@@ -17868,6 +17870,7 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
17868
17870
|
self._Partition = None
|
|
17869
17871
|
self._IncrementalDeployment = None
|
|
17870
17872
|
self._DoNotStart = None
|
|
17873
|
+
self._ImagePullSecretList = None
|
|
17871
17874
|
|
|
17872
17875
|
@property
|
|
17873
17876
|
def ApplicationId(self):
|
|
@@ -18562,6 +18565,17 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
18562
18565
|
def DoNotStart(self, DoNotStart):
|
|
18563
18566
|
self._DoNotStart = DoNotStart
|
|
18564
18567
|
|
|
18568
|
+
@property
|
|
18569
|
+
def ImagePullSecretList(self):
|
|
18570
|
+
r"""<p>镜像Secret列表</p>
|
|
18571
|
+
:rtype: list of str
|
|
18572
|
+
"""
|
|
18573
|
+
return self._ImagePullSecretList
|
|
18574
|
+
|
|
18575
|
+
@ImagePullSecretList.setter
|
|
18576
|
+
def ImagePullSecretList(self, ImagePullSecretList):
|
|
18577
|
+
self._ImagePullSecretList = ImagePullSecretList
|
|
18578
|
+
|
|
18565
18579
|
|
|
18566
18580
|
def _deserialize(self, params):
|
|
18567
18581
|
self._ApplicationId = params.get("ApplicationId")
|
|
@@ -18679,6 +18693,7 @@ class DeployContainerApplicationRequest(AbstractModel):
|
|
|
18679
18693
|
self._Partition = params.get("Partition")
|
|
18680
18694
|
self._IncrementalDeployment = params.get("IncrementalDeployment")
|
|
18681
18695
|
self._DoNotStart = params.get("DoNotStart")
|
|
18696
|
+
self._ImagePullSecretList = params.get("ImagePullSecretList")
|
|
18682
18697
|
memeber_set = set(params.keys())
|
|
18683
18698
|
for name, value in vars(self).items():
|
|
18684
18699
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tsf
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.127
|
|
4
4
|
Summary: Tencent Cloud Tsf SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.116
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|