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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lint: fmt
$(GOLANGCI) run

.PHONY: test
test: manifests generate lint envtest ## Run tests.
test: lint envtest ## Run tests.
@KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./pkg/... -coverprofile cover.out


Expand All @@ -67,11 +67,11 @@ e2e-test: manifests envtest
##@ Build

.PHONY: build
build: test manifests generate lint ## Build manager binary.
build: lint test ## Build manager binary.
go build -o bin/manager kusionstack.io/rollout/cmd/rollout

.PHONY: run
run: test manifests generate lint ## Run a controller from your host.
run: lint test ## Run a controller from your host.
go run kusionstack.io/rollout/cmd/rollout

# If you wish built the manager image targeting other platforms you can use the --platform flag.
Expand Down
42 changes: 0 additions & 42 deletions apis/rollout/v1alpha1/condition.go

This file was deleted.

103 changes: 0 additions & 103 deletions apis/rollout/v1alpha1/condition/condition.go

This file was deleted.

23 changes: 0 additions & 23 deletions apis/rollout/v1alpha1/doc.go

This file was deleted.

61 changes: 0 additions & 61 deletions apis/rollout/v1alpha1/rollout_gateway_api.go

This file was deleted.

Loading