Package io.quarkus.kubernetes.spi
Class PolicyRule
- java.lang.Object
-
- io.quarkus.kubernetes.spi.PolicyRule
-
public class PolicyRule extends Object
Corresponds directly to the KubernetesPolicyRuleresource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getApiGroups()List<String>getNonResourceURLs()List<String>getResourceNames()List<String>getResources()List<String>getVerbs()
-