From 259e3f21f02aeeda9d1a6c3806c9ab87974e3b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=AF=93?= Date: Thu, 4 Jul 2024 16:42:47 +0800 Subject: [PATCH] feat: add generation field collector for workload resources --- config/sample/host/01-ftc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/sample/host/01-ftc.yaml b/config/sample/host/01-ftc.yaml index 1bf67904..81ca1f96 100644 --- a/config/sample/host/01-ftc.yaml +++ b/config/sample/host/01-ftc.yaml @@ -59,6 +59,7 @@ spec: enabled: true fields: - metadata.creationTimestamp + - metadata.generation - spec.replicas - status --- @@ -263,6 +264,7 @@ spec: enabled: true fields: - metadata.creationTimestamp + - metadata.generation - spec.replicas - status --- @@ -284,6 +286,7 @@ spec: enabled: true fields: - metadata.creationTimestamp + - metadata.generation - status --- apiVersion: core.kubeadmiral.io/v1alpha1 @@ -304,6 +307,7 @@ spec: enabled: true fields: - metadata.creationTimestamp + - metadata.generation - status --- apiVersion: core.kubeadmiral.io/v1alpha1 @@ -324,6 +328,7 @@ spec: enabled: true fields: - metadata.creationTimestamp + - metadata.generation - status --- apiVersion: core.kubeadmiral.io/v1alpha1