Uses of Class
org.cdk8s.plus22.RoleBinding
-
-
Uses of RoleBinding in org.cdk8s.plus22
Methods in org.cdk8s.plus22 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()RoleBindingResourcePermissions. grantRead(@NotNull ISubject... subjects)Grants the list of subjects permissions to read this resource.RoleBindingResourcePermissions. grantReadWrite(@NotNull ISubject... subjects)Grants the list of subjects permissions to read and write this resource.
-