Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
191 changes: 0 additions & 191 deletions Gopkg.lock

This file was deleted.

33 changes: 0 additions & 33 deletions Gopkg.toml

This file was deleted.

6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TAG?=$(shell git rev-parse --short HEAD)
PREFIX ?= $(shell pwd)
REPO = github.com/ant31/crd-validation
pkgs = $(shell go list ./... | grep -v /vendor/ | grep -v /test/)

all: check-license format build test
Expand All @@ -10,17 +9,14 @@ run:

install: openapi-gen


test:
@go test -short $(pkgs)

format:
go fmt $(pkgs)

openapi-gen:
go get -u -v -d k8s.io/code-generator/cmd/openapi-gen
cd $(GOPATH)/src/k8s.io/code-generator; git checkout release-1.8
go install k8s.io/code-generator/cmd/openapi-gen
go install k8s.io/kube-openapi/cmd/openapi-gen


.PHONY: all build test format generate-openapi openapi-gen
45 changes: 0 additions & 45 deletions example/prometheus-crd-gen/Makefile

This file was deleted.

Loading