JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional
|
Required
Detail:
Field
|
Element
SEARCH:
Package
io.quarkiverse.operatorsdk.annotations
Annotation Interface RBACRule
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
@Repeatable
(
AdditionalRBACRules.class
)
public @interface
RBACRule
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
[]
verbs
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
apiGroups
String
[]
nonResourceURLs
String
[]
resourceNames
String
[]
resources
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
ALL
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:
Constant Field Values
Element Details
verbs
String
[]
verbs
apiGroups
String
[]
apiGroups
Default:
{}
resources
String
[]
resources
Default:
{}
resourceNames
String
[]
resourceNames
Default:
{}
nonResourceURLs
String
[]
nonResourceURLs
Default:
{}