From 38fdc6f01d5158ed01744f51cfed240439c97313 Mon Sep 17 00:00:00 2001 From: Raj <54686422+LeelaChacha@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:34:52 +0200 Subject: [PATCH] docs: Add API Label Info (#333) --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index 66d244dd..85ef6e88 100644 --- a/docs/api.md +++ b/docs/api.md @@ -62,3 +62,7 @@ spec: matchLabels: "operator.kyma-project.io/watcher-gateway": "default" ``` + +## Labels + +- **`operator.kyma-project.io/managed-by`:** This label specifies the module that manages and listens the Watcher CR's corresponding webhook. The value of this label is used to generate the path in KCP for the Watcher webhook's requests - `/validate/<label-value>`. \ No newline at end of file