Skip to content

Commit

Permalink
Introduce adjustment for IaaS (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hoppe <[email protected]>
  • Loading branch information
roberth1988 and Robert Hoppe committed Jul 30, 2024
1 parent ec46c6d commit 5bf5ece
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 @@ -2,14 +2,14 @@ package services

import (
"errors"
iaas "github.com/SchwarzIT/community-stackit-go-client/pkg/services/iaas-api/v1alpha"
serviceenablement "github.com/SchwarzIT/community-stackit-go-client/pkg/services/service-enablement/v1"

"github.com/SchwarzIT/community-stackit-go-client/pkg/clients"
"github.com/SchwarzIT/community-stackit-go-client/pkg/contracts"
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"
"github.com/SchwarzIT/community-stackit-go-client/pkg/services/iaas-api/v1"
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"
Expand Down

0 comments on commit 5bf5ece

Please sign in to comment.