Allow skipping condition during customplugin initialization

This commit is contained in:
Taylor Chaparro
2022-02-13 11:50:19 -08:00
parent 51508603fe
commit 9344c938bb
4 changed files with 39 additions and 2 deletions

View File

@@ -6,4 +6,5 @@
* `timeout`: Time after which custom plugins invokation will be terminated and considered timeout.
* `max_output_length`: The maximum standard output size from custom plugins that NPD will be cut and use for condition status message.
* `concurrency`: The plugin worker number, i.e., how many custom plugins will be invoked concurrently.
* `enable_message_change_based_condition_update`: Flag controls whether message change should result in a condition update.
* `enable_message_change_based_condition_update`: Flag controls whether message change should result in a condition update.
* `skip_initial_status`: Flag controls whether condition will be emitted during plugin initialization.