@@ -45,24 +45,26 @@ import (
4545const (
4646 spinnerSpeed = 100 * time .Millisecond
4747 // based on https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/createCluster
48- clusterNamePattern = "^[a-zA-Z0-9][a-zA-Z0-9-]*$"
49- PausedState = "PAUSED"
50- StoppedState = "STOPPED"
51- IdleState = "IDLE"
52- UpdatingState = "UPDATING"
53- DeletingState = "DELETING"
54- RestartingState = "RESTARTING"
55- LocalCluster = "local"
56- AtlasCluster = "atlas"
57- CompassConnect = "compass"
58- MongoshConnect = "mongosh"
59- VsCodeConnect = "vscode"
60- PromptTypeMessage = "What type of deployment would you like to work with?"
61- MaxItemsPerPage = 500
62- ContainerFilter = "mongodb-atlas-local=container"
63- bytesInGb = 1073741824
64- minimumRAM = 2 * bytesInGb
65- minimumCores = 2
48+ clusterNamePattern = "^[a-zA-Z0-9][a-zA-Z0-9-]*$"
49+ PausedState = "PAUSED"
50+ StoppedState = "STOPPED"
51+ IdleState = "IDLE"
52+ UpdatingState = "UPDATING"
53+ DeletingState = "DELETING"
54+ RestartingState = "RESTARTING"
55+ LocalCluster = "local"
56+ AtlasCluster = "atlas"
57+ CompassConnect = "compass"
58+ MongoshConnect = "mongosh"
59+ VsCodeConnect = "vscode"
60+ PromptTypeMessage = "What type of deployment would you like to work with?"
61+ MaxItemsPerPage = 500
62+ ContainerFilter = "mongodb-atlas-local=container"
63+ ClusterWideScaling = "CLUSTER_WIDE_SCALING"
64+ IndependentShardScaling = "INDEPENDENT_SHARD_SCALING"
65+ bytesInGb = 1073741824
66+ minimumRAM = 2 * bytesInGb
67+ minimumCores = 2
6668)
6769
6870var (
0 commit comments