Package io.quarkus.kubernetes.deployment
Interface RbacConfig.ClusterRoleConfig
- Enclosing interface:
RbacConfig
public static interface RbacConfig.ClusterRoleConfig
-
Method Summary
-
Method Details
-
name
The name of the cluster role. -
labels
Labels to add into the ClusterRole resource. -
policyRules
Map<String,RbacConfig.PolicyRuleConfig> policyRules()Policy rules of the ClusterRole resource.
-