tencentcloud-sdk-nodejs-tke 4.1.78 → 4.1.79

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tke",
3
- "version": "4.1.78",
3
+ "version": "4.1.79",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -965,6 +965,10 @@ export interface UpdateImageCacheRequest {
965
965
  * 安全组Id
966
966
  */
967
967
  SecurityGroupIds?: Array<string>;
968
+ /**
969
+ * 腾讯云标签
970
+ */
971
+ Tags?: Array<Tag>;
968
972
  }
969
973
  /**
970
974
  * 手动加入的节点
@@ -2212,6 +2216,18 @@ export interface ImageCache {
2212
2216
  只有状态为Ready时,才能正常使用镜像缓存
2213
2217
  */
2214
2218
  Status?: string;
2219
+ /**
2220
+ * 镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。
2221
+ */
2222
+ RetentionDays?: number;
2223
+ /**
2224
+ * 镜像拉取凭证
2225
+ */
2226
+ ImageRegistryCredentials?: Array<ImageRegistryCredential>;
2227
+ /**
2228
+ * 腾讯云标签
2229
+ */
2230
+ Tags?: Array<Tag>;
2215
2231
  }
2216
2232
  /**
2217
2233
  * DeletePrometheusAlertRule返回参数结构体
@@ -3141,6 +3157,10 @@ export interface CreateImageCacheRequest {
3141
3157
  "nameserver 4.4.4.4\nnameserver 8.8.8.8"
3142
3158
  */
3143
3159
  ResolveConfig?: string;
3160
+ /**
3161
+ * 腾讯云标签
3162
+ */
3163
+ Tags?: Array<Tag>;
3144
3164
  }
3145
3165
  /**
3146
3166
  * UpdateClusterVersion请求参数结构体