Annotation Interface RBACRule


  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
     
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Represents a wildcard string that matches any RBAC-related value (verb, resource, etc…).
  • Field Details

    • ALL

      static final String ALL
      Represents a wildcard string that matches any RBAC-related value (verb, resource, etc…).
      See Also:
  • Element Details

    • apiGroups

      String[] apiGroups
      Default:
      {}
    • resources

      String[] resources
      Default:
      {}
    • resourceNames

      String[] resourceNames
      Default:
      {}
    • nonResourceURLs

      String[] nonResourceURLs
      Default:
      {}