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.
2 parents 4635e56 + 885c139 commit 78e69f5Copy full SHA for 78e69f5
templates/pkg/resource/resource.go.tpl
@@ -12,6 +12,11 @@ import (
12
svcapitypes "github.com/aws-controllers-k8s/{{ .ServiceIDClean }}-controller/apis/{{ .APIVersion}}"
13
)
14
15
+// Hack to avoid import errors during build...
16
+var (
17
+ _ = &ackerrors.MissingNameIdentifier
18
+)
19
+
20
// resource implements the `aws-controller-k8s/runtime/pkg/types.AWSResource`
21
// interface
22
type resource struct {
0 commit comments