We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9465f4 + acc999c commit 0e457f6Copy full SHA for 0e457f6
1 file changed
pkg/openshift/item.go
@@ -16,8 +16,9 @@ import (
16
var (
17
annotationsPath = "/metadata/annotations"
18
platformManagedSimpleFields = []string{
19
- "/metadata/generation",
20
"/metadata/creationTimestamp",
+ "/metadata/generation",
21
+ "/metadata/managedFields",
22
"/spec/tags",
23
"/status",
24
"/spec/volumeName",
0 commit comments