tencentcloud-sdk-python-tke 3.1.115__tar.gz → 3.1.121__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_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20180525/models.py +23 -10
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.121/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.115/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.115 → tencentcloud_sdk_python_tke-3.1.121}/tencentcloud_sdk_python_tke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.121
|
|
4
4
|
Summary: Tencent Cloud Tke 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.121
|
|
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-tke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.121,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -40512,21 +40512,23 @@ class ModifyClusterTagsRequest(AbstractModel):
|
|
|
40512
40512
|
|
|
40513
40513
|
def __init__(self):
|
|
40514
40514
|
r"""
|
|
40515
|
-
:param _ClusterId:
|
|
40515
|
+
:param _ClusterId: <p>集群ID</p>
|
|
40516
40516
|
:type ClusterId: str
|
|
40517
|
-
:param _Tags:
|
|
40518
|
-
[{"TagKey":"env","TagValue":"dev"}]}]
|
|
40517
|
+
:param _Tags: <p>集群标签:<br>[{"TagKey":"env","TagValue":"dev"}]}]</p>
|
|
40519
40518
|
:type Tags: list of Tag
|
|
40520
|
-
:param _SyncSubresource:
|
|
40519
|
+
:param _SyncSubresource: <p>是否同步集群内子资源标签</p>
|
|
40521
40520
|
:type SyncSubresource: bool
|
|
40521
|
+
:param _SyncNodePoolTags: <p>是否同步节点池标签</p>
|
|
40522
|
+
:type SyncNodePoolTags: bool
|
|
40522
40523
|
"""
|
|
40523
40524
|
self._ClusterId = None
|
|
40524
40525
|
self._Tags = None
|
|
40525
40526
|
self._SyncSubresource = None
|
|
40527
|
+
self._SyncNodePoolTags = None
|
|
40526
40528
|
|
|
40527
40529
|
@property
|
|
40528
40530
|
def ClusterId(self):
|
|
40529
|
-
r"""
|
|
40531
|
+
r"""<p>集群ID</p>
|
|
40530
40532
|
:rtype: str
|
|
40531
40533
|
"""
|
|
40532
40534
|
return self._ClusterId
|
|
@@ -40537,8 +40539,7 @@ class ModifyClusterTagsRequest(AbstractModel):
|
|
|
40537
40539
|
|
|
40538
40540
|
@property
|
|
40539
40541
|
def Tags(self):
|
|
40540
|
-
r"""
|
|
40541
|
-
[{"TagKey":"env","TagValue":"dev"}]}]
|
|
40542
|
+
r"""<p>集群标签:<br>[{"TagKey":"env","TagValue":"dev"}]}]</p>
|
|
40542
40543
|
:rtype: list of Tag
|
|
40543
40544
|
"""
|
|
40544
40545
|
return self._Tags
|
|
@@ -40549,7 +40550,7 @@ class ModifyClusterTagsRequest(AbstractModel):
|
|
|
40549
40550
|
|
|
40550
40551
|
@property
|
|
40551
40552
|
def SyncSubresource(self):
|
|
40552
|
-
r"""
|
|
40553
|
+
r"""<p>是否同步集群内子资源标签</p>
|
|
40553
40554
|
:rtype: bool
|
|
40554
40555
|
"""
|
|
40555
40556
|
return self._SyncSubresource
|
|
@@ -40558,6 +40559,17 @@ class ModifyClusterTagsRequest(AbstractModel):
|
|
|
40558
40559
|
def SyncSubresource(self, SyncSubresource):
|
|
40559
40560
|
self._SyncSubresource = SyncSubresource
|
|
40560
40561
|
|
|
40562
|
+
@property
|
|
40563
|
+
def SyncNodePoolTags(self):
|
|
40564
|
+
r"""<p>是否同步节点池标签</p>
|
|
40565
|
+
:rtype: bool
|
|
40566
|
+
"""
|
|
40567
|
+
return self._SyncNodePoolTags
|
|
40568
|
+
|
|
40569
|
+
@SyncNodePoolTags.setter
|
|
40570
|
+
def SyncNodePoolTags(self, SyncNodePoolTags):
|
|
40571
|
+
self._SyncNodePoolTags = SyncNodePoolTags
|
|
40572
|
+
|
|
40561
40573
|
|
|
40562
40574
|
def _deserialize(self, params):
|
|
40563
40575
|
self._ClusterId = params.get("ClusterId")
|
|
@@ -40568,6 +40580,7 @@ class ModifyClusterTagsRequest(AbstractModel):
|
|
|
40568
40580
|
obj._deserialize(item)
|
|
40569
40581
|
self._Tags.append(obj)
|
|
40570
40582
|
self._SyncSubresource = params.get("SyncSubresource")
|
|
40583
|
+
self._SyncNodePoolTags = params.get("SyncNodePoolTags")
|
|
40571
40584
|
memeber_set = set(params.keys())
|
|
40572
40585
|
for name, value in vars(self).items():
|
|
40573
40586
|
property_name = name[1:]
|
|
@@ -40585,7 +40598,7 @@ class ModifyClusterTagsResponse(AbstractModel):
|
|
|
40585
40598
|
|
|
40586
40599
|
def __init__(self):
|
|
40587
40600
|
r"""
|
|
40588
|
-
:param _Tags:
|
|
40601
|
+
:param _Tags: <p>集群标签</p>
|
|
40589
40602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40590
40603
|
:type Tags: list of Tag
|
|
40591
40604
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -40596,7 +40609,7 @@ class ModifyClusterTagsResponse(AbstractModel):
|
|
|
40596
40609
|
|
|
40597
40610
|
@property
|
|
40598
40611
|
def Tags(self):
|
|
40599
|
-
r"""
|
|
40612
|
+
r"""<p>集群标签</p>
|
|
40600
40613
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40601
40614
|
:rtype: list of Tag
|
|
40602
40615
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.121
|
|
4
4
|
Summary: Tencent Cloud Tke 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.121
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.121
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.115
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|