Skip to content

Commit

Permalink
Merge pull request #333 from wy-lucky/main
Browse files Browse the repository at this point in the history
feat: add generation field collector for workload resources
  • Loading branch information
mrlihanbo authored Jul 4, 2024
2 parents fa5b1c7 + 259e3f2 commit 1e10635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/sample/host/01-ftc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
enabled: true
fields:
- metadata.creationTimestamp
- metadata.generation
- spec.replicas
- status
---
Expand Down Expand Up @@ -263,6 +264,7 @@ spec:
enabled: true
fields:
- metadata.creationTimestamp
- metadata.generation
- spec.replicas
- status
---
Expand All @@ -284,6 +286,7 @@ spec:
enabled: true
fields:
- metadata.creationTimestamp
- metadata.generation
- status
---
apiVersion: core.kubeadmiral.io/v1alpha1
Expand All @@ -304,6 +307,7 @@ spec:
enabled: true
fields:
- metadata.creationTimestamp
- metadata.generation
- status
---
apiVersion: core.kubeadmiral.io/v1alpha1
Expand All @@ -324,6 +328,7 @@ spec:
enabled: true
fields:
- metadata.creationTimestamp
- metadata.generation
- status
---
apiVersion: core.kubeadmiral.io/v1alpha1
Expand Down

0 comments on commit 1e10635

Please sign in to comment.