Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support project policy binding #307

Merged
merged 9 commits into from
May 8, 2020
Prev Previous commit
Next Next commit
fix: unbind users with project when delete users
  • Loading branch information
yadzhang committed May 8, 2020
commit d5916d8ca008936eca2f681da2ba27880a42a2a4
2 changes: 2 additions & 0 deletions api/auth/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ type ProjectBelongs struct {
MemberdProjects map[string]ExtraValue
}

// +genclient
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// Project contains members of projects.
Expand Down
228 changes: 114 additions & 114 deletions api/auth/v1/generated.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/auth/v1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/auth/v1/types_swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading