Skip to content

Commit

Permalink
Merge pull request #73 from cofide/export-spire
Browse files Browse the repository at this point in the history
Export spire package
  • Loading branch information
markgoddard authored Dec 9, 2024
2 parents 71b78f0 + b32048f commit f9ae211
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/cofidectl/cmd/federation/federation.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
trust_zone_proto "github.com/cofide/cofide-api-sdk/gen/go/proto/trust_zone/v1alpha1"
cmdcontext "github.com/cofide/cofidectl/pkg/cmd/context"

"github.com/cofide/cofidectl/internal/pkg/spire"
"github.com/cofide/cofidectl/pkg/spire"
kubeutil "github.com/cofide/cofidectl/pkg/kube"
"github.com/cofide/cofidectl/pkg/provider/helm"
"github.com/olekukonko/tablewriter"
Expand Down
2 changes: 1 addition & 1 deletion cmd/cofidectl/cmd/trustzone/trustzone.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

trust_provider_proto "github.com/cofide/cofide-api-sdk/gen/go/proto/trust_provider/v1alpha1"
trust_zone_proto "github.com/cofide/cofide-api-sdk/gen/go/proto/trust_zone/v1alpha1"
"github.com/cofide/cofidectl/internal/pkg/spire"
"github.com/cofide/cofidectl/pkg/spire"
kubeutil "github.com/cofide/cofidectl/pkg/kube"
cofidectl_plugin "github.com/cofide/cofidectl/pkg/plugin"
helmprovider "github.com/cofide/cofidectl/pkg/provider/helm"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/workload/workload.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"time"

"github.com/cofide/cofidectl/internal/pkg/spire"
"github.com/cofide/cofidectl/pkg/spire"
kubeutil "github.com/cofide/cofidectl/pkg/kube"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/provision/spirehelm/spirehelm.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (
trust_zone_proto "github.com/cofide/cofide-api-sdk/gen/go/proto/trust_zone/v1alpha1"

"github.com/cofide/cofidectl/cmd/cofidectl/cmd/statusspinner"
"github.com/cofide/cofidectl/internal/pkg/spire"
kubeutil "github.com/cofide/cofidectl/pkg/kube"
"github.com/cofide/cofidectl/pkg/plugin"
"github.com/cofide/cofidectl/pkg/plugin/provision"
"github.com/cofide/cofidectl/pkg/provider"
"github.com/cofide/cofidectl/pkg/provider/helm"
"github.com/cofide/cofidectl/pkg/spire"
)

// Type check that SpireHelm implements the Provision interface.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f9ae211

Please sign in to comment.