We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b91e84 commit 407468cCopy full SHA for 407468c
pkg/datagatherer/k8s/fieldfilter.go
@@ -38,11 +38,16 @@ var RouteSelectedFields = []string{
38
"metadata.uid",
39
"spec.host",
40
"spec.to.kind",
41
+ "spec.to.port",
42
"spec.to.name",
43
+ "spec.to.weight",
44
"spec.tls.termination",
45
"spec.tls.certificate",
46
"spec.tls.caCertificate",
47
"spec.tls.destinationCACertificate",
48
+ "spec.tls.insecureEdgeTerminationPolicy",
49
+ "spec.wildcardPolicy",
50
+ "status",
51
}
52
53
// RedactFields are removed from all objects
0 commit comments