ApisixPluginConfig/v2beta3 Reference
Spec#
Spec describes the desired state of an ApisixPluginConfig object.
| Field | Type | Description | 
|---|---|---|
| plugins | array | A series of custom plugins that will be executed once this route rule is matched | 
| plugins[].name | string | The plugin name, see docs for learning the available plugins. | 
| plugins[].enable | boolean | Whether the plugin would be used | 
| plugins[].config | object | The configuration of the plugin that must have the same fields as in APISIX. |