Skip to content

Commit

Permalink
Merge pull request #519 from justinsb/fix_role_vs_rolebinding
Browse files Browse the repository at this point in the history
Fix reference to RoleBinding vs Role
  • Loading branch information
k8s-ci-robot committed Dec 11, 2018
2 parents e11f953 + 9fda45d commit 288d7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scaffold/resource/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sigs.k8s.io/kubebuilder/pkg/scaffold/input"
)

var _ input.File = &RoleBinding{}
var _ input.File = &Role{}

// Role scaffolds the config/manager/group_role_rbac.yaml file
type Role struct {
Expand Down

0 comments on commit 288d7d5

Please sign in to comment.