How can I access Istio APIs?

1/2/2018

I have created route rule using command line istioctl create -f file.yaml. I want to achieve same from custom GO code. Is there an Istio API to create route rules?

-- Jasmitha
go
istio
kubernetes
rest

1 Answer

12/30/2019

https://github.com/istio/client-go is the one you are looking for.

-- Tummala Dhanvi
Source: StackOverflow