Skip to content

Commit

Permalink
Add audit log matching
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Dec 2, 2024
1 parent 8278a4d commit fdf9ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/shoot-comparator/pkg/shoot/matcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func newKubeAPIServerMatcher(k v1beta1.Kubernetes) types.GomegaMatcher {
"KubernetesConfig": gstruct.Ignore(),
"AdmissionPlugins": gstruct.Ignore(),
"APIAudiences": gstruct.Ignore(),
"AuditConfig": gstruct.Ignore(),
"AuditConfig": gomega.BeComparableTo(k.KubeAPIServer.AuditConfig),
"RuntimeConfig": gstruct.Ignore(),
"ServiceAccountConfig": gstruct.Ignore(),
"WatchCacheSizes": gstruct.Ignore(),
Expand Down

0 comments on commit fdf9ef3

Please sign in to comment.