mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
18 lines
411 B
Bash
18 lines
411 B
Bash
go get github.com/golang/protobuf/protoc-gen-go
|
|
|
|
pushd $GOPATH/src/github.com/googleapis/gnostic/generator
|
|
go build
|
|
cd ..
|
|
./generator/generator
|
|
popd
|
|
|
|
pushd $GOPATH/src/github.com/googleapis/gnostic/generator
|
|
go install
|
|
popd
|
|
|
|
pushd $GOPATH/src/github.com/googleapis/gnostic/OpenAPIv2
|
|
protoc \
|
|
--go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. OpenAPIv2.proto
|
|
go build
|
|
go install
|
|
popd
|