Skip to content

Commit

Permalink
OAS-9904 Introduce ArangoDeployment Gateway Group
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo committed Aug 20, 2024
1 parent af81cf7 commit a257c4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/deployment/resources/pod_creator_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ package resources
import (
"context"
"fmt"
"math"

core "k8s.io/api/core/v1"
meta "k8s.io/apimachinery/pkg/apis/meta/v1"
"math"

api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
"github.com/arangodb/kube-arangodb/pkg/apis/shared"
shared "github.com/arangodb/kube-arangodb/pkg/apis/shared"
"github.com/arangodb/kube-arangodb/pkg/deployment/features"
"github.com/arangodb/kube-arangodb/pkg/deployment/pod"
"github.com/arangodb/kube-arangodb/pkg/util/collection"
Expand Down

0 comments on commit a257c4f

Please sign in to comment.