1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Migrate to fluxcd/pkg

This commit is contained in:
stefanprodan
2020-06-30 17:11:04 +03:00
parent 006c949941
commit 4621afcb31
14 changed files with 12 additions and 1557 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/spf13/cobra"
"github.com/fluxcd/toolkit/pkg/git"
"github.com/fluxcd/pkg/git"
)
var bootstrapGitHubCmd = &cobra.Command{

View File

@@ -27,7 +27,7 @@ import (
"github.com/spf13/cobra"
"github.com/fluxcd/toolkit/pkg/git"
"github.com/fluxcd/pkg/git"
)
var bootstrapGitLabCmd = &cobra.Command{

View File

@@ -35,7 +35,7 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/fluxcd/toolkit/pkg/ssh"
"github.com/fluxcd/pkg/ssh"
)
var createSourceGitCmd = &cobra.Command{