Class RoleConfig

java.lang.Object
io.quarkus.kubernetes.deployment.RoleConfig

public class RoleConfig extends Object
  • Field Details

    • name

      @ConfigItem Optional<String> name
      The name of the role.
    • namespace

      @ConfigItem Optional<String> namespace
      The namespace of the role.
    • labels

      @ConfigItem @ConfigDocMapKey("label-name") Map<String,String> labels
      Labels to add into the Role resource.
    • policyRules

      @ConfigItem Map<String,PolicyRuleConfig> policyRules
      Policy rules of the Role resource.
  • Constructor Details

    • RoleConfig

      public RoleConfig()