tencentcloud-sdk-scf 1.0.228 → 1.0.232

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 +12 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73cd5863160b4ad5a6037f2baf2e8dcf7bc065f4
4
- data.tar.gz: 5b465f36cbab4e5af07f40497a0c6fd25b554a6a
3
+ metadata.gz: 823cbe2e5df282dfeb016f4f8f1a2a41bd346548
4
+ data.tar.gz: 9865a28dc7bebb8551f5acc1c82a37b11361d540
5
5
  SHA512:
6
- metadata.gz: 8a5d110d150669165a98c979d4753a761008bb868e49eddd9a120ae520917fec31901bbced49045bba4a846106b7f8d0a4ab9a16882b98e6a55a2a7ad9d0e605
7
- data.tar.gz: a76e302be8938ff68b31b886586d4a894cb30a5c4c381244196e8b4dade7c91fe6f77edd062c63230fb456552cfa97946a0a7d34102883af191a3e7ebfa17ad6
6
+ metadata.gz: 3c16a7de6b217fe973bc97de5f1322cc33995cf76b72cd2882faa738cfd2c473182b0bd9d78532b8ee48533fb30d37ad9954043c71dca37c422e17a6c7d85c2c
7
+ data.tar.gz: ff86f2b721ea0ae5190f3306b0e1e953657b68e0d19bd1e4fad20d9db80b117e1e11f791575fd5f9039e5509952080991fc63dc1e8a5c02f94319ccd883189fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.228
1
+ 1.0.232
@@ -258,21 +258,21 @@ module TencentCloud
258
258
  # @type DemoId: String
259
259
  # @param TempCosObjectName: 如果是从TempCos创建的话,需要传入TempCosObjectName
260
260
  # @type TempCosObjectName: String
261
- # @param GitUrl: Git地址
261
+ # @param GitUrl: Git地址。该功能已下线。
262
262
  # @type GitUrl: String
263
- # @param GitUserName: Git用户名
263
+ # @param GitUserName: Git用户名。该功能已下线。
264
264
  # @type GitUserName: String
265
- # @param GitPassword: Git密码
265
+ # @param GitPassword: Git密码。该功能已下线。
266
266
  # @type GitPassword: String
267
- # @param GitPasswordSecret: 加密后的Git密码,一般无需指定
267
+ # @param GitPasswordSecret: 加密后的Git密码,一般无需指定。该功能已下线。
268
268
  # @type GitPasswordSecret: String
269
- # @param GitBranch: Git分支
269
+ # @param GitBranch: Git分支。该功能已下线。
270
270
  # @type GitBranch: String
271
- # @param GitDirectory: 代码在Git仓库中的路径
271
+ # @param GitDirectory: 代码在Git仓库中的路径。该功能已下线。
272
272
  # @type GitDirectory: String
273
- # @param GitCommitId: 指定要拉取的版本
273
+ # @param GitCommitId: 指定要拉取的版本。该功能已下线。
274
274
  # @type GitCommitId: String
275
- # @param GitUserNameSecret: 加密后的Git用户名,一般无需指定
275
+ # @param GitUserNameSecret: 加密后的Git用户名,一般无需指定。该功能已下线。
276
276
  # @type GitUserNameSecret: String
277
277
  # @param ImageConfig: 镜像部署时配置TCR镜像信息
278
278
  # @type ImageConfig: :class:`Tencentcloud::Scf.v20180416.models.ImageConfig`
@@ -779,7 +779,7 @@ module TencentCloud
779
779
  # @type FunctionName: String
780
780
  # @param Namespace: 函数所属命名空间
781
781
  # @type Namespace: String
782
- # @param Qualifier: 函数版本,如果删除版本的话传入版本号,不传入改字段删除函数下的所有版本
782
+ # @param Qualifier: 填写需要删除的版本号,不填默认删除函数下全部版本。
783
783
  # @type Qualifier: String
784
784
 
785
785
  attr_accessor :FunctionName, :Namespace, :Qualifier
@@ -2188,10 +2188,10 @@ module TencentCloud
2188
2188
  # @param EntryPoint: 参数已废弃
2189
2189
  # 注意:此字段可能返回 null,表示取不到有效值。
2190
2190
  # @type EntryPoint: String
2191
- # @param Command: entrypoint执行命令
2191
+ # @param Command: 容器的启动命令。该参数为可选参数,如果不填写,则默认使用 Dockerfile 中的 Entrypoint。传入规范,填写可运行的指令,例如 python
2192
2192
  # 注意:此字段可能返回 null,表示取不到有效值。
2193
2193
  # @type Command: String
2194
- # @param Args: 命令参数
2194
+ # @param Args: 容器的启动参数。该参数为可选参数,如果不填写,则默认使用 Dockerfile 中的 CMD。传入规范,以“空格”作为参数的分割标识,例如 -u app.py
2195
2195
  # 注意:此字段可能返回 null,表示取不到有效值。
2196
2196
  # @type Args: String
2197
2197
 
@@ -3694,7 +3694,7 @@ module TencentCloud
3694
3694
  # @type InvokeRequestId: String
3695
3695
  # @param Namespace: 命名空间
3696
3696
  # @type Namespace: String
3697
- # @param GraceShutdown: 该参数已下线
3697
+ # @param GraceShutdown: true,向指定请求[发送 SIGTERM 终止信号](https://cloud.tencent.com/document/product/583/63969#.E5.8F.91.E9.80.81.E7.BB.88.E6.AD.A2.E4.BF.A1.E5.8F.B7], ,默认值为 false。
3698
3698
  # @type GraceShutdown: Boolean
3699
3699
 
3700
3700
  attr_accessor :FunctionName, :InvokeRequestId, :Namespace, :GraceShutdown
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: 1.0.228
4
+ version: 1.0.232
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2021-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common