tencentcloud-sdk-python-tke 3.1.58__tar.gz → 3.1.67__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.58 → tencentcloud_sdk_python_tke-3.1.67}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/models.py +42 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.67/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.58/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.67}/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.67
|
|
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.67
|
|
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.67,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -4872,8 +4872,29 @@ class ClusterStatus(AbstractModel):
|
|
|
4872
4872
|
:param _ClusterId: 集群Id
|
|
4873
4873
|
:type ClusterId: str
|
|
4874
4874
|
:param _ClusterState: 集群状态
|
|
4875
|
+
运行中:Running
|
|
4876
|
+
集群等级中:ClusterLevelUpgrading
|
|
4877
|
+
集群升级中:Upgrading
|
|
4878
|
+
集群控制面扩容中:MasterScaling
|
|
4879
|
+
托管集群修改参数中:RuntimeUpgrading
|
|
4880
|
+
节点升级中:NodeUpgrading
|
|
4881
|
+
集群删除中:Deleting
|
|
4882
|
+
集群创建中:Creating
|
|
4883
|
+
集群已隔离:Isolated
|
|
4884
|
+
集群升级暂停:Pause
|
|
4885
|
+
集群执行隔离:ResourceIsolate
|
|
4886
|
+
集群隔离:ResourceIsolated
|
|
4887
|
+
集群执行冲正:ResourceReverse
|
|
4888
|
+
集群冲正:ResourceReversal
|
|
4889
|
+
集群执行销毁:ResourceDestroy
|
|
4890
|
+
集群销毁:ResourceDestroyed
|
|
4891
|
+
集群变配交易中:ClusterLevelTrading
|
|
4875
4892
|
:type ClusterState: str
|
|
4876
4893
|
:param _ClusterInstanceState: 集群下机器实例的状态
|
|
4894
|
+
节点全部正常:AllNormal
|
|
4895
|
+
节点全部异常:
|
|
4896
|
+
AllAbnormal
|
|
4897
|
+
节点部分异常:PartialAbnormal
|
|
4877
4898
|
:type ClusterInstanceState: str
|
|
4878
4899
|
:param _ClusterBMonitor: 集群是否开启监控
|
|
4879
4900
|
:type ClusterBMonitor: bool
|
|
@@ -4918,6 +4939,23 @@ class ClusterStatus(AbstractModel):
|
|
|
4918
4939
|
@property
|
|
4919
4940
|
def ClusterState(self):
|
|
4920
4941
|
r"""集群状态
|
|
4942
|
+
运行中:Running
|
|
4943
|
+
集群等级中:ClusterLevelUpgrading
|
|
4944
|
+
集群升级中:Upgrading
|
|
4945
|
+
集群控制面扩容中:MasterScaling
|
|
4946
|
+
托管集群修改参数中:RuntimeUpgrading
|
|
4947
|
+
节点升级中:NodeUpgrading
|
|
4948
|
+
集群删除中:Deleting
|
|
4949
|
+
集群创建中:Creating
|
|
4950
|
+
集群已隔离:Isolated
|
|
4951
|
+
集群升级暂停:Pause
|
|
4952
|
+
集群执行隔离:ResourceIsolate
|
|
4953
|
+
集群隔离:ResourceIsolated
|
|
4954
|
+
集群执行冲正:ResourceReverse
|
|
4955
|
+
集群冲正:ResourceReversal
|
|
4956
|
+
集群执行销毁:ResourceDestroy
|
|
4957
|
+
集群销毁:ResourceDestroyed
|
|
4958
|
+
集群变配交易中:ClusterLevelTrading
|
|
4921
4959
|
:rtype: str
|
|
4922
4960
|
"""
|
|
4923
4961
|
return self._ClusterState
|
|
@@ -4929,6 +4967,10 @@ class ClusterStatus(AbstractModel):
|
|
|
4929
4967
|
@property
|
|
4930
4968
|
def ClusterInstanceState(self):
|
|
4931
4969
|
r"""集群下机器实例的状态
|
|
4970
|
+
节点全部正常:AllNormal
|
|
4971
|
+
节点全部异常:
|
|
4972
|
+
AllAbnormal
|
|
4973
|
+
节点部分异常:PartialAbnormal
|
|
4932
4974
|
:rtype: str
|
|
4933
4975
|
"""
|
|
4934
4976
|
return self._ClusterInstanceState
|
|
@@ -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.67
|
|
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.67
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.58
|
|
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
|