tencentcloud-sdk-tke 3.0.608 → 3.0.610

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cf898559dea3e1c7ef63d613145f1e721b51200
4
- data.tar.gz: c804f4c8a119aebf171eb1b7f9b45f6482687fae
3
+ metadata.gz: b078b2f598ea32600d3b34e2fa4cb4f7c7c55d13
4
+ data.tar.gz: 745f6c05060a77beab7dfd73cdee7635005539db
5
5
  SHA512:
6
- metadata.gz: a35743d60db4ffff491bacd5917ef3b3d9a7cb82440bb78edece811cbe370357ed205c3bfb508c51f608fcff391e5aded87dede127731f9f326bbb36a74f41bb
7
- data.tar.gz: 402e7181373a70fa6fc5641c2d4bd0f5e039a664b9ca9dba6d54771f66b9d642b5f2d24b532cbb3f561ea115b437a88a397af50229587e687a8c62023237ea5f
6
+ metadata.gz: c774613f69e81effbc0d6c019ef5a6d8075b27ac66b9c8a565017a27ef695bd29919a784ec55771847b81141a888cbc9c27866448fde36383c533123451bdc38
7
+ data.tar.gz: c729b8fe140d90b5ed0bb59da53f91da8c66e17a316b7c821219df289c3da19be8fa8e419821b4e6e4b387c745dd0b74a3f8516cd834eddabd03fea9468acf3e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.608
1
+ 3.0.610
@@ -1043,10 +1043,10 @@ module TencentCloud
1043
1043
  # @param ScaleDownUtilizationThreshold: 节点资源使用量低于多少(百分比)时认为空闲(默认: 50(百分比))
1044
1044
  # 注意:此字段可能返回 null,表示取不到有效值。
1045
1045
  # @type ScaleDownUtilizationThreshold: Integer
1046
- # @param SkipNodesWithLocalStorage: 含有本地存储Pod的节点是否不缩容(默认: FALSE)
1046
+ # @param SkipNodesWithLocalStorage: 含有本地存储Pod的节点是否不缩容(默认: true)
1047
1047
  # 注意:此字段可能返回 null,表示取不到有效值。
1048
1048
  # @type SkipNodesWithLocalStorage: Boolean
1049
- # @param SkipNodesWithSystemPods: 含有kube-system namespace下非DaemonSet管理的Pod的节点是否不缩容 (默认: FALSE)
1049
+ # @param SkipNodesWithSystemPods: 含有kube-system namespace下非DaemonSet管理的Pod的节点是否不缩容 (默认: true)
1050
1050
  # 注意:此字段可能返回 null,表示取不到有效值。
1051
1051
  # @type SkipNodesWithSystemPods: Boolean
1052
1052
  # @param IgnoreDaemonSetsUtilization: 计算资源使用量时是否默认忽略DaemonSet的实例(默认值: False,不忽略)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.608
4
+ version: 3.0.610
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-07 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common