update dependencies

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2020-12-22 16:48:26 +08:00
parent 4a11a50544
commit fe6c5de00f
2857 changed files with 252134 additions and 115656 deletions

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 informer-gen. DO NOT EDIT.
package config

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredAttributeManifestInformer(client versioned.Interface, namespace
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().AttributeManifests(namespace).List(options)
return client.ConfigV1alpha2().AttributeManifests(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().AttributeManifests(namespace).Watch(options)
return client.ConfigV1alpha2().AttributeManifests(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.AttributeManifest{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredHandlerInformer(client versioned.Interface, namespace string, re
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Handlers(namespace).List(options)
return client.ConfigV1alpha2().Handlers(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Handlers(namespace).Watch(options)
return client.ConfigV1alpha2().Handlers(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.Handler{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredHTTPAPISpecInformer(client versioned.Interface, namespace string
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().HTTPAPISpecs(namespace).List(options)
return client.ConfigV1alpha2().HTTPAPISpecs(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().HTTPAPISpecs(namespace).Watch(options)
return client.ConfigV1alpha2().HTTPAPISpecs(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.HTTPAPISpec{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredHTTPAPISpecBindingInformer(client versioned.Interface, namespace
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().HTTPAPISpecBindings(namespace).List(options)
return client.ConfigV1alpha2().HTTPAPISpecBindings(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().HTTPAPISpecBindings(namespace).Watch(options)
return client.ConfigV1alpha2().HTTPAPISpecBindings(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.HTTPAPISpecBinding{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredInstanceInformer(client versioned.Interface, namespace string, r
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Instances(namespace).List(options)
return client.ConfigV1alpha2().Instances(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Instances(namespace).Watch(options)
return client.ConfigV1alpha2().Instances(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.Instance{},

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 informer-gen. DO NOT EDIT.
package v1alpha2

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredQuotaSpecInformer(client versioned.Interface, namespace string,
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().QuotaSpecs(namespace).List(options)
return client.ConfigV1alpha2().QuotaSpecs(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().QuotaSpecs(namespace).Watch(options)
return client.ConfigV1alpha2().QuotaSpecs(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.QuotaSpec{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredQuotaSpecBindingInformer(client versioned.Interface, namespace s
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().QuotaSpecBindings(namespace).List(options)
return client.ConfigV1alpha2().QuotaSpecBindings(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().QuotaSpecBindings(namespace).Watch(options)
return client.ConfigV1alpha2().QuotaSpecBindings(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.QuotaSpecBinding{},

View File

@@ -1,8 +1,23 @@
// 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 informer-gen. DO NOT EDIT.
package v1alpha2
import (
"context"
time "time"
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
@@ -45,13 +60,13 @@ func NewFilteredRuleInformer(client versioned.Interface, namespace string, resyn
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Rules(namespace).List(options)
return client.ConfigV1alpha2().Rules(namespace).List(context.TODO(), options)
},
WatchFunc: func(options v1.ListOptions) (watch.Interface, error) {
if tweakListOptions != nil {
tweakListOptions(&options)
}
return client.ConfigV1alpha2().Rules(namespace).Watch(options)
return client.ConfigV1alpha2().Rules(namespace).Watch(context.TODO(), options)
},
},
&configv1alpha2.Rule{},