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 f7627c6 commit 402b027Copy full SHA for 402b027
pkg/generator/generator_test.go
@@ -425,6 +425,7 @@ import (
425
sdkVersion "github.com/operator-framework/operator-sdk/version"
426
427
"github.com/sirupsen/logrus"
428
+ _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
429
)
430
431
func printVersion() {
pkg/generator/templates.go
@@ -139,6 +139,7 @@ import (
139
sdkVersion "{{.SDKVersionImport}}"
140
141
142
143
144
145
0 commit comments