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

Remove Istio specific tests and client set #9203

Merged
merged 6 commits into from
Aug 29, 2020
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
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ require (
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
google.golang.org/api v0.29.0
google.golang.org/grpc v1.31.0
istio.io/api v0.0.0-20200512234804-e5412c253ffe
istio.io/client-go v0.0.0-20200513000250-b1d6e9886b7b
istio.io/gogo-genproto v0.0.0-20191029161641-f7d19ec0141d // indirect
k8s.io/api v0.18.7-rc.0
k8s.io/apimachinery v0.18.7-rc.0
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1735,8 +1735,6 @@ istio.io/api v0.0.0-20200512234804-e5412c253ffe/go.mod h1:kyq3g5w42zl/AKlbzDGppY
istio.io/client-go v0.0.0-20200513000250-b1d6e9886b7b h1:yM51PFmqek2DaNpLk8bX/83jJmgX1eSNpvQa5O6Y4AU=
istio.io/client-go v0.0.0-20200513000250-b1d6e9886b7b/go.mod h1:aUDVNCOKom8n53OPEb7JxKucbKVNveDY4WJj7PGQb14=
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a/go.mod h1:OzpAts7jljZceG4Vqi5/zXy/pOg1b209T3jb7Nv5wIs=
istio.io/gogo-genproto v0.0.0-20191029161641-f7d19ec0141d h1:OCJTcFsWtB/2RBM8iZa5Bb8YnHpCUUSgnQBggCbJH4w=
istio.io/gogo-genproto v0.0.0-20191029161641-f7d19ec0141d/go.mod h1:OzpAts7jljZceG4Vqi5/zXy/pOg1b209T3jb7Nv5wIs=
k8s.io/api v0.17.6 h1:S6qZSkjdOU0N/TYBZKoR1o7YVSiWMGFU0XXDoqs2ioA=
k8s.io/api v0.17.6/go.mod h1:1jKVwkj0UZ4huak/yRt3MFfU5wc32+B41SkNN5HhyFg=
k8s.io/apiextensions-apiserver v0.17.6 h1:o5JWDya65ApIVez+RfR40PGrqjPUZHhlSmwAHCvL20E=
Expand Down
12 changes: 0 additions & 12 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ ${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
"serving:v1alpha1,v1beta1,v1 autoscaling:v1alpha1" \
--go-header-file "${boilerplate}"

# Generate our own client for istio (otherwise injection won't work)
${CODEGEN_PKG}/generate-groups.sh "client,informer,lister" \
knative.dev/serving/pkg/client/istio istio.io/client-go/pkg/apis \
"networking:v1alpha3" \
--go-header-file "${boilerplate}"

# Knative Injection (for istio)
${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
knative.dev/serving/pkg/client/istio istio.io/client-go/pkg/apis \
"networking:v1alpha3" \
--go-header-file "${boilerplate}"

# Depends on generate-groups.sh to install bin/deepcopy-gen
${GOPATH}/bin/deepcopy-gen \
-O zz_generated.deepcopy \
Expand Down
97 changes: 0 additions & 97 deletions pkg/client/istio/clientset/versioned/clientset.go

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/client/istio/clientset/versioned/doc.go

This file was deleted.

82 changes: 0 additions & 82 deletions pkg/client/istio/clientset/versioned/fake/clientset_generated.go

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/client/istio/clientset/versioned/fake/doc.go

This file was deleted.

56 changes: 0 additions & 56 deletions pkg/client/istio/clientset/versioned/fake/register.go

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/client/istio/clientset/versioned/scheme/doc.go

This file was deleted.

56 changes: 0 additions & 56 deletions pkg/client/istio/clientset/versioned/scheme/register.go

This file was deleted.

Loading