package
0.0.0-20190805213701-993a85bcdc3a
Repository: https://github.com/cloudfoundry-attic/copilot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

copilot api

This package holds the golang gRPC API definitions for copilot. There's one API used by Cloud Controller, another used by Istio Pilot.

The actual gRPC .proto files are in the protos subdirectory. To regenerate the golang code, run bin/dockerized-rebuild-proto from the gen folder.

We moved the .proto files in there to work around problems with Bazel in Istio.