I was attempting to make use of the deprecated annotation but it resulted in a clippy warning I did not expect. The enum variant is not in use in any other place. Not sure if this is a bug or a ...
At the same time io.kubernetes.client.util.Yaml uses SnakeYaml which in turn uses Jackson and do not respect gson annotations. It somehow works only because most of the names in java representation ...