From 5120b3482a49c9d49a8d7835580dfbc4a024c079 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Mon, 13 Jan 2025 16:04:53 +0530 Subject: [PATCH] Updated docs of kubernetes configuration docs Signed-off-by: AmbrishRamachandiran --- docs/features/kubernetes/configuration.md | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 71fdd0be0e..effa099182 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -578,19 +578,19 @@ view the Kubernetes API docs for your Kubernetes version (e.g. Overrides for the Kubernetes object types fetched from the cluster. The default object types are: -- pods -- services -- configmaps -- limitranges -- resourcequotas -- deployments -- replicasets -- horizontalpodautoscalers -- jobs -- cronjobs -- ingresses -- statefulsets -- daemonsets +- `pods` +- `services` +- `configmaps` +- `limitranges` +- `resourcequotas` +- `deployments` +- `replicasets` +- `horizontalpodautoscalers` +- `jobs` +- `cronjobs` +- `ingresses` +- `statefulsets` +- `daemonsets` You may use this config to override the default object types if you only want a subset of the default ones. However, it's currently not supported to fetch object types other