Skip to content

Commit 75c0265

Browse files
authored
feat(instance): add H100 server types (#3403)
1 parent 73d2247 commit 75c0265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/namespaces/instance/v1/helpers_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ var serverTypes = []string{
6363
"POP2-HC-16C-32G",
6464
"POP2-HC-32C-63G",
6565
"POP2-HC-64C-128G",
66+
67+
"H100-1-80G",
68+
"H100-2-80G",
6669
}
6770

6871
func completeServerType(_ context.Context, prefix string) core.AutocompleteSuggestions {

0 commit comments

Comments
 (0)