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 080af69 commit b5f22b9Copy full SHA for b5f22b9
internal/k8s/configuration.go
@@ -275,11 +275,7 @@ func (vsc *VirtualServerConfiguration) IsEqual(resource Resource) bool {
275
}
276
277
// TODO: check all values of the map
278
- if len(vsc.VirtualServerRouteSelectors) != len(vsConfig.VirtualServerRouteSelectors) {
279
- return false
280
- }
281
-
282
- return true
+ return len(vsc.VirtualServerRouteSelectors) != len(vsConfig.VirtualServerRouteSelectors)
283
284
285
// TransportServerConfiguration holds a TransportServer resource.
0 commit comments