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

Delete google specific code from the repository. #438

Merged
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
  •  
  •  
  •  
17 changes: 1 addition & 16 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,16 @@ genclientset: depend
gendeepcopy:
go build -o $$GOPATH/bin/deepcopy-gen sigs.k8s.io/cluster-api/vendor/k8s.io/code-generator/cmd/deepcopy-gen
deepcopy-gen \
-i ./pkg/apis/cluster/,./pkg/apis/cluster/v1alpha1/,./cloud/google/gceproviderconfig/v1alpha1,./cloud/google/gceproviderconfig,./cloud/vsphere/vsphereproviderconfig/v1alpha1,./cloud/vsphere/vsphereproviderconfig \
-i ./pkg/apis/cluster/,./pkg/apis/cluster/v1alpha1/,./cloud/vsphere/vsphereproviderconfig/v1alpha1,./cloud/vsphere/vsphereproviderconfig \
-O zz_generated.deepcopy \
-h boilerplate.go.txt

build: depend
CGO_ENABLED=0 go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api/cloud/google/cmd/gce-controller
CGO_ENABLED=0 go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api/cloud/vsphere/cmd/vsphere-machine-controller
CGO_ENABLED=0 go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api/cmd/apiserver
CGO_ENABLED=0 go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api/cmd/controller-manager

images: depend
$(MAKE) -C cloud/google/cmd/gce-controller image
$(MAKE) -C cloud/vsphere/cmd/vsphere-machine-controller image
$(MAKE) -C cmd/apiserver image
$(MAKE) -C cmd/controller-manager image
Expand Down
72 changes: 0 additions & 72 deletions cloud/google/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions cloud/google/clientcomputeservice.go

This file was deleted.

110 changes: 0 additions & 110 deletions cloud/google/clientcomputeservice_test.go

This file was deleted.

38 changes: 0 additions & 38 deletions cloud/google/clients/clients.go

This file was deleted.

Loading