Package io.quarkus.kubernetes.deployment
Interface RbacConfig.PolicyRuleConfig
- Enclosing interface:
- RbacConfig
public static interface RbacConfig.PolicyRuleConfig
-
Method Summary
Modifier and TypeMethodDescriptionAPI groups of the policy rule.Non resource URLs of the policy rule.Resource names of the policy rule.Resources of the policy rule.verbs()Verbs of the policy rule.
-
Method Details
-
apiGroups
API groups of the policy rule. -
nonResourceUrls
Non resource URLs of the policy rule. -
resourceNames
Resource names of the policy rule. -
resources
Resources of the policy rule. -
verbs
Verbs of the policy rule.
-