We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b421e7 commit 783d2f9Copy full SHA for 783d2f9
modules/dynamic-plug-in-sdk-extensions.adoc
@@ -22,9 +22,10 @@
22
contributed actions to a particular area of the application. Examples include `topology` and `helm`.
23
24
|`filter` |`CodeRef<(scope: any, action: Action) => boolean>` |no |A
25
-function that will filter actions based on some conditions. `scope`: The
26
-scope in which actions should be provided for. Hook might be required
27
-if you want to remove the `ModifyCount` action from a deployment with HPA.
+function that will filter actions based on some conditions. `scope`: The scope
+in which actions should be provided for. A hook might be required if you want to
+remove the `ModifyCount` action from a deployment with a horizontal pod
28
+autoscaler (HPA).
29
|===
30
31
'''''
0 commit comments