Generate Slime CRD and Istio CRD for gateway,include VirtualService, DestinationRule, EnvoyPlugin, etc... VirtualService and DestinationRule are Istio CRD, which is used to route. EnvoyPlugin and PluginManager are Slime CRD,which is used for plugin configuration.
.
├── plugin
└── hango-api-plane-server
├── Dockerfile
├── src
├── setenv.sh
└── pom.xml
├── LICENSE
├── README.md
└── pom.xml
Using maven
$ git clone [email protected]:hango-io/api-plane.git
$ cd hango-api-plane-server
$ mvn clean package
If you wish to contribute to Hango API Gateway, please read the root projects' contributing files.