Class PolicyRuleConfig

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

public class PolicyRuleConfig extends Object
  • Field Details

    • apiGroups

      @ConfigItem Optional<List<String>> apiGroups
      API groups of the policy rule.
    • nonResourceUrls

      @ConfigItem Optional<List<String>> nonResourceUrls
      Non resource URLs of the policy rule.
    • resourceNames

      @ConfigItem Optional<List<String>> resourceNames
      Resource names of the policy rule.
    • resources

      @ConfigItem Optional<List<String>> resources
      Resources of the policy rule.
    • verbs

      @ConfigItem Optional<List<String>> verbs
      Verbs of the policy rule.
  • Constructor Details

    • PolicyRuleConfig

      public PolicyRuleConfig()