Update istio.io/client-go version to 1.4.1 (#930)

Update istio.io/client-go and drop our patch for it since it has been upstreamed.
This commit is contained in:
Slavomir Kaslev 2019-12-13 16:49:54 +02:00 committed by Knative Prow Robot
parent a55e24e80c
commit 37e855f81e
9 changed files with 63 additions and 29 deletions

10
Gopkg.lock generated
View File

@ -865,16 +865,16 @@
name = "istio.io/api"
packages = ["networking/v1alpha3"]
pruneopts = "NUT"
revision = "35e06ef8d83858a2ccabd7a0d57128879b40a586"
version = "1.4.0-beta.5"
revision = "e1a1952e5b81ed914b06c1814fd3a0c92c750e37"
version = "1.4.1"
[[projects]]
digest = "1:a4549838d0466ee623b1aee6220d14978e5ddbd7a65bbf40185b63b26c645fbf"
digest = "1:57e8c0255e33ab72e09219665d5ed7733a694e0092ab4a69b97100aa27bcbbb4"
name = "istio.io/client-go"
packages = ["pkg/apis/networking/v1alpha3"]
pruneopts = "NUT"
revision = "9bd0ba57c3d24745eac756d3df8411d969f94d34"
version = "1.4.0-beta.5"
revision = "26c62a04cdbc1fb52dd71a9194b0d49ce297e836"
version = "1.4.1"
[[projects]]
digest = "1:9c9f11af1b1f2ae03d897ba5de27103ec1c9c43605663ccdef67831d6a462a30"

View File

@ -44,11 +44,11 @@ required = [
[[constraint]]
name = "istio.io/api"
version = "1.4.0-beta.4"
version = "1.4.1"
[[constraint]]
name = "istio.io/client-go"
version = "1.4.0-beta.2"
version = "1.4.1"
[[override]]
name = "gopkg.in/yaml.v2"

View File

@ -9,9 +9,6 @@ aliases:
- vaikas
- n3wscott
apis-istio-approvers:
- tcnghia
apis-duck-approvers:
- mattmoor
- vaikas

View File

@ -1,13 +0,0 @@
diff --git a/vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.gen.go b/vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.go
similarity index 84%
rename from vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.gen.go
rename to vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.go
index 4fb1dd2..ecc1ecc 100644
--- a/vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.gen.go
+++ b/vendor/istio.io/client-go/pkg/apis/networking/v1alpha3/doc.go
@@ -3,4 +3,5 @@
// Package has auto-generated kube type wrappers for raw types.
// +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package
+// +groupName=networking.istio.io
package v1alpha3

View File

@ -28,9 +28,3 @@ dep ensure
rm -rf $(find vendor/ -name 'OWNERS')
rm -rf $(find vendor/ -name '*_test.go')
# HACK HACK HACK
# Currently istio.io/client-go apis are missing groupName comment tags and that
# breaks our (and theirs for that matter) generated fake client sets.
# TODO(skaslev): Remove after istio/tools#549 and istio/client-go#22 get merged.
git apply ${REPO_ROOT_DIR}/hack/istio-client-missing-group-name.patch

View File

@ -1,3 +1,17 @@
// Copyright Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by kubetype-gen. DO NOT EDIT.
// Package has auto-generated kube type wrappers for raw types.

View File

@ -1,3 +1,17 @@
// Copyright Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by kubetype-gen. DO NOT EDIT.
package v1alpha3

View File

@ -1,3 +1,17 @@
// Copyright Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by kubetype-gen. DO NOT EDIT.
package v1alpha3

View File

@ -1,5 +1,19 @@
// +build !ignore_autogenerated
// Copyright Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by deepcopy-gen. DO NOT EDIT.
package v1alpha3