Skip to content

Commit

Permalink
Introduce v11 client (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hoppe <robert.hoppe@mail.schwarz>
  • Loading branch information
roberth1988 and Robert Hoppe committed Mar 3, 2024
1 parent 8b44c26 commit 13f6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
argus "github.com/SchwarzIT/community-stackit-go-client/pkg/services/argus/v1.0"
costs "github.com/SchwarzIT/community-stackit-go-client/pkg/services/costs/v2.0"
dataservices "github.com/SchwarzIT/community-stackit-go-client/pkg/services/data-services/v1.0"
kubernetes "github.com/SchwarzIT/community-stackit-go-client/pkg/services/kubernetes/v1.0"
kubernetes "github.com/SchwarzIT/community-stackit-go-client/pkg/services/kubernetes/v1.1"
loadbalancer "github.com/SchwarzIT/community-stackit-go-client/pkg/services/load-balancer/1.3.0"
membership "github.com/SchwarzIT/community-stackit-go-client/pkg/services/membership/v2.0"
mongodbflex "github.com/SchwarzIT/community-stackit-go-client/pkg/services/mongodb-flex/v1.0"
Expand Down

0 comments on commit 13f6444

Please sign in to comment.