Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cleanup): remove stale cstor code #1787

Merged
merged 1 commit into from
Mar 5, 2021
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
10 changes: 5 additions & 5 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EXTERNAL_TOOLS=\
golang.org/x/tools/cmd/cover \
github.com/axw/gocov/gocov \
gopkg.in/matm/v1/gocov-html \
github.com/golang/protobuf/protoc-gen-go
github.com/golang/protobuf/protoc-gen-go@v1.3.2

# list only our .go files i.e. exlcudes any .go files from the vendor directory
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")
Expand Down Expand Up @@ -283,7 +283,7 @@ generated_files: kubegen protobuf
# builds vendored version of deepcopy-gen tool
.PHONY: deepcopy2
deepcopy2:
@go install ./vendor/k8s.io/code-generator/cmd/deepcopy-gen
@go install -mod=vendor ./vendor/k8s.io/code-generator/cmd/deepcopy-gen
@for apigrp in $(ALL_API_GROUPS) ; do \
echo "+ Generating deepcopy funcs for $$apigrp" ; \
deepcopy-gen \
Expand All @@ -295,7 +295,7 @@ deepcopy2:
# builds vendored version of client-gen tool
.PHONY: clientset2
clientset2:
@go install ./vendor/k8s.io/code-generator/cmd/client-gen
@go install -mod=vendor ./vendor/k8s.io/code-generator/cmd/client-gen
@for apigrp in $(ALL_API_GROUPS) ; do \
echo "+ Generating clientsets for $$apigrp" ; \
client-gen \
Expand All @@ -309,7 +309,7 @@ clientset2:
# builds vendored version of lister-gen tool
.PHONY: lister2
lister2:
@go install ./vendor/k8s.io/code-generator/cmd/lister-gen
@go install -mod=vendor ./vendor/k8s.io/code-generator/cmd/lister-gen
@for apigrp in $(ALL_API_GROUPS) ; do \
echo "+ Generating lister for $$apigrp" ; \
lister-gen \
Expand All @@ -321,7 +321,7 @@ lister2:
# builds vendored version of informer-gen tool
.PHONY: informer2
informer2:
@go install ./vendor/k8s.io/code-generator/cmd/informer-gen
@go install -mod=vendor ./vendor/k8s.io/code-generator/cmd/informer-gen
@for apigrp in $(ALL_API_GROUPS) ; do \
echo "+ Generating informer for $$apigrp" ; \
informer-gen \
Expand Down
32 changes: 0 additions & 32 deletions buildscripts/cspc-operator-debug/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions buildscripts/cspc-operator-debug/Makefile.mk

This file was deleted.

30 changes: 0 additions & 30 deletions buildscripts/cspc-operator/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions buildscripts/cspc-operator/Dockerfile.arm64

This file was deleted.

36 changes: 0 additions & 36 deletions buildscripts/cspc-operator/Makefile.mk

This file was deleted.

33 changes: 0 additions & 33 deletions buildscripts/cspi-mgmt/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions buildscripts/cspi-mgmt/Makefile.mk

This file was deleted.

8 changes: 0 additions & 8 deletions buildscripts/cspi-mgmt/entrypoint.sh

This file was deleted.

26 changes: 0 additions & 26 deletions buildscripts/cvc-operator/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions buildscripts/cvc-operator/Dockerfile.arm64

This file was deleted.

31 changes: 0 additions & 31 deletions buildscripts/cvc-operator/Makefile.mk

This file was deleted.

Loading