Skip to content

Commit 6b61476

Browse files
authored
feat:support GPU node type (#277)
1 parent 4039e10 commit 6b61476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/scf/interface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ export interface ScfCreateFunctionInputs {
166166
publicAccess?: boolean;
167167
eip?: boolean;
168168
l5Enable?: boolean;
169+
// 资源类型
169170
nodeType?: string;
171+
// 资源配置
170172
nodeSpec?: string;
171173

172174
role?: string;

0 commit comments

Comments
 (0)