From 69dca3d5b8b7146d9446d1810f41aa9fd7141060 Mon Sep 17 00:00:00 2001 From: Remco Beckers Date: Mon, 17 Feb 2025 12:09:05 +0100 Subject: [PATCH] Remove unsupported view health state from documentation --- use/views/k8s-custom-views.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/use/views/k8s-custom-views.md b/use/views/k8s-custom-views.md index 7c2f55852..00754c639 100644 --- a/use/views/k8s-custom-views.md +++ b/use/views/k8s-custom-views.md @@ -34,9 +34,6 @@ In the **Save view as** dialog, the following options can be set: | :--- | :--- | | View name | The name of the view. | | Description | A short description for the view. It helps remembering the scope of the view. | -| View health state enabled | Whether the view has a health state or not. If this is enable, the view health state is calculated based on the configuration function below. | -| Configuration function | When view health state is enabled, you can choose a function that's used to calculate the view health state whenever there are changes in the view. The default choice is **minimum health states** - this function calculates the health state of the view based on the amount of components in **CRITICAL** or **DEVIATING** state in the view. | -| Arguments | The required arguments will vary depending on the chosen configuration function, if any. | | Identifier | A unique reference for the view, helpful when you want to reference the view from an exported configuration, such as the exported configuration in a StackPack. | ### Reset a view