File tree Expand file tree Collapse file tree
testdata/memcached-molecule-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ import (
1818 "sigs.k8s.io/kubebuilder/v4/pkg/config"
1919 cfgv3 "sigs.k8s.io/kubebuilder/v4/pkg/config/v3"
2020 "sigs.k8s.io/kubebuilder/v4/pkg/plugin"
21-
22- "github.com/operator-framework/ansible-operator-plugins/pkg/plugins"
2321)
2422
25- const pluginName = "base. ansible" + plugins . DefaultNameQualifier
23+ const pluginName = "ansible.operatorframework.io"
2624
2725var (
2826 pluginVersion = plugin.Version {Number : 1 }
Original file line number Diff line number Diff line change 44# More info: https://book.kubebuilder.io/reference/project-config.html
55domain: example.com
66layout:
7- - base. ansible.sdk .operatorframework.io/v1
7+ - ansible.operatorframework.io/v1
88multigroup: true
99projectName: memcached-molecule-operator
1010resources:
You can’t perform that action at this time.
0 commit comments