tencentcloud-sdk-python-tke 3.1.38__tar.gz → 3.1.44__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.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20180525/models.py +64 -4
  5. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tke-3.1.44/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tke-3.1.38/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20180525/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20180525/tke_client.py +0 -0
  14. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20220501/__init__.py +0 -0
  16. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20220501/models.py +0 -0
  18. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20220501/tke_client.py +0 -0
  19. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tke-3.1.38 → tencentcloud_sdk_python_tke-3.1.44}/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.38
3
+ Version: 3.1.44
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.38
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.44
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.38,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.44,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.38'
17
+ __version__ = '3.1.44'
@@ -2146,6 +2146,8 @@ class Cluster(AbstractModel):
2146
2146
  :type ClusterEtcdNodeNum: int
2147
2147
  :param _CdcId: 本地专用集群Id
2148
2148
  :type CdcId: str
2149
+ :param _IsHighAvailability: 集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
2150
+ :type IsHighAvailability: bool
2149
2151
  """
2150
2152
  self._ClusterId = None
2151
2153
  self._ClusterName = None
@@ -2172,6 +2174,7 @@ class Cluster(AbstractModel):
2172
2174
  self._RuntimeVersion = None
2173
2175
  self._ClusterEtcdNodeNum = None
2174
2176
  self._CdcId = None
2177
+ self._IsHighAvailability = None
2175
2178
 
2176
2179
  @property
2177
2180
  def ClusterId(self):
@@ -2449,6 +2452,17 @@ class Cluster(AbstractModel):
2449
2452
  def CdcId(self, CdcId):
2450
2453
  self._CdcId = CdcId
2451
2454
 
2455
+ @property
2456
+ def IsHighAvailability(self):
2457
+ r"""集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
2458
+ :rtype: bool
2459
+ """
2460
+ return self._IsHighAvailability
2461
+
2462
+ @IsHighAvailability.setter
2463
+ def IsHighAvailability(self, IsHighAvailability):
2464
+ self._IsHighAvailability = IsHighAvailability
2465
+
2452
2466
 
2453
2467
  def _deserialize(self, params):
2454
2468
  self._ClusterId = params.get("ClusterId")
@@ -2483,6 +2497,7 @@ class Cluster(AbstractModel):
2483
2497
  self._RuntimeVersion = params.get("RuntimeVersion")
2484
2498
  self._ClusterEtcdNodeNum = params.get("ClusterEtcdNodeNum")
2485
2499
  self._CdcId = params.get("CdcId")
2500
+ self._IsHighAvailability = params.get("IsHighAvailability")
2486
2501
  memeber_set = set(params.keys())
2487
2502
  for name, value in vars(self).items():
2488
2503
  property_name = name[1:]
@@ -2551,6 +2566,8 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
2551
2566
  :type RuntimeVersion: str
2552
2567
  :param _VpcCniType: 区分共享网卡多IP模式和独立网卡模式,共享网卡多 IP 模式填写"tke-route-eni",独立网卡模式填写"tke-direct-eni",默认为共享网卡模式
2553
2568
  :type VpcCniType: str
2569
+ :param _IsHighAvailability: 集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行,默认为true
2570
+ :type IsHighAvailability: bool
2554
2571
  """
2555
2572
  self._AsEnabled = None
2556
2573
  self._AuditEnabled = None
@@ -2573,6 +2590,7 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
2573
2590
  self._QGPUShareEnable = None
2574
2591
  self._RuntimeVersion = None
2575
2592
  self._VpcCniType = None
2593
+ self._IsHighAvailability = None
2576
2594
 
2577
2595
  @property
2578
2596
  def AsEnabled(self):
@@ -2814,6 +2832,17 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
2814
2832
  def VpcCniType(self, VpcCniType):
2815
2833
  self._VpcCniType = VpcCniType
2816
2834
 
2835
+ @property
2836
+ def IsHighAvailability(self):
2837
+ r"""集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行,默认为true
2838
+ :rtype: bool
2839
+ """
2840
+ return self._IsHighAvailability
2841
+
2842
+ @IsHighAvailability.setter
2843
+ def IsHighAvailability(self, IsHighAvailability):
2844
+ self._IsHighAvailability = IsHighAvailability
2845
+
2817
2846
 
2818
2847
  def _deserialize(self, params):
2819
2848
  self._AsEnabled = params.get("AsEnabled")
@@ -2844,6 +2873,7 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
2844
2873
  self._QGPUShareEnable = params.get("QGPUShareEnable")
2845
2874
  self._RuntimeVersion = params.get("RuntimeVersion")
2846
2875
  self._VpcCniType = params.get("VpcCniType")
2876
+ self._IsHighAvailability = params.get("IsHighAvailability")
2847
2877
  memeber_set = set(params.keys())
2848
2878
  for name, value in vars(self).items():
2849
2879
  property_name = name[1:]
@@ -34840,9 +34870,9 @@ class KMSConfiguration(AbstractModel):
34840
34870
 
34841
34871
  def __init__(self):
34842
34872
  r"""
34843
- :param _KeyId: kms id,可以在密钥管理控制台获取
34873
+ :param _KeyId: 自定义密钥,当不指定KeyId时,采用默认生成密钥(TKE-KMS)
34844
34874
  :type KeyId: str
34845
- :param _KmsRegion: kms 地域
34875
+ :param _KmsRegion: 默认生成密钥或自定义密钥地域信息
34846
34876
  :type KmsRegion: str
34847
34877
  """
34848
34878
  self._KeyId = None
@@ -34850,7 +34880,7 @@ class KMSConfiguration(AbstractModel):
34850
34880
 
34851
34881
  @property
34852
34882
  def KeyId(self):
34853
- r"""kms id,可以在密钥管理控制台获取
34883
+ r"""自定义密钥,当不指定KeyId时,采用默认生成密钥(TKE-KMS)
34854
34884
  :rtype: str
34855
34885
  """
34856
34886
  return self._KeyId
@@ -34861,7 +34891,7 @@ class KMSConfiguration(AbstractModel):
34861
34891
 
34862
34892
  @property
34863
34893
  def KmsRegion(self):
34864
- r"""kms 地域
34894
+ r"""默认生成密钥或自定义密钥地域信息
34865
34895
  :rtype: str
34866
34896
  """
34867
34897
  return self._KmsRegion
@@ -36648,6 +36678,8 @@ class ModifyClusterAttributeRequest(AbstractModel):
36648
36678
  :type QGPUShareEnable: bool
36649
36679
  :param _ClusterProperty: 集群属性
36650
36680
  :type ClusterProperty: :class:`tencentcloud.tke.v20180525.models.ClusterProperty`
36681
+ :param _IsHighAvailability: 集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
36682
+ :type IsHighAvailability: bool
36651
36683
  """
36652
36684
  self._ClusterId = None
36653
36685
  self._ProjectId = None
@@ -36657,6 +36689,7 @@ class ModifyClusterAttributeRequest(AbstractModel):
36657
36689
  self._AutoUpgradeClusterLevel = None
36658
36690
  self._QGPUShareEnable = None
36659
36691
  self._ClusterProperty = None
36692
+ self._IsHighAvailability = None
36660
36693
 
36661
36694
  @property
36662
36695
  def ClusterId(self):
@@ -36746,6 +36779,17 @@ class ModifyClusterAttributeRequest(AbstractModel):
36746
36779
  def ClusterProperty(self, ClusterProperty):
36747
36780
  self._ClusterProperty = ClusterProperty
36748
36781
 
36782
+ @property
36783
+ def IsHighAvailability(self):
36784
+ r"""集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
36785
+ :rtype: bool
36786
+ """
36787
+ return self._IsHighAvailability
36788
+
36789
+ @IsHighAvailability.setter
36790
+ def IsHighAvailability(self, IsHighAvailability):
36791
+ self._IsHighAvailability = IsHighAvailability
36792
+
36749
36793
 
36750
36794
  def _deserialize(self, params):
36751
36795
  self._ClusterId = params.get("ClusterId")
@@ -36760,6 +36804,7 @@ class ModifyClusterAttributeRequest(AbstractModel):
36760
36804
  if params.get("ClusterProperty") is not None:
36761
36805
  self._ClusterProperty = ClusterProperty()
36762
36806
  self._ClusterProperty._deserialize(params.get("ClusterProperty"))
36807
+ self._IsHighAvailability = params.get("IsHighAvailability")
36763
36808
  memeber_set = set(params.keys())
36764
36809
  for name, value in vars(self).items():
36765
36810
  property_name = name[1:]
@@ -36791,6 +36836,8 @@ class ModifyClusterAttributeResponse(AbstractModel):
36791
36836
  :type QGPUShareEnable: bool
36792
36837
  :param _ClusterProperty: 集群属性
36793
36838
  :type ClusterProperty: :class:`tencentcloud.tke.v20180525.models.ClusterProperty`
36839
+ :param _IsHighAvailability: 集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
36840
+ :type IsHighAvailability: bool
36794
36841
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36795
36842
  :type RequestId: str
36796
36843
  """
@@ -36801,6 +36848,7 @@ class ModifyClusterAttributeResponse(AbstractModel):
36801
36848
  self._AutoUpgradeClusterLevel = None
36802
36849
  self._QGPUShareEnable = None
36803
36850
  self._ClusterProperty = None
36851
+ self._IsHighAvailability = None
36804
36852
  self._RequestId = None
36805
36853
 
36806
36854
  @property
@@ -36880,6 +36928,17 @@ class ModifyClusterAttributeResponse(AbstractModel):
36880
36928
  def ClusterProperty(self, ClusterProperty):
36881
36929
  self._ClusterProperty = ClusterProperty
36882
36930
 
36931
+ @property
36932
+ def IsHighAvailability(self):
36933
+ r"""集群是否启用高可用模式。用于指导跨可用区资源打散等高可用策略的执行
36934
+ :rtype: bool
36935
+ """
36936
+ return self._IsHighAvailability
36937
+
36938
+ @IsHighAvailability.setter
36939
+ def IsHighAvailability(self, IsHighAvailability):
36940
+ self._IsHighAvailability = IsHighAvailability
36941
+
36883
36942
  @property
36884
36943
  def RequestId(self):
36885
36944
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -36904,6 +36963,7 @@ class ModifyClusterAttributeResponse(AbstractModel):
36904
36963
  if params.get("ClusterProperty") is not None:
36905
36964
  self._ClusterProperty = ClusterProperty()
36906
36965
  self._ClusterProperty._deserialize(params.get("ClusterProperty"))
36966
+ self._IsHighAvailability = params.get("IsHighAvailability")
36907
36967
  self._RequestId = params.get("RequestId")
36908
36968
 
36909
36969
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tke
3
- Version: 3.1.38
3
+ Version: 3.1.44
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.38
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.44
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.44
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.38