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 PolicyRuleModifier and TypeMethodDescriptionKubernetesClusterRoleBuildItem.getRules()KubernetesRoleBuildItem.getRules()Constructor parameters in io.quarkus.kubernetes.spi with type arguments of type PolicyRuleModifierConstructorDescriptionKubernetesClusterRoleBuildItem(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)