Alberto Maggioni

Results 2 comments of Alberto Maggioni

> > I would like to assign different values to "line-dash-array" property based on the actual data. Example: `'line-dasharray': [ "case", ['==', ['get', "my_prop"], 'my_value'], ['literal', [0,0]], ['literal', [2,3]] ]`...

I'm using the latest version of spring-cloud-kubernetes-fabric8-leader and the warning is still there. According to [this](https://github.com/fabric8io/kubernetes-client/pull/1800#issuecomment-1173622273), Spring Cloud should migrate from using raw Watchers to Informers.