tencentcloud-sdk-python-lke 3.1.47__tar.gz → 3.1.60__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_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/v20231130/models.py +12 -2
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.60/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.47/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.60}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.60
|
|
4
4
|
Summary: Tencent Cloud Lke 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.60
|
|
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-lke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.60,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -4664,7 +4664,8 @@ class AttrLabelRefer(AbstractModel):
|
|
|
4664
4664
|
|
|
4665
4665
|
def __init__(self):
|
|
4666
4666
|
r"""
|
|
4667
|
-
:param _Source: 标签来源,1
|
|
4667
|
+
:param _Source: 标签来源,1:标签。
|
|
4668
|
+
使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
|
|
4668
4669
|
:type Source: int
|
|
4669
4670
|
:param _AttributeBizId: 标签ID
|
|
4670
4671
|
:type AttributeBizId: str
|
|
@@ -4677,7 +4678,8 @@ class AttrLabelRefer(AbstractModel):
|
|
|
4677
4678
|
|
|
4678
4679
|
@property
|
|
4679
4680
|
def Source(self):
|
|
4680
|
-
r"""标签来源,1
|
|
4681
|
+
r"""标签来源,1:标签。
|
|
4682
|
+
使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
|
|
4681
4683
|
:rtype: int
|
|
4682
4684
|
"""
|
|
4683
4685
|
return self._Source
|
|
@@ -32300,6 +32302,10 @@ class ReleaseConfigs(AbstractModel):
|
|
|
32300
32302
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
32301
32303
|
:type UpdateTime: str
|
|
32302
32304
|
:param _Action: 状态
|
|
32305
|
+
2:待发布
|
|
32306
|
+
3:发布中
|
|
32307
|
+
4:已发布
|
|
32308
|
+
5:发布失败
|
|
32303
32309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
32304
32310
|
:type Action: int
|
|
32305
32311
|
:param _Value: 变更后的内容
|
|
@@ -32350,6 +32356,10 @@ class ReleaseConfigs(AbstractModel):
|
|
|
32350
32356
|
@property
|
|
32351
32357
|
def Action(self):
|
|
32352
32358
|
r"""状态
|
|
32359
|
+
2:待发布
|
|
32360
|
+
3:发布中
|
|
32361
|
+
4:已发布
|
|
32362
|
+
5:发布失败
|
|
32353
32363
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
32354
32364
|
:rtype: int
|
|
32355
32365
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.60
|
|
4
4
|
Summary: Tencent Cloud Lke 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.60
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.60
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.47
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|