tencentcloud-sdk-nodejs-tcbr 4.1.43 → 4.1.61
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
|
@@ -608,6 +608,14 @@ export interface ServerBaseConfig {
|
|
|
608
608
|
* 定时扩缩容配置
|
|
609
609
|
*/
|
|
610
610
|
TimerScale?: Array<TimerScale>;
|
|
611
|
+
/**
|
|
612
|
+
* Dockerfile EntryPoint 参数
|
|
613
|
+
*/
|
|
614
|
+
EntryPoint?: Array<string>;
|
|
615
|
+
/**
|
|
616
|
+
* Dockerfile Cmd 参数
|
|
617
|
+
*/
|
|
618
|
+
Cmd?: Array<string>;
|
|
611
619
|
}
|
|
612
620
|
/**
|
|
613
621
|
* DescribeCloudRunServerDetail返回参数结构体
|