Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用命令行创建了路由规则istioctl create -f file.yaml。我想从自定义 GO 代码中实现相同的目标。是否有用于创建路由规则的 Istio API?
istioctl create -f file.yaml
https://github.com/istio/client-go就是你要找的那个。