Skip to content

Commit 04b3bfe

Browse files
authored
Merge pull request #4127 from gsquared94/update-dev-md
Update DEVELOPMENT.md on making changes to the skaffold api
2 parents b043872 + 4947036 commit 04b3bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEVELOPMENT.md

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Once you've done this, merge or rebase your development branch with config chang
105105
106106
For more details behind the logic of config changes see [the Skaffold config management doc](https://docs.google.com/document/d/e/2PACX-1vRIjLuHL2uZ1OXcV9ZXbOQ7ijmqmeCeOZroCGBGTgstuNaZqoKXwg0KLGt_M-PHBwoVpnsKUhHxJ3Jc/pub).
107107
108+
## Making changes to the Skaffold API
109+
110+
We build the API directly through gRPC, which gets translated into REST API through a reverse proxy gateway library. If you make changes to the [proto/skaffold.proto](https://github.com/GoogleContainerTools/skaffold/blob/master/proto/skaffold.proto) file you can run `./hack/generate-proto.sh` to generate the equivalent Go code.
111+
108112
## Building skaffold
109113
110114
To build with your local changes you have two options:

0 commit comments

Comments
 (0)