You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/en/latest/api/extension_types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1839,7 +1839,7 @@ _Appears in:_
1839
1839
| Field | Type | Required | Default | Description |
1840
1840
| --- | --- | --- | --- | --- |
1841
1841
|`type`|_[EnvoyResourceType](#envoyresourcetype)_| true || Type is the typed URL of the Envoy xDS Resource |
1842
-
|`name`|_string_| true || Name is the name of the resource |
1842
+
|`name`|_string_| true || Name is the name of the resource.<br />When omitted or set to empty string (""), the patch will be applied to all resources of the specified Type.<br />When specified, the patch will only be applied to the resource with the matching name.|
1843
1843
|`operation`|_[JSONPatchOperation](#jsonpatchoperation)_| true || Patch defines the JSON Patch Operation |
0 commit comments