Package io.quarkus.kubernetes.deployment
Class RoleConfig
java.lang.Object
io.quarkus.kubernetes.deployment.RoleConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionLabels to add into the Role resource.The name of the role.The namespace of the role.(package private) Map<String,PolicyRuleConfig> Policy rules of the Role resource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the role. -
namespace
The namespace of the role. -
labels
Labels to add into the Role resource. -
policyRules
Policy rules of the Role resource.
-
-
Constructor Details
-
RoleConfig
public RoleConfig()
-