Skip to content

Commit

Permalink
Fix Container ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow committed Sep 12, 2024
1 parent 16203a0 commit 9dbc4f5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions pkg/integrations/sidecar/integration.authentication.v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ import (
"github.com/arangodb/kube-arangodb/pkg/util"
)

func init() {
registerer.Register("AUTHENTICATION_V1", IntegrationAuthenticationV1{})
}

type IntegrationAuthenticationV1 struct {
Core *Core

Expand Down
4 changes: 0 additions & 4 deletions pkg/integrations/sidecar/integration.authorization.v0.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import (
core "k8s.io/api/core/v1"
)

func init() {
registerer.Register("AUTHORIZATION_V0", IntegrationAuthorizationV0{})
}

type IntegrationAuthorizationV0 struct {
Core *Core
}
Expand Down
4 changes: 0 additions & 4 deletions pkg/integrations/sidecar/integration.envoy.v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ import (
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
)

func init() {
registerer.Register("ENVOY_AUTH_V3", IntegrationEnvoyV3{})
}

type IntegrationEnvoyV3 struct {
Core *Core
Spec api.DeploymentSpec
Expand Down
4 changes: 0 additions & 4 deletions pkg/integrations/sidecar/integration.shutdown.v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import (
core "k8s.io/api/core/v1"
)

func init() {
registerer.Register("SHUTDOWN_V1", IntegrationShutdownV1{})
}

type IntegrationShutdownV1 struct {
Core *Core
}
Expand Down

0 comments on commit 9dbc4f5

Please sign in to comment.