Tino Ejlerskov

Results 4 comments of Tino Ejlerskov

This might work? `- jsonPath: status/containerStatuses/*/restartCount`

Had similar problem addressing list elements - the syntax is not that intuitive. Try something like this: `{{ (index .status.containerStatuses 0).restartCount }}` Or more fail-safe, check all containers: ``` message:...

I'm not involved in this project, so can't give you an answer to that one :)

> @tiej-dr do you like to contribute? @sarabala1979 , haven't much of golang experience, and not sure how much time I will have for it, but if you have time...