Uses of Class
org.cdk8s.plus20.RoleBinding
-
-
Uses of RoleBinding in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return RoleBinding Modifier and Type Method Description RoleBindingRole. bind(@NotNull ISubject... subjects)Create a RoleBinding that binds the permissions in this Role to a list of subjects, that will only apply this role's namespace.RoleBindingClusterRole. bindInNamespace(String namespace, @NotNull ISubject... subjects)Create a RoleBinding that binds the permissions in this ClusterRole to a list of subjects, that will only apply to the given namespace.RoleBindingRoleBinding.Builder. build()
-