https://github.com/coopernetes/kube-role-gen
cli kubernetes rbac utility
Score: -Infinity
Last synced: about 1 hour ago
JSON representation
Repository metadata:
Generate a Kubernetes role containing all resources available on a cluster
- Host: GitHub
- URL: https://github.com/coopernetes/kube-role-gen
- Owner: coopernetes
- License: mit
- Created: 2020-01-03T08:27:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T20:57:25.000Z (20 days ago)
- Last Synced: 2025-09-02T18:47:06.365Z (4 days ago)
- Topics: cli, kubernetes, rbac, utility
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Thomas Cooper
- Login: coopernetes
- Email:
- Kind: user
- Description: Former packet jockey, aggressively moving up the stack. Cloud, DevOps and open source things.
- Website:
- Location: Toronto, Canada
- Twitter:
- Company: @RBC
- Icon url: https://avatars.githubusercontent.com/u/57812123?u=ac676ce6461cbd0e479bf3396280ed7f4cad8701&v=4
- Repositories: 65
- Last Synced at: 2025-08-31T17:42:35.939Z
- Profile URL: https://github.com/coopernetes
GitHub Events
Total
- Create event: 4
- Delete event: 4
- Issue comment event: 2
- Issues event: 1
- Pull request event: 6
- Push event: 2
- Watch event: 2
- Total: 21
Last Year
- Create event: 4
- Delete event: 4
- Issue comment event: 2
- Issues event: 1
- Pull request event: 6
- Push event: 2
- Watch event: 2
- Total: 21
Committers metadata
Last synced: about 1 month ago
Total Commits: 59
Total Committers: 3
Avg Commits per committer: 19.667
Development Distribution Score (DDS): 0.492
Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Thomas Cooper | t****a@o****m | 30 |
Thomas Cooper | t****a@g****m | 26 |
dependabot[bot] | 4****] | 3 |
Issue and Pull Request metadata
Last synced: 6 days ago
Total issues: 12
Total pull requests: 17
Average time to close issues: about 1 year
Average time to close pull requests: about 1 month
Total issue authors: 5
Total pull request authors: 2
Average comments per issue: 0.92
Average comments per pull request: 0.18
Merged pull request: 11
Bot issues: 0
Bot pull requests: 9
Past year issues: 0
Past year pull requests: 6
Past year average time to close issues: N/A
Past year average time to close pull requests: 24 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.5
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 6
Top Issue Authors
- coopernetes (7)
- vikas027 (2)
- posquit0 (1)
- henrysachs (1)
- hmsvigle (1)
Top Pull Request Authors
- dependabot[bot] (10)
- coopernetes (8)
Top Issue Labels
- enhancement (4)
- wontfix (1)
- invalid (1)
Top Pull Request Labels
- dependencies (10)
- go (4)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
proxy.golang.org: github.com/coopernetes/kube-role-gen
- Homepage: https://github.com/coopernetes/kube-role-gen
- Documentation: https://pkg.go.dev/github.com/coopernetes/kube-role-gen#section-documentation
- Licenses: MIT
- Latest release: v0.0.7 (published over 2 years ago)
- Last Synced: 2025-09-05T20:11:22.499Z (1 day ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 5.293%
- Forks count: 5.463%
- Average: 6.775%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
Dependencies
- github.com/davecgh/go-spew v1.1.1
- github.com/elliotchance/orderedmap v1.4.0
- github.com/go-logr/logr v1.2.2
- github.com/gogo/protobuf v1.3.2
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.7
- github.com/google/gofuzz v1.2.0
- github.com/googleapis/gnostic v0.5.5
- github.com/imdario/mergo v0.3.5
- github.com/json-iterator/go v1.1.12
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/spf13/pflag v1.0.5
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
- golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- golang.org/x/text v0.3.7
- golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
- google.golang.org/appengine v1.6.7
- google.golang.org/protobuf v1.27.1
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
- k8s.io/api v0.23.5
- k8s.io/apimachinery v0.23.5
- k8s.io/client-go v0.23.5
- k8s.io/klog/v2 v2.40.1
- k8s.io/utils v0.0.0-20220127004650-9b3446523e65
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1
- sigs.k8s.io/yaml v1.3.0
- 590 dependencies
- actions/checkout v2 composite
- actions/setup-go v1 composite
- engineerd/setup-kind v0.5.0 composite
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/checkout v2 composite
- actions/setup-go v3 composite
- goreleaser/goreleaser-action v4 composite