File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ domain: weave.works
2
2
layout:
3
3
- go.kubebuilder.io/v3
4
4
projectName: gitopssets-controller
5
- repo: github.com/weaveworks/gitops-sets -controller
5
+ repo: github.com/weaveworks/gitopssets -controller
6
6
resources:
7
7
- api:
8
8
crdVersion: v1
@@ -11,6 +11,6 @@ resources:
11
11
domain: weave.works
12
12
group: templates
13
13
kind: GitOpsSet
14
- path: github.com/weaveworks/gitops-sets -controller/api/v1alpha1
14
+ path: github.com/weaveworks/gitopssets -controller/api/v1alpha1
15
15
version: v1alpha1
16
16
version: "3"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"sigs.k8s.io/controller-runtime/pkg/client"
25
25
"sigs.k8s.io/controller-runtime/pkg/log"
26
26
27
- templatesv1alpha1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
27
+ templatesv1alpha1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
28
28
)
29
29
30
30
// GitOpsSetReconciler reconciles a GitOpsSet object
Original file line number Diff line number Diff line change 6
6
"time"
7
7
8
8
"github.com/go-logr/logr"
9
- templatesv1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
9
+ templatesv1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
10
10
)
11
11
12
12
// GeneratorFactory is a way to create a per-reconciliation generator.
Original file line number Diff line number Diff line change 7
7
"time"
8
8
9
9
"github.com/go-logr/logr"
10
- templatesv1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
11
- "github.com/weaveworks/gitops-sets -controller/controllers/templates/generators"
10
+ templatesv1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
11
+ "github.com/weaveworks/gitopssets -controller/controllers/templates/generators"
12
12
)
13
13
14
14
// ListGenerator is a generic JSON object list.
Original file line number Diff line number Diff line change 6
6
7
7
"github.com/go-logr/logr"
8
8
"github.com/google/go-cmp/cmp"
9
- templatesv1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
10
- "github.com/weaveworks/gitops-sets -controller/controllers/templates/generators"
11
- "github.com/weaveworks/gitops-sets -controller/test"
9
+ templatesv1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
10
+ "github.com/weaveworks/gitopssets -controller/controllers/templates/generators"
11
+ "github.com/weaveworks/gitopssets -controller/test"
12
12
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
13
13
)
14
14
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import (
9
9
"text/template"
10
10
11
11
"github.com/gitops-tools/pkg/sanitize"
12
- "github.com/weaveworks/gitops-sets-controller/controllers/templates/generators"
13
12
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
14
13
"k8s.io/apimachinery/pkg/runtime"
15
14
yamlserializer "k8s.io/apimachinery/pkg/runtime/serializer/yaml"
16
15
"k8s.io/apimachinery/pkg/util/yaml"
17
16
18
- templatesv1 "github.com/weaveworks/gitops-sets-controller/api/v1alpha1"
17
+ templatesv1 "github.com/weaveworks/gitopssets-controller/api/v1alpha1"
18
+ "github.com/weaveworks/gitopssets-controller/controllers/templates/generators"
19
19
)
20
20
21
21
var funcMap = template.FuncMap {
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import (
15
15
"k8s.io/apimachinery/pkg/util/intstr"
16
16
"sigs.k8s.io/yaml"
17
17
18
- templatesv1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
19
- "github.com/weaveworks/gitops-sets -controller/controllers/templates/generators"
20
- "github.com/weaveworks/gitops-sets -controller/controllers/templates/generators/list"
21
- "github.com/weaveworks/gitops-sets -controller/test"
18
+ templatesv1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
19
+ "github.com/weaveworks/gitopssets -controller/controllers/templates/generators"
20
+ "github.com/weaveworks/gitopssets -controller/controllers/templates/generators/list"
21
+ "github.com/weaveworks/gitopssets -controller/test"
22
22
)
23
23
24
24
const (
Original file line number Diff line number Diff line change 1
- module github.com/weaveworks/gitops-sets -controller
1
+ module github.com/weaveworks/gitopssets -controller
2
2
3
3
go 1.19
4
4
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import (
31
31
"sigs.k8s.io/controller-runtime/pkg/healthz"
32
32
"sigs.k8s.io/controller-runtime/pkg/log/zap"
33
33
34
- templatesv1alpha1 "github.com/weaveworks/gitops-sets -controller/api/v1alpha1"
35
- "github.com/weaveworks/gitops-sets -controller/controllers"
34
+ templatesv1alpha1 "github.com/weaveworks/gitopssets -controller/api/v1alpha1"
35
+ "github.com/weaveworks/gitopssets -controller/controllers"
36
36
//+kubebuilder:scaffold:imports
37
37
)
38
38
You can’t perform that action at this time.
0 commit comments