tencentcloud-sdk-tke 3.0.948 → 3.0.949

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: 1033eef3905457a4898af5cee62dfd1f19669bc6
4
- data.tar.gz: 63dcf5f9c2b06eddb026b1a8baa2df8337cf0c02
3
+ metadata.gz: 142ced7cf9e865f2708f327d3dc605fd1b03fa3a
4
+ data.tar.gz: 1631314d80717e05cb029ccb62ef9825cea82626
5
5
  SHA512:
6
- metadata.gz: 5ff4cd82b65249b4588853fce4213839dddef87a1bd809cdb3bbd665397f723289647adba920277dcf0e4855c1912c83e7e8220ed2d1bd3d958625d40f44d515
7
- data.tar.gz: d043797c6876f1eb14ed09785c3cc43748ea9974fd34906ffb3b7e080c10731ff6350b3e25674e33c078aaa2173343a6fc70ead3a3cc48cf8b822d682fa64d89
6
+ metadata.gz: 5ef15ad80e4d8d4d3e68849c3c8615add57c492ec5a118c9d34dd93c2dfcee6bcb9e9425454503850c36885917a22a2f63d003a730f4854635e1340528ff13ae
7
+ data.tar.gz: b197974df1d95133fd0f8c7b9b86541c14bfa46e9ad8c20d9e72a951fee22956ca90854da096f2ac34082d155bf4dc6c391202c343e4aee51b341a50d89936f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
1
+ 3.0.949
@@ -8227,13 +8227,16 @@ module TencentCloud
8227
8227
  # @param OpenPolicyInfoList: 策略信息列表
8228
8228
  # 注意:此字段可能返回 null,表示取不到有效值。
8229
8229
  # @type OpenPolicyInfoList: Array
8230
+ # @param GatekeeperStatus: 集群内是否安装了gatekeeper addon
8231
+ # @type GatekeeperStatus: Integer
8230
8232
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8231
8233
  # @type RequestId: String
8232
8234
 
8233
- attr_accessor :OpenPolicyInfoList, :RequestId
8235
+ attr_accessor :OpenPolicyInfoList, :GatekeeperStatus, :RequestId
8234
8236
 
8235
- def initialize(openpolicyinfolist=nil, requestid=nil)
8237
+ def initialize(openpolicyinfolist=nil, gatekeeperstatus=nil, requestid=nil)
8236
8238
  @OpenPolicyInfoList = openpolicyinfolist
8239
+ @GatekeeperStatus = gatekeeperstatus
8237
8240
  @RequestId = requestid
8238
8241
  end
8239
8242
 
@@ -8246,6 +8249,7 @@ module TencentCloud
8246
8249
  @OpenPolicyInfoList << openpolicyinfo_tmp
8247
8250
  end
8248
8251
  end
8252
+ @GatekeeperStatus = params['GatekeeperStatus']
8249
8253
  @RequestId = params['RequestId']
8250
8254
  end
8251
8255
  end
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.948
4
+ version: 3.0.949
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-25 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common