tencentcloud-sdk-python-tke 3.1.156__tar.gz → 3.1.162__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.156 → tencentcloud_sdk_python_tke-3.1.162}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/models.py +66 -16
  5. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tke-3.1.162/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tke-3.1.156/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/tke_client.py +0 -0
  14. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/__init__.py +0 -0
  16. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/models.py +0 -0
  18. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/tke_client.py +0 -0
  19. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tke-3.1.156 → tencentcloud_sdk_python_tke-3.1.162}/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.156
3
+ Version: 3.1.162
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.156
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.162
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.156,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.162,<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.156'
17
+ __version__ = '3.1.162'
@@ -23415,6 +23415,41 @@ class DescribeOSImagesRequest(AbstractModel):
23415
23415
 
23416
23416
  """
23417
23417
 
23418
+ def __init__(self):
23419
+ r"""
23420
+ :param _Filters: <p>镜像拉取接口增加过滤字段</p>
23421
+ :type Filters: list of Filter
23422
+ """
23423
+ self._Filters = None
23424
+
23425
+ @property
23426
+ def Filters(self):
23427
+ r"""<p>镜像拉取接口增加过滤字段</p>
23428
+ :rtype: list of Filter
23429
+ """
23430
+ return self._Filters
23431
+
23432
+ @Filters.setter
23433
+ def Filters(self, Filters):
23434
+ self._Filters = Filters
23435
+
23436
+
23437
+ def _deserialize(self, params):
23438
+ if params.get("Filters") is not None:
23439
+ self._Filters = []
23440
+ for item in params.get("Filters"):
23441
+ obj = Filter()
23442
+ obj._deserialize(item)
23443
+ self._Filters.append(obj)
23444
+ memeber_set = set(params.keys())
23445
+ for name, value in vars(self).items():
23446
+ property_name = name[1:]
23447
+ if property_name in memeber_set:
23448
+ memeber_set.remove(property_name)
23449
+ if len(memeber_set) > 0:
23450
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
23451
+
23452
+
23418
23453
 
23419
23454
  class DescribeOSImagesResponse(AbstractModel):
23420
23455
  r"""DescribeOSImages返回参数结构体
@@ -23423,9 +23458,9 @@ class DescribeOSImagesResponse(AbstractModel):
23423
23458
 
23424
23459
  def __init__(self):
23425
23460
  r"""
23426
- :param _OSImageSeriesSet: 镜像信息列表
23461
+ :param _OSImageSeriesSet: <p>镜像信息列表</p>
23427
23462
  :type OSImageSeriesSet: list of OSImage
23428
- :param _TotalCount: 镜像数量
23463
+ :param _TotalCount: <p>镜像数量</p>
23429
23464
  :type TotalCount: int
23430
23465
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23431
23466
  :type RequestId: str
@@ -23436,7 +23471,7 @@ class DescribeOSImagesResponse(AbstractModel):
23436
23471
 
23437
23472
  @property
23438
23473
  def OSImageSeriesSet(self):
23439
- r"""镜像信息列表
23474
+ r"""<p>镜像信息列表</p>
23440
23475
  :rtype: list of OSImage
23441
23476
  """
23442
23477
  return self._OSImageSeriesSet
@@ -23447,7 +23482,7 @@ class DescribeOSImagesResponse(AbstractModel):
23447
23482
 
23448
23483
  @property
23449
23484
  def TotalCount(self):
23450
- r"""镜像数量
23485
+ r"""<p>镜像数量</p>
23451
23486
  :rtype: int
23452
23487
  """
23453
23488
  return self._TotalCount
@@ -43481,18 +43516,20 @@ class OSImage(AbstractModel):
43481
43516
 
43482
43517
  def __init__(self):
43483
43518
  r"""
43484
- :param _SeriesName: os聚合名称
43519
+ :param _SeriesName: <p>os聚合名称</p>
43485
43520
  :type SeriesName: str
43486
- :param _Alias: os别名
43521
+ :param _Alias: <p>os别名</p>
43487
43522
  :type Alias: str
43488
- :param _OsName: os名称
43523
+ :param _OsName: <p>os名称</p>
43489
43524
  :type OsName: str
43490
- :param _OsCustomizeType: 操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)
43525
+ :param _OsCustomizeType: <p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
43491
43526
  :type OsCustomizeType: str
43492
- :param _Status: os是否下线(online表示在线,offline表示下线)
43527
+ :param _Status: <p>os是否下线(online表示在线,offline表示下线)</p>
43493
43528
  :type Status: str
43494
- :param _ImageId: 镜像id
43529
+ :param _ImageId: <p>镜像id</p>
43495
43530
  :type ImageId: str
43531
+ :param _Arch: <p>架构</p>
43532
+ :type Arch: str
43496
43533
  """
43497
43534
  self._SeriesName = None
43498
43535
  self._Alias = None
@@ -43500,10 +43537,11 @@ class OSImage(AbstractModel):
43500
43537
  self._OsCustomizeType = None
43501
43538
  self._Status = None
43502
43539
  self._ImageId = None
43540
+ self._Arch = None
43503
43541
 
43504
43542
  @property
43505
43543
  def SeriesName(self):
43506
- r"""os聚合名称
43544
+ r"""<p>os聚合名称</p>
43507
43545
  :rtype: str
43508
43546
  """
43509
43547
  return self._SeriesName
@@ -43514,7 +43552,7 @@ class OSImage(AbstractModel):
43514
43552
 
43515
43553
  @property
43516
43554
  def Alias(self):
43517
- r"""os别名
43555
+ r"""<p>os别名</p>
43518
43556
  :rtype: str
43519
43557
  """
43520
43558
  return self._Alias
@@ -43525,7 +43563,7 @@ class OSImage(AbstractModel):
43525
43563
 
43526
43564
  @property
43527
43565
  def OsName(self):
43528
- r"""os名称
43566
+ r"""<p>os名称</p>
43529
43567
  :rtype: str
43530
43568
  """
43531
43569
  return self._OsName
@@ -43536,7 +43574,7 @@ class OSImage(AbstractModel):
43536
43574
 
43537
43575
  @property
43538
43576
  def OsCustomizeType(self):
43539
- r"""操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)
43577
+ r"""<p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
43540
43578
  :rtype: str
43541
43579
  """
43542
43580
  return self._OsCustomizeType
@@ -43547,7 +43585,7 @@ class OSImage(AbstractModel):
43547
43585
 
43548
43586
  @property
43549
43587
  def Status(self):
43550
- r"""os是否下线(online表示在线,offline表示下线)
43588
+ r"""<p>os是否下线(online表示在线,offline表示下线)</p>
43551
43589
  :rtype: str
43552
43590
  """
43553
43591
  return self._Status
@@ -43558,7 +43596,7 @@ class OSImage(AbstractModel):
43558
43596
 
43559
43597
  @property
43560
43598
  def ImageId(self):
43561
- r"""镜像id
43599
+ r"""<p>镜像id</p>
43562
43600
  :rtype: str
43563
43601
  """
43564
43602
  return self._ImageId
@@ -43567,6 +43605,17 @@ class OSImage(AbstractModel):
43567
43605
  def ImageId(self, ImageId):
43568
43606
  self._ImageId = ImageId
43569
43607
 
43608
+ @property
43609
+ def Arch(self):
43610
+ r"""<p>架构</p>
43611
+ :rtype: str
43612
+ """
43613
+ return self._Arch
43614
+
43615
+ @Arch.setter
43616
+ def Arch(self, Arch):
43617
+ self._Arch = Arch
43618
+
43570
43619
 
43571
43620
  def _deserialize(self, params):
43572
43621
  self._SeriesName = params.get("SeriesName")
@@ -43575,6 +43624,7 @@ class OSImage(AbstractModel):
43575
43624
  self._OsCustomizeType = params.get("OsCustomizeType")
43576
43625
  self._Status = params.get("Status")
43577
43626
  self._ImageId = params.get("ImageId")
43627
+ self._Arch = params.get("Arch")
43578
43628
  memeber_set = set(params.keys())
43579
43629
  for name, value in vars(self).items():
43580
43630
  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.156
3
+ Version: 3.1.162
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.156
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.162
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.162
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.156