CandidateVariableNames returns the possible namespaced variable names for this Attribute in the CEL namespace resolution order.
()
| 121 | // CandidateVariableNames returns the possible namespaced variable names for this Attribute in |
| 122 | // the CEL namespace resolution order. |
| 123 | CandidateVariableNames() []string |
| 124 | |
| 125 | // Qualifiers returns the list of qualifiers associated with the Attribute. |
| 126 | Qualifiers() []Qualifier |
no outgoing calls