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

Fixed namespace in KubernetesAdapter #5

Closed lordofthejars closed 6 years ago

lordofthejars commented 6 years ago

In Kubernetes adapter we are fixing the namespace (https://github.com/snowdrop/istio-java-api/blob/master/istio-client/src/main/java/me/snowdrop/istio/client/KubernetesAdapter.java#L28) the namespace comes configured in the client itself so we really don't need to force any other namespace nor need as a parameter.

So we can remove this line.