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 fd32f8b commit 9fda45dCopy full SHA for 9fda45d
pkg/scaffold/resource/role.go
@@ -23,7 +23,7 @@ import (
23
"sigs.k8s.io/kubebuilder/pkg/scaffold/input"
24
)
25
26
-var _ input.File = &RoleBinding{}
+var _ input.File = &Role{}
27
28
// Role scaffolds the config/manager/group_role_rbac.yaml file
29
type Role struct {
0 commit comments