File tree Expand file tree Collapse file tree
stackit/internal/services/mongodbflex/instance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/stackitcloud/stackit-sdk-go/services/logs v0.9.0
2828 github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.29.0
2929 github.com/stackitcloud/stackit-sdk-go/services/modelserving v0.10.0
30- github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.8.3
30+ github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.10.0
3131 github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.0
3232 github.com/stackitcloud/stackit-sdk-go/services/observability v0.23.0
3333 github.com/stackitcloud/stackit-sdk-go/services/opensearch v0.28.0
Original file line number Diff line number Diff line change @@ -700,8 +700,8 @@ github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.29.0 h1:dLXdQRTVSkb8t
700700github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.29.0 /go.mod h1:joa89Y1dyn0j22FstRcIKfW2ada3FDxNfttxSvq27uY =
701701github.com/stackitcloud/stackit-sdk-go/services/modelserving v0.10.0 h1:k2mkHQkfzLH53dL1tHZo8pbpu062aQIgQmAw5OSZpss =
702702github.com/stackitcloud/stackit-sdk-go/services/modelserving v0.10.0 /go.mod h1:u7T85YqoqncJevbPU1ODKthbmxxEh1zw+bVaAO8v0Sg =
703- github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.8.3 h1:QW//diMedJX1o4HQV+NSWT3we7Xlly+ReWcaQqwwG90 =
704- github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.8.3 /go.mod h1:0hHEPiOEMAA23EzEl42Rm3FlyKIzkW+LWLvDkuFTZ+Q =
703+ github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.10.0 h1:lp9qX4sworFipMIKPORxuNZlVHDrpqZLppQN5YKGsP4 =
704+ github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.10.0 /go.mod h1:0hHEPiOEMAA23EzEl42Rm3FlyKIzkW+LWLvDkuFTZ+Q =
705705github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.0 h1:T+ll3lS0Kn18d8hTOrVAMKcQrXiab+Cuj0cTnAYHmj0 =
706706github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.0 /go.mod h1:QsPtoqAYvumyPU6ToX/5j1PbudN+VSTuvh6mp154ecM =
707707github.com/stackitcloud/stackit-sdk-go/services/observability v0.23.0 h1:kgD32fG3rkdGz0C+kZ1S7BEur7btTSeaX3vxHE346FY =
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ func TestMapFields(t *testing.T) {
122122 Id : new (instanceId ),
123123 Name : new ("name "),
124124 Replicas : new (int32 (56 )),
125- Status : new (" READY " ),
125+ Status : mongodbflex . INSTANCESTATUS_READY . Ptr ( ),
126126 Storage : & mongodbflex.Storage {
127127 Class : new ("class "),
128128 Size : new (int64 (78 )),
@@ -197,7 +197,7 @@ func TestMapFields(t *testing.T) {
197197 Id : new (instanceId ),
198198 Name : new ("name "),
199199 Replicas : new (int32 (56 )),
200- Status : new (" READY " ),
200+ Status : mongodbflex . INSTANCESTATUS_READY . Ptr ( ),
201201 Storage : nil ,
202202 Options : & map [string ]string {
203203 "type" : "type" ,
@@ -282,7 +282,7 @@ func TestMapFields(t *testing.T) {
282282 Id : new (instanceId ),
283283 Name : new ("name "),
284284 Replicas : new (int32 (56 )),
285- Status : new (" READY " ),
285+ Status : mongodbflex . INSTANCESTATUS_READY . Ptr ( ),
286286 Storage : nil ,
287287 Options : & map [string ]string {
288288 "type" : "type" ,
You can’t perform that action at this time.
0 commit comments