tencentcloud-sdk-scf 3.0.627 → 3.0.628

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180416/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9b4d0e3f15db47f4b5b47d8f3f06ee4b2c43263
4
- data.tar.gz: 7de67192cdd198e890849ec544f2f862a7b9f7a5
3
+ metadata.gz: 6a1118d458d0b91fdd8c1c4be63ab13776951f27
4
+ data.tar.gz: cfbbfdceb10a70dd6cad60f47014822906f999a0
5
5
  SHA512:
6
- metadata.gz: b3c1354815832a20c643489a6570225321f521544c92523cf0c556324aae6961f06e143db33102dd704f2ab28c39246d120d05641ee61a8448329458596853a3
7
- data.tar.gz: 17f1a8e60f10b0d856e7cc2b646f43b2f5a0b6639893fb3ec673eaea135154a041b9b331faf7f7f6b07e070d13df030c4e3a2e5634318ae2303eb6faa84d602c
6
+ metadata.gz: c4f0449a76168ff2b6e7c7aad918342dac3f6b1d722f0faef8c566fc218102f02bad871ed6ff976edc48d9a6d765b80e8a5b045550814a280dfde49e6ca9bb0b
7
+ data.tar.gz: b30fa8c650aaf0efd1f9272dc08ab28a58ec93dc0d876d4ec82a93749e43c479fcdb76ece194aae59f51bc40a29ec195c252bb3cf443f813e2aeb24f6c24c7fa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.627
1
+ 3.0.628
@@ -3304,10 +3304,16 @@ module TencentCloud
3304
3304
  # @param Port: scf组件将占用的节点端口起始号
3305
3305
  # 注意:此字段可能返回 null,表示取不到有效值。
3306
3306
  # @type Port: Integer
3307
+ # @param PodTemplatePatch: yaml格式的pod patch内容,例如
3308
+ # metadata:
3309
+ # labels:
3310
+ # key: value
3311
+ # 注意:此字段可能返回 null,表示取不到有效值。
3312
+ # @type PodTemplatePatch: String
3307
3313
 
3308
- attr_accessor :ClusterID, :SubnetID, :Namespace, :DataPath, :NodeSelector, :Tolerations, :Port
3314
+ attr_accessor :ClusterID, :SubnetID, :Namespace, :DataPath, :NodeSelector, :Tolerations, :Port, :PodTemplatePatch
3309
3315
 
3310
- def initialize(clusterid=nil, subnetid=nil, namespace=nil, datapath=nil, nodeselector=nil, tolerations=nil, port=nil)
3316
+ def initialize(clusterid=nil, subnetid=nil, namespace=nil, datapath=nil, nodeselector=nil, tolerations=nil, port=nil, podtemplatepatch=nil)
3311
3317
  @ClusterID = clusterid
3312
3318
  @SubnetID = subnetid
3313
3319
  @Namespace = namespace
@@ -3315,6 +3321,7 @@ module TencentCloud
3315
3321
  @NodeSelector = nodeselector
3316
3322
  @Tolerations = tolerations
3317
3323
  @Port = port
3324
+ @PodTemplatePatch = podtemplatepatch
3318
3325
  end
3319
3326
 
3320
3327
  def deserialize(params)
@@ -3339,6 +3346,7 @@ module TencentCloud
3339
3346
  end
3340
3347
  end
3341
3348
  @Port = params['Port']
3349
+ @PodTemplatePatch = params['PodTemplatePatch']
3342
3350
  end
3343
3351
  end
3344
3352
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.627
4
+ version: 3.0.628
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-08-03 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common