|
|
@ -40,13 +40,13 @@ import (
|
|
|
|
"github.com/fluxcd/pkg/kustomize/filesys"
|
|
|
|
"github.com/fluxcd/pkg/kustomize/filesys"
|
|
|
|
runclient "github.com/fluxcd/pkg/runtime/client"
|
|
|
|
runclient "github.com/fluxcd/pkg/runtime/client"
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/utils"
|
|
|
|
"github.com/fluxcd/flux2/v2/internal/utils"
|
|
|
|
"github.com/fluxcd/flux2/pkg/log"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/log"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/install"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/install"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/kustomization"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/kustomization"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sourcesecret"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/sourcesecret"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sync"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/sync"
|
|
|
|
"github.com/fluxcd/flux2/pkg/status"
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/status"
|
|
|
|
"github.com/fluxcd/pkg/git"
|
|
|
|
"github.com/fluxcd/pkg/git"
|
|
|
|
"github.com/fluxcd/pkg/git/repository"
|
|
|
|
"github.com/fluxcd/pkg/git/repository"
|
|
|
|
)
|
|
|
|
)
|
|
|
|