tencentcloud-sdk-tsf 3.0.1133 → 3.0.1144
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 598509f14c4ac8a8122a23aecfed55e4bd0dea98
|
4
|
+
data.tar.gz: 6fda115928030d15a775694f78e2b99f24bb95c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d64f76e708a8801c4333679ae10920cb4b6d12528d5d3568ed4a65639e4beb05074e97631a233d853e247f07355f8ea4802e3d450b289928ceec6cfc5398a9f7
|
7
|
+
data.tar.gz: b74bbcf93d011cbc4c9adf0ea32797e49520b59390e47b9d5c8e7f39e8bbd81958ffa7f9e0ef63a7aa2bc26c280119c0af736b3a43e138adf8416cf47e21f332
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1144
|
data/lib/v20180326/models.rb
CHANGED
@@ -3830,9 +3830,9 @@ module TencentCloud
|
|
3830
3830
|
# @type KuberneteApiServer: String
|
3831
3831
|
# @param KuberneteNativeType: K : kubeconfig, S : service account
|
3832
3832
|
# @type KuberneteNativeType: String
|
3833
|
-
# @param KuberneteNativeSecret:
|
3833
|
+
# @param KuberneteNativeSecret: Kubernetes 原生 Secret 资源对象
|
3834
3834
|
# @type KuberneteNativeSecret: String
|
3835
|
-
# @param ProgramIdList:
|
3835
|
+
# @param ProgramIdList: 需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
|
3836
3836
|
# @type ProgramIdList: Array
|
3837
3837
|
# @param EnableLogCollection: 是否开启cls日志功能
|
3838
3838
|
# @type EnableLogCollection: Boolean
|
@@ -14913,7 +14913,6 @@ module TencentCloud
|
|
14913
14913
|
# @param TotalCount: 总记录数
|
14914
14914
|
# @type TotalCount: Integer
|
14915
14915
|
# @param Server: 镜像服务器地址
|
14916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14917
14916
|
# @type Server: String
|
14918
14917
|
# @param Content: 列表信息
|
14919
14918
|
# @type Content: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1144
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|