snowdrop / istio-java-api

A Java API to generate Istio descriptors, inspired by Fabric8's kubernetes-model.
Apache License 2.0
112 stars 33 forks source link

Allow Istio resources to contain an empty spec variable #34

Closed geoand closed 6 years ago

geoand commented 6 years ago

Prior to this change the code assumed that the spec fields was always set. However Istio allows an empty field for the spec as can be seen at: https://istio.io/docs/reference/config/policy-and-telemetry/templates/checknothing/