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

Add support for Kubernetes RBAC ClusterRoles and ClusterRoleBindings #1151

Merged

Conversation

scholzj
Copy link
Contributor

@scholzj scholzj commented Jul 22, 2018

Thsi PR adds support for ClusterRole and ClusterRoleBinding from Kubernetes API. The code changes should be very similar to #1111 - the main difference being that Cluster Role and Cluster Role Binding are not namespaced resources.

This PR should fix issue #1150

@rohanKanojia
Copy link
Member

ok to test

@oscerd
Copy link
Member

oscerd commented Jul 23, 2018

[merge]

@@ -25,6 +25,8 @@ io.fabric8.kubernetes.client.handlers.HorizontalPodAutoscalerHandler
io.fabric8.kubernetes.client.handlers.IngressHandler
io.fabric8.kubernetes.client.handlers.KubernetesRoleBindingHandler
io.fabric8.kubernetes.client.handlers.KubernetesRoleHandler
io.fabric8.kubernetes.client.handlers.KubernetesClusterRoleBindingHandler
io.fabric8.kubernetes.client.handlers.KubernetesClusterRoleHandler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in alphabetical order

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It should be fixed now.

@fusesource-ci fusesource-ci merged commit da52bbc into fabric8io:master Jul 23, 2018
@scholzj scholzj deleted the cluster-role-and-cluster-role-binding branch July 29, 2020 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants