Uses of Interface
org.cdk8s.plus25.k8s.PolicyRule
-
Packages that use PolicyRule Package Description org.cdk8s.plus25.k8s -
-
Uses of PolicyRule in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PolicyRule Modifier and Type Class Description static classPolicyRule.Jsii$ProxyAn implementation forPolicyRuleMethods in org.cdk8s.plus25.k8s that return PolicyRule Modifier and Type Method Description PolicyRulePolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type PolicyRule Modifier and Type Method Description default List<PolicyRule>KubeClusterRoleProps. getRules()Rules holds all the PolicyRules for this ClusterRole.List<PolicyRule>KubeClusterRoleProps.Jsii$Proxy. getRules()default List<PolicyRule>KubeRoleProps. getRules()Rules holds all the PolicyRules for this Role.List<PolicyRule>KubeRoleProps.Jsii$Proxy. getRules()Method parameters in org.cdk8s.plus25.k8s with type arguments of type PolicyRule Modifier and Type Method Description KubeClusterRole.BuilderKubeClusterRole.Builder. rules(List<? extends PolicyRule> rules)Rules holds all the PolicyRules for this ClusterRole.KubeClusterRoleProps.BuilderKubeClusterRoleProps.Builder. rules(List<? extends PolicyRule> rules)Sets the value ofKubeClusterRoleProps.getRules()KubeRole.BuilderKubeRole.Builder. rules(List<? extends PolicyRule> rules)Rules holds all the PolicyRules for this Role.KubeRoleProps.BuilderKubeRoleProps.Builder. rules(List<? extends PolicyRule> rules)Sets the value ofKubeRoleProps.getRules()
-