title: ApisixPluginConfig/v2 keywords:

  • APISIX ingress
  • Apache APISIX
  • ApisixPluginConfig description: Reference for ApisixPluginConfig/v2 custom Kubernetes resource.

Spec

See the definition on GitHub.

FieldTypeDescription
pluginsarrayPlugins that will be executed on the Route.
plugins[].namestringName of the Plugin. See Plugin hub for a list of available Plugins.
plugins[].enablebooleanWhen set to true, enables the Plugin.
plugins[].configobjectConfiguration of the Plugin. Must have the same fields as in the Plugin docs.