contribete guide

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-11-20 16:13:46 +08:00
parent 618328e62e
commit 1baa16b0aa
15 changed files with 315 additions and 427 deletions

View File

@@ -42,23 +42,23 @@ endef
all: hypersphere ks-apiserver ks-apigateway ks-iam controller-manager
# Build ks-apiserver binary
ks-apiserver: test
ks-apiserver:
hack/gobuild.sh cmd/ks-apiserver
# Build ks-apigateway binary
ks-apigateway: test
ks-apigateway:
hack/gobuild.sh cmd/ks-apigateway
# Build ks-iam binary
ks-iam: test
ks-iam:
hack/gobuild.sh cmd/ks-iam
# Build controller-manager binary
controller-manager: test
controller-manager:
hack/gobuild.sh cmd/controller-manager
# Build hypersphere binary
hypersphere: test
hypersphere:
hack/gobuild.sh cmd/hypersphere
# Run go fmt against code