From 7e6e98c9f9d5af7d29c1b8ae954dd52d03789568 Mon Sep 17 00:00:00 2001 From: Angel Marin Date: Sun, 15 Mar 2026 21:26:40 +0100 Subject: [PATCH] Document required hyperfleet.io/generation annotation --- docs/adapter-authoring-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/adapter-authoring-guide.md b/docs/adapter-authoring-guide.md index f57a392..f2b76ca 100644 --- a/docs/adapter-authoring-guide.md +++ b/docs/adapter-authoring-guide.md @@ -337,6 +337,8 @@ When a condition is **not met**, the adapter skips the resources phase but still Resources define the Kubernetes objects your adapter creates on the management cluster. They execute **sequentially** in the order listed — a namespace defined first is available for resources defined after it. +**Important**: Include an annotation `hyperfleet.io/generation: {{ .generation }}` to the kubernetes resources to create. This will be used by adapters to know if the object is in current generation or must be updated. + ### Inline manifests ```yaml