tencentcloud-sdk-nodejs-tsf 4.1.251 → 4.1.261
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
|
@@ -13622,6 +13622,10 @@ export interface DeployContainerApplicationRequest {
|
|
|
13622
13622
|
* <p>是否不立即启动</p>
|
|
13623
13623
|
*/
|
|
13624
13624
|
DoNotStart?: boolean;
|
|
13625
|
+
/**
|
|
13626
|
+
* <p>镜像Secret列表</p>
|
|
13627
|
+
*/
|
|
13628
|
+
ImagePullSecretList?: Array<string>;
|
|
13625
13629
|
}
|
|
13626
13630
|
/**
|
|
13627
13631
|
* 用于请求参数中的条件过滤字段
|