英文:
write isito yaml(kind Gateway , kind VirtualService) file for kubernates in java
问题
我想在Java中编写Kubernetes的Istio YAML文件(kind Gateway,kind VirtualService)。
我正在参考的示例YAML文件是this。
因此,我只想使用Kubernetes/Istio客户端来生成YAML内容。
我已经尝试过fabric8,但没有成功。
英文:
i want to write isito yaml (kind Gateway , kind VirtualService) file for kubernates in java
this is the sample yaml file i am referring
so i want to use only kubernates/isito client for generating the yaml content
i have tried fabic8, but no luck.
答案1
得分: 2
终于,在经过努力之后找到了这个链接 https://github.com/snowdrop/istio-java-api/blob/master/istio-client/src/test/java/me/snowdrop/istio/client/it/GatewayIT.java 并解决了问题。
英文:
finally, after struggle found this https://github.com/snowdrop/istio-java-api/blob/master/istio-client/src/test/java/me/snowdrop/istio/client/it/GatewayIT.java and resolved
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论