add environment to team spec #51
Annotations
11 errors
test
Process completed with exit code 2.
|
lint:
main.go#L28
could not import k8s.io/apimachinery/pkg/util/runtime (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
api/v1alpha1/groupversion_info.go#L23
could not import k8s.io/apimachinery/pkg/runtime/schema (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L32
could not import sigs.k8s.io/controller-runtime/pkg/log (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
api/v1alpha1/team_webhook_test.go#L10
could not import k8s.io/apimachinery/pkg/types (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L52
t.GetName undefined (type *Team has no field or method GetName) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L55
t.GetNamespace undefined (type *Team has no field or method GetNamespace) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L60
t.Name undefined (type *Team has no field or method Name) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L81
t.GetName undefined (type *Team has no field or method GetName) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L85
t.GetNamespace undefined (type *Team has no field or method GetNamespace) (typecheck)
|
lint:
api/v1alpha1/team_webhook.go#L90
t.Name undefined (type *Team has no field or method Name) (typecheck)
|