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

cleanup: unused code and pipelines #322

Merged
merged 4 commits into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 2 additions & 3 deletions devops/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ steps:
workingDirectory: '$(MODULE_PATH)'

- script: |
set -e
GO111MODULE="on" go get sigs.k8s.io/[email protected]
kind create cluster
export KUBECONFIG=$(kind get kubeconfig-path --name="kind")
Expand All @@ -119,9 +120,7 @@ steps:
kind load docker-image docker.io/controllertest:1 --loglevel "trace"
make install
kubectl get namespaces
echo "sleep 80 seconds to get the cert pods running"
sleep 80
echo "end of sleep"
kubectl -n cert-manager rollout status deployment.v1.apps/cert-manager
kubectl get pods --namespace cert-manager
echo "all the pods should be running"
make deploy
Expand Down
41 changes: 0 additions & 41 deletions pkg/client/deployment/deployment.go

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/client/group/group.go

This file was deleted.

58 changes: 0 additions & 58 deletions pkg/iam/authorizers.go

This file was deleted.