Package io.quarkus.kubernetes.deployment
Class PolicyRuleConfig
java.lang.Object
io.quarkus.kubernetes.deployment.PolicyRuleConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionAPI groups of the policy rule.Non resource URLs of the policy rule.Resource names of the policy rule.Resources of the policy rule.Verbs of the policy rule. -
Constructor Summary
Constructors -
Method Summary
-
Field 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.
-
-
Constructor Details
-
PolicyRuleConfig
public PolicyRuleConfig()
-