jenkinsci / kubernetes-cd-plugin

A Jenkins plugin to deploy to Kubernetes cluster
MIT License
140 stars 72 forks source link

[Feature Request] add Role|Binding and ServiceAccount Types #110

Closed adrpp closed 4 years ago

adrpp commented 4 years ago

Hello,

are some further types going to be supported, like Role, RoleBinding and ServiceAccounts ? Using 2.1.2 plugin version, mentioned types are not supported resulting in:

Skipped unsupported resource: class V1Role { apiVersion: rbac.authorization.k8s.io/v1 kind: Role ... ... }

Here are mentioned objects listed, however your list of supported types does not list those (which is correct).

Thanks, Adrian

runzexia commented 4 years ago

https://github.com/jenkinsci/kubernetes-cd-plugin/pull/117