Uses of Interface
org.cdk8s.plus24.k8s.PolicyRule
-
Packages that use PolicyRule Package Description org.cdk8s.plus24.k8s -
-
Uses of PolicyRule in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement PolicyRule Modifier and Type Class Description static class
PolicyRule.Jsii$Proxy
An implementation forPolicyRule
Methods in org.cdk8s.plus24.k8s that return PolicyRule Modifier and Type Method Description PolicyRule
PolicyRule.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with type arguments of type PolicyRule Modifier and Type Method Description KubeClusterRole.Builder
KubeClusterRole.Builder. rules(List<? extends PolicyRule> rules)
Rules holds all the PolicyRules for this ClusterRole.KubeClusterRoleProps.Builder
KubeClusterRoleProps.Builder. rules(List<? extends PolicyRule> rules)
Sets the value ofKubeClusterRoleProps.getRules()
KubeRole.Builder
KubeRole.Builder. rules(List<? extends PolicyRule> rules)
Rules holds all the PolicyRules for this Role.KubeRoleProps.Builder
KubeRoleProps.Builder. rules(List<? extends PolicyRule> rules)
Sets the value ofKubeRoleProps.getRules()
-