Uses of Interface
org.cdk8s.plus22.IClusterRole
-
-
Uses of IClusterRole in org.cdk8s.plus22
Subinterfaces of IClusterRole in org.cdk8s.plus22 Modifier and Type Interface Description static interfaceIClusterRole.Jsii$DefaultInternal default implementation forIClusterRole.Classes in org.cdk8s.plus22 that implement IClusterRole 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 classIClusterRole.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in org.cdk8s.plus22 that return IClusterRole Modifier and Type Method Description static IClusterRoleClusterRole. fromClusterRoleName(software.constructs.Construct scope, String id, String name)Imports a role from the cluster as a reference.IClusterRoleClusterRoleBinding. getRole()IClusterRoleClusterRoleBindingProps. getRole()The role to bind to.IClusterRoleClusterRoleBindingProps.Jsii$Proxy. getRole()Methods in org.cdk8s.plus22 with parameters of type IClusterRole Modifier and Type Method Description ClusterRoleBinding.BuilderClusterRoleBinding.Builder. role(IClusterRole role)The role to bind to.ClusterRoleBindingProps.BuilderClusterRoleBindingProps.Builder. role(IClusterRole role)Sets the value ofClusterRoleBindingProps.getRole()
-