1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Change fluxcd/toolkit to fluxcd/flux2

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2020-10-29 16:22:21 +01:00
parent 345707e6cc
commit 0bf52f4746
77 changed files with 102 additions and 102 deletions

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"strings"
"github.com/fluxcd/toolkit/internal/utils"
"github.com/fluxcd/flux2/internal/utils"
)
var supportedArchs = []string{"amd64", "arm", "arm64"}

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"strings"
"github.com/fluxcd/toolkit/internal/utils"
"github.com/fluxcd/flux2/internal/utils"
)
var supportedDecryptionProviders = []string{"sops"}

View File

@@ -20,8 +20,8 @@ import (
"fmt"
"strings"
"github.com/fluxcd/flux2/internal/utils"
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
"github.com/fluxcd/toolkit/internal/utils"
)
var supportedHelmChartSourceKinds = []string{sourcev1.HelmRepositoryKind, sourcev1.GitRepositoryKind, sourcev1.BucketKind}

View File

@@ -20,8 +20,8 @@ import (
"fmt"
"strings"
"github.com/fluxcd/flux2/internal/utils"
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
"github.com/fluxcd/toolkit/internal/utils"
)
var supportedKustomizationSourceKinds = []string{sourcev1.GitRepositoryKind, sourcev1.BucketKind}

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"strings"
"github.com/fluxcd/toolkit/internal/utils"
"github.com/fluxcd/flux2/internal/utils"
)
var supportedLogLevels = []string{"debug", "info", "error"}

View File

@@ -20,8 +20,8 @@ import (
"fmt"
"strings"
"github.com/fluxcd/flux2/internal/utils"
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
"github.com/fluxcd/toolkit/internal/utils"
)
var supportedSourceBucketProviders = []string{sourcev1.GenericBucketProvider, sourcev1.AmazonBucketProvider}