Bumping k8s dependencies to 1.13
This commit is contained in:
19
vendor/github.com/googleapis/gnostic/linters/node/gnostic-lint-responses/Makefile
generated
vendored
Normal file
19
vendor/github.com/googleapis/gnostic/linters/node/gnostic-lint-responses/Makefile
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
GNOSTIC = $(GOPATH)/src/github.com/googleapis/gnostic
|
||||
|
||||
plugin:
|
||||
node_modules/.bin/pbjs -t json \
|
||||
$(GNOSTIC)/OpenAPIv2/OpenAPIv2.proto \
|
||||
$(GNOSTIC)/OpenAPIv3/OpenAPIv3.proto \
|
||||
$(GNOSTIC)/discovery/discovery.proto \
|
||||
$(GNOSTIC)/surface/surface.proto \
|
||||
$(GNOSTIC)/plugins/plugin.proto \
|
||||
> bundle.json
|
||||
node_modules/.bin/nexe gnostic-lint-responses.js
|
||||
mv gnostic-lint-responses $(GOPATH)/bin
|
||||
|
||||
run: plugin
|
||||
gnostic $(GNOSTIC)/examples/v2.0/yaml/petstore.yaml --lint-responses
|
||||
|
||||
setup:
|
||||
npm install
|
||||
Reference in New Issue
Block a user