Uses of Interface
org.cdk8s.plus22.IRole
-
-
Uses of IRole in org.cdk8s.plus22
Subinterfaces of IRole in org.cdk8s.plus22 Modifier and Type Interface Description static interfaceIRole.Jsii$DefaultInternal default implementation forIRole.Classes in org.cdk8s.plus22 that implement IRole Modifier and Type Class Description classClusterRoleClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.static classIRole.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classRoleRole is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.Methods in org.cdk8s.plus22 that return IRole Modifier and Type Method Description static IRoleRole. fromRoleName(software.constructs.Construct scope, String id, String name)Imports a role from the cluster as a reference.IRoleRoleBinding. getRole()IRoleRoleBindingProps. getRole()The role to bind to.IRoleRoleBindingProps.Jsii$Proxy. getRole()Methods in org.cdk8s.plus22 with parameters of type IRole Modifier and Type Method Description RoleBinding.BuilderRoleBinding.Builder. role(IRole role)The role to bind to.RoleBindingProps.BuilderRoleBindingProps.Builder. role(IRole role)Sets the value ofRoleBindingProps.getRole()
-