Uses of Interface
org.cdk8s.plus20.ISubject
-
-
Uses of ISubject in org.cdk8s.plus20
Subinterfaces of ISubject in org.cdk8s.plus20 Modifier and Type Interface Description static interfaceISubject.Jsii$DefaultInternal default implementation forISubject.Classes in org.cdk8s.plus20 that implement ISubject Modifier and Type Class Description classGroupRepresents a group.static classISubject.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classServiceAccountA service account provides an identity for processes that run in a Pod.classUserRepresents a user.Methods in org.cdk8s.plus20 that return types with arguments of type ISubject Modifier and Type Method Description List<ISubject>ClusterRoleBinding. getSubjects()List<ISubject>RoleBinding. getSubjects()Methods in org.cdk8s.plus20 with parameters of type ISubject Modifier and Type Method Description voidClusterRoleBinding. addSubjects(@NotNull ISubject... subjects)Adds a subject to the role.voidRoleBinding. addSubjects(@NotNull ISubject... subjects)Adds a subject to the role.ClusterRoleBindingClusterRole. bind(@NotNull ISubject... subjects)Create a ClusterRoleBinding that binds the permissions in this ClusterRole to a list of subjects, without namespace restrictions.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.
-