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