Skip to content

Commit ca693d4

Browse files
committed
Include creation, deletion, and resource version metadata of Secrets
Signed-off-by: Richard Wall <[email protected]>
1 parent 0b19866 commit ca693d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/datagatherer/k8s/fieldfilter.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ var SecretSelectedFields = []FieldPath{
1616
{"metadata", "ownerReferences"},
1717
{"metadata", "selfLink"},
1818
{"metadata", "uid"},
19+
{"metadata", "creationTimestamp"},
20+
{"metadata", "deletionTimestamp"},
21+
{"metadata", "resourceVersion"},
1922

2023
{"type"},
2124
{"data", "tls.crt"},

0 commit comments

Comments
 (0)