Uses of Class
io.quarkus.kubernetes.spi.PolicyRule
-
-
Uses of PolicyRule in io.quarkus.kubernetes.spi
Methods in io.quarkus.kubernetes.spi that return types with arguments of type PolicyRule Modifier and Type Method Description List<PolicyRule>KubernetesClusterRoleBuildItem. getRules()List<PolicyRule>KubernetesRoleBuildItem. getRules()Constructor parameters in io.quarkus.kubernetes.spi with type arguments of type PolicyRule Constructor Description KubernetesClusterRoleBuildItem(String name, List<PolicyRule> rules, String target)KubernetesRoleBuildItem(String name, String namespace, List<PolicyRule> rules, String target)KubernetesRoleBuildItem(String name, List<PolicyRule> rules)KubernetesRoleBuildItem(String name, List<PolicyRule> rules, String target)
-