Skip to content

Commit 3c0718e

Browse files
mulpuriHarness
authored andcommitted
[fix]: [CCM-30118]: Correct the price for N4 Spot/OnDemand. Adding support for N4A and N4D (#29)
* ef7374 CCM-30118: Adding support for N4A and N4D * 38f666 CCM-30118: Adding support for N4A and N4D
1 parent ba8040e commit 3c0718e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cloudinfo/providers/google/cloudinfo.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ func (g *GceInfoer) getPrice() (map[string]map[string]map[string]float64, map[st
318318
standardMachineTypes := []string{
319319
"A2", "A3", "A4", "C2D", "C2", "C3D", "C3", "C4A", "C4D", "C4",
320320
"CT3P", "CT3", "CT5LP", "CT5P", "CT6E", "E2", "F1", "G1", "G2",
321-
"M1", "M2", "M3", "M4", "N1", "N2D", "N2", "N4", "T2A", "T2D",
322-
"X4", "Z3",
321+
"M1", "M2", "M3", "M4", "N1", "N2D", "N2", "N4A", "N4D", "N4",
322+
"T2A", "T2D", "X4", "Z3",
323323
}
324324

325325
// This map stores standard machine with respect to region

0 commit comments

Comments
 (0)