Package io.quarkus.kubernetes.deployment
Class PolicyRuleConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.PolicyRuleConfig
-
public class PolicyRuleConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Optional<List<String>>apiGroupsAPI groups of the policy rule.(package private) Optional<List<String>>nonResourceUrlsNon resource URLs of the policy rule.(package private) Optional<List<String>>resourceNamesResource names of the policy rule.(package private) Optional<List<String>>resourcesResources of the policy rule.(package private) Optional<List<String>>verbsVerbs of the policy rule.
-
Constructor Summary
Constructors Constructor Description PolicyRuleConfig()
-