4
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/doc.gen.go
generated
vendored
4
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/doc.gen.go
generated
vendored
@@ -1,4 +0,0 @@
|
||||
// Code generated by client-gen. DO NOT EDIT.
|
||||
|
||||
// This package contains the scheme of the automatically generated clientset.
|
||||
package scheme
|
||||
18
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/doc.go
generated
vendored
Normal file
18
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/doc.go
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// 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 client-gen. DO NOT EDIT.
|
||||
|
||||
// This package contains the scheme of the automatically generated clientset.
|
||||
package scheme
|
||||
18
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/register.gen.go
generated
vendored
18
vendor/istio.io/client-go/pkg/clientset/versioned/scheme/register.gen.go
generated
vendored
@@ -1,11 +1,25 @@
|
||||
// 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 client-gen. DO NOT EDIT.
|
||||
|
||||
package scheme
|
||||
|
||||
import (
|
||||
authenticationv1alpha1 "istio.io/client-go/pkg/apis/authentication/v1alpha1"
|
||||
configv1alpha2 "istio.io/client-go/pkg/apis/config/v1alpha2"
|
||||
networkingv1alpha3 "istio.io/client-go/pkg/apis/networking/v1alpha3"
|
||||
networkingv1beta1 "istio.io/client-go/pkg/apis/networking/v1beta1"
|
||||
rbacv1alpha1 "istio.io/client-go/pkg/apis/rbac/v1alpha1"
|
||||
securityv1beta1 "istio.io/client-go/pkg/apis/security/v1beta1"
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
@@ -19,9 +33,9 @@ var Scheme = runtime.NewScheme()
|
||||
var Codecs = serializer.NewCodecFactory(Scheme)
|
||||
var ParameterCodec = runtime.NewParameterCodec(Scheme)
|
||||
var localSchemeBuilder = runtime.SchemeBuilder{
|
||||
authenticationv1alpha1.AddToScheme,
|
||||
configv1alpha2.AddToScheme,
|
||||
networkingv1alpha3.AddToScheme,
|
||||
networkingv1beta1.AddToScheme,
|
||||
rbacv1alpha1.AddToScheme,
|
||||
securityv1beta1.AddToScheme,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user