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