Uses of Interface
org.cdk8s.plus20.ClusterRolePolicyRule
-
-
Uses of ClusterRolePolicyRule in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement ClusterRolePolicyRule Modifier and Type Class Description static classClusterRolePolicyRule.Jsii$ProxyAn implementation forClusterRolePolicyRuleMethods in org.cdk8s.plus20 that return ClusterRolePolicyRule Modifier and Type Method Description ClusterRolePolicyRuleClusterRolePolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 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.plus20 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()
-