Package io.quarkus.kubernetes.deployment
Class RoleConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.RoleConfig
-
public class RoleConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,String>labelsLabels to add into the Role resource.(package private) Optional<String>nameThe name of the role.(package private) Optional<String>namespaceThe namespace of the role.(package private) Map<String,PolicyRuleConfig>policyRulesPolicy rules of the Role resource.
-
Constructor Summary
Constructors Constructor Description RoleConfig()
-
-
-
Field Detail
-
policyRules
@ConfigItem Map<String,PolicyRuleConfig> policyRules
Policy rules of the Role resource.
-
-