We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576c835 commit 4829efbCopy full SHA for 4829efb
pkg/scaffold/cmd.go
@@ -45,7 +45,6 @@ import (
45
46
"{{ .Repo }}/pkg/apis"
47
"{{ .Repo }}/pkg/controller"
48
-
49
"github.com/operator-framework/operator-sdk/pkg/k8sutil"
50
"github.com/operator-framework/operator-sdk/pkg/leader"
51
"github.com/operator-framework/operator-sdk/pkg/ready"
pkg/scaffold/controller_kind.go
"context"
{{ .Resource.Group}}{{ .Resource.Version }} "{{ .Repo }}/pkg/apis/{{ .Resource.Group}}/{{ .Resource.Version }}"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
0 commit comments