tencentcloud-sdk-python-tke 3.1.58__tar.gz → 3.1.68__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.68}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20180525/models.py +87 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.68/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.68}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.58 → tencentcloud_sdk_python_tke-3.1.68}/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.68
|
|
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.68
|
|
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.68,<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
|
|
@@ -33814,8 +33856,11 @@ class GetMostSuitableImageCacheRequest(AbstractModel):
|
|
|
33814
33856
|
r"""
|
|
33815
33857
|
:param _Images: 容器镜像列表
|
|
33816
33858
|
:type Images: list of str
|
|
33859
|
+
:param _Snapshotter: 容器镜像制作snapshotter
|
|
33860
|
+
:type Snapshotter: str
|
|
33817
33861
|
"""
|
|
33818
33862
|
self._Images = None
|
|
33863
|
+
self._Snapshotter = None
|
|
33819
33864
|
|
|
33820
33865
|
@property
|
|
33821
33866
|
def Images(self):
|
|
@@ -33828,9 +33873,21 @@ class GetMostSuitableImageCacheRequest(AbstractModel):
|
|
|
33828
33873
|
def Images(self, Images):
|
|
33829
33874
|
self._Images = Images
|
|
33830
33875
|
|
|
33876
|
+
@property
|
|
33877
|
+
def Snapshotter(self):
|
|
33878
|
+
r"""容器镜像制作snapshotter
|
|
33879
|
+
:rtype: str
|
|
33880
|
+
"""
|
|
33881
|
+
return self._Snapshotter
|
|
33882
|
+
|
|
33883
|
+
@Snapshotter.setter
|
|
33884
|
+
def Snapshotter(self, Snapshotter):
|
|
33885
|
+
self._Snapshotter = Snapshotter
|
|
33886
|
+
|
|
33831
33887
|
|
|
33832
33888
|
def _deserialize(self, params):
|
|
33833
33889
|
self._Images = params.get("Images")
|
|
33890
|
+
self._Snapshotter = params.get("Snapshotter")
|
|
33834
33891
|
memeber_set = set(params.keys())
|
|
33835
33892
|
for name, value in vars(self).items():
|
|
33836
33893
|
property_name = name[1:]
|
|
@@ -34588,6 +34645,10 @@ UpdateFailed:更新失败
|
|
|
34588
34645
|
:type ImageRegistryCredentials: list of ImageRegistryCredential
|
|
34589
34646
|
:param _Tags: 腾讯云标签
|
|
34590
34647
|
:type Tags: list of Tag
|
|
34648
|
+
:param _ImageCacheType: 镜像缓存类型
|
|
34649
|
+
:type ImageCacheType: str
|
|
34650
|
+
:param _Snapshotter: 镜像缓存所属snapshotter类型
|
|
34651
|
+
:type Snapshotter: str
|
|
34591
34652
|
"""
|
|
34592
34653
|
self._ImageCacheId = None
|
|
34593
34654
|
self._ImageCacheName = None
|
|
@@ -34602,6 +34663,8 @@ UpdateFailed:更新失败
|
|
|
34602
34663
|
self._RetentionDays = None
|
|
34603
34664
|
self._ImageRegistryCredentials = None
|
|
34604
34665
|
self._Tags = None
|
|
34666
|
+
self._ImageCacheType = None
|
|
34667
|
+
self._Snapshotter = None
|
|
34605
34668
|
|
|
34606
34669
|
@property
|
|
34607
34670
|
def ImageCacheId(self):
|
|
@@ -34752,6 +34815,28 @@ UpdateFailed:更新失败
|
|
|
34752
34815
|
def Tags(self, Tags):
|
|
34753
34816
|
self._Tags = Tags
|
|
34754
34817
|
|
|
34818
|
+
@property
|
|
34819
|
+
def ImageCacheType(self):
|
|
34820
|
+
r"""镜像缓存类型
|
|
34821
|
+
:rtype: str
|
|
34822
|
+
"""
|
|
34823
|
+
return self._ImageCacheType
|
|
34824
|
+
|
|
34825
|
+
@ImageCacheType.setter
|
|
34826
|
+
def ImageCacheType(self, ImageCacheType):
|
|
34827
|
+
self._ImageCacheType = ImageCacheType
|
|
34828
|
+
|
|
34829
|
+
@property
|
|
34830
|
+
def Snapshotter(self):
|
|
34831
|
+
r"""镜像缓存所属snapshotter类型
|
|
34832
|
+
:rtype: str
|
|
34833
|
+
"""
|
|
34834
|
+
return self._Snapshotter
|
|
34835
|
+
|
|
34836
|
+
@Snapshotter.setter
|
|
34837
|
+
def Snapshotter(self, Snapshotter):
|
|
34838
|
+
self._Snapshotter = Snapshotter
|
|
34839
|
+
|
|
34755
34840
|
|
|
34756
34841
|
def _deserialize(self, params):
|
|
34757
34842
|
self._ImageCacheId = params.get("ImageCacheId")
|
|
@@ -34782,6 +34867,8 @@ UpdateFailed:更新失败
|
|
|
34782
34867
|
obj = Tag()
|
|
34783
34868
|
obj._deserialize(item)
|
|
34784
34869
|
self._Tags.append(obj)
|
|
34870
|
+
self._ImageCacheType = params.get("ImageCacheType")
|
|
34871
|
+
self._Snapshotter = params.get("Snapshotter")
|
|
34785
34872
|
memeber_set = set(params.keys())
|
|
34786
34873
|
for name, value in vars(self).items():
|
|
34787
34874
|
property_name = name[1:]
|
|
@@ -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.68
|
|
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.68
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.68
|
|
@@ -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
|