Uses of Interface
org.cdk8s.plus25.ClusterRolePolicyRule
-
Packages that use ClusterRolePolicyRule Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ClusterRolePolicyRule in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement ClusterRolePolicyRule Modifier and Type Class Description static classClusterRolePolicyRule.Jsii$ProxyAn implementation forClusterRolePolicyRuleMethods in org.cdk8s.plus25 that return ClusterRolePolicyRule Modifier and Type Method Description ClusterRolePolicyRuleClusterRolePolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type ClusterRolePolicyRule Modifier and Type Method Description List<ClusterRolePolicyRule>ClusterRole. getRules()Rules associaated with this Role.default List<ClusterRolePolicyRule>ClusterRoleProps. getRules()A list of rules the role should allow.List<ClusterRolePolicyRule>ClusterRoleProps.Jsii$Proxy. getRules()Method parameters in org.cdk8s.plus25 with type arguments of type ClusterRolePolicyRule Modifier and Type Method Description ClusterRole.BuilderClusterRole.Builder. rules(List<? extends ClusterRolePolicyRule> rules)A list of rules the role should allow.ClusterRoleProps.BuilderClusterRoleProps.Builder. rules(List<? extends ClusterRolePolicyRule> rules)Sets the value ofClusterRoleProps.getRules()
-