Skip to content

Commit 783d2f9

Browse files
committed
Follow-up edits to PR#51432
1 parent 7b421e7 commit 783d2f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/dynamic-plug-in-sdk-extensions.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
contributed actions to a particular area of the application. Examples include `topology` and `helm`.
2323

2424
|`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.
25+
function that will filter actions based on some conditions. `scope`: The scope
26+
in which actions should be provided for. A hook might be required if you want to
27+
remove the `ModifyCount` action from a deployment with a horizontal pod
28+
autoscaler (HPA).
2829
|===
2930

3031
'''''

0 commit comments

Comments
 (0)