fix new syntax error
This commit is contained in:
parent
b062a9f063
commit
17452af412
|
@ -226,21 +226,21 @@ $ curl \
|
|||
The filter will be executed against each Intention in the result list with
|
||||
the following selectors and filter operations being supported:
|
||||
|
||||
| Selector | Supported Operations |
|
||||
| --------------- | -------------------------------------------------- |
|
||||
| Action | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| DefaultAddr | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| DefaultPort | Equal, Not Equal |
|
||||
| Description | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| DestinationNS | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| DestinationName | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| ID | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| Meta | Is Empty, Is Not Empty, In, Not In |
|
||||
| Meta.<any> | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| Precedence | Equal, Not Equal |
|
||||
| SourceNS | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| SourceName | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| SourceType | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| Selector | Supported Operations |
|
||||
| ----------------- | -------------------------------------------------- |
|
||||
| `Action` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `DefaultAddr` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `DefaultPort` | Equal, Not Equal |
|
||||
| `Description` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `DestinationNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `DestinationName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `ID` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `Meta` | Is Empty, Is Not Empty, In, Not In |
|
||||
| `Meta.<any>` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `Precedence` | Equal, Not Equal |
|
||||
| `SourceNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `SourceName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
| `SourceType` | Equal, Not Equal, In, Not In, Matches, Not Matches |
|
||||
|
||||
## Update Intention
|
||||
|
||||
|
|
Loading…
Reference in New Issue