File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
testdata/memcached-molecule-operator Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ import (
18
18
"sigs.k8s.io/kubebuilder/v4/pkg/config"
19
19
cfgv3 "sigs.k8s.io/kubebuilder/v4/pkg/config/v3"
20
20
"sigs.k8s.io/kubebuilder/v4/pkg/plugin"
21
-
22
- "github.com/operator-framework/ansible-operator-plugins/pkg/plugins"
23
21
)
24
22
25
- const pluginName = "base. ansible" + plugins . DefaultNameQualifier
23
+ const pluginName = "ansible.operatorframework.io"
26
24
27
25
var (
28
26
pluginVersion = plugin.Version {Number : 1 }
Original file line number Diff line number Diff line change 4
4
# More info: https://book.kubebuilder.io/reference/project-config.html
5
5
domain: example.com
6
6
layout:
7
- - base. ansible.sdk .operatorframework.io/v1
7
+ - ansible.operatorframework.io/v1
8
8
multigroup: true
9
9
projectName: memcached-molecule-operator
10
10
resources:
You can’t perform that action at this time.
0 commit comments