application request
role resource specification
Create role spec for a Kubernetes application. The
req.rbac.roleSpec
is merged into the spec created by this
function using lodash.merge(default, req.rbac.roleSpec)
.
It is possible to override the role name using the KubernetesApplication.roleSpec. If you do this, make sure you know what you are doing and also override it in the KubernetesApplication.roleBindingSpec.
application request
role resource specification
Create or patch role or cluster role.
Kubernetes application request
Kubernetes resource spec used to create/update the resource
Generated using TypeDoc
Create role spec for a Kubernetes application. The
req.rbac.roleSpec
is merged into the spec created by this function usinglodash.merge(default, req.rbac.roleSpec)
.It is possible to override the cluster role name using the KubernetesApplication.roleSpec. If you do this, make sure you know what you are doing and also override it in the KubernetesApplication.roleBindingSpec.