blob: 3b167f448cdb098fe13a3989a940f2f9aaf85314 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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 tools/generate_deepcopy_types.go. DO NOT EDIT!
package dubbo_apache_org_v1alpha1
import (
fmt "fmt"
math "math"
proto "github.com/gogo/protobuf/proto"
_ "github.com/gogo/protobuf/types"
)
// Reference imports to suppress errors if they are not otherwise used.
var (
_ = proto.Marshal
_ = fmt.Errorf
_ = math.Inf
)
// DeepCopyInto supports using AuthenticationPolicy within kubernetes types, where deepcopy-gen is used.
func (in *AuthenticationPolicy) DeepCopyInto(out *AuthenticationPolicy) {
p := proto.Clone(in).(*AuthenticationPolicy)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthenticationPolicy.
func (in *AuthenticationPolicy) DeepCopy() *AuthenticationPolicy {
if in == nil {
return nil
}
out := new(AuthenticationPolicy)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new AuthenticationPolicy.
func (in *AuthenticationPolicy) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using AuthorizationPolicy within kubernetes types, where deepcopy-gen is used.
func (in *AuthorizationPolicy) DeepCopyInto(out *AuthorizationPolicy) {
p := proto.Clone(in).(*AuthorizationPolicy)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationPolicy.
func (in *AuthorizationPolicy) DeepCopy() *AuthorizationPolicy {
if in == nil {
return nil
}
out := new(AuthorizationPolicy)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationPolicy.
func (in *AuthorizationPolicy) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ConditionRoute within kubernetes types, where deepcopy-gen is used.
func (in *ConditionRoute) DeepCopyInto(out *ConditionRoute) {
p := proto.Clone(in).(*ConditionRoute)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionRoute.
func (in *ConditionRoute) DeepCopy() *ConditionRoute {
if in == nil {
return nil
}
out := new(ConditionRoute)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ConditionRoute.
func (in *ConditionRoute) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using DynamicConfig within kubernetes types, where deepcopy-gen is used.
func (in *DynamicConfig) DeepCopyInto(out *DynamicConfig) {
p := proto.Clone(in).(*DynamicConfig)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamicConfig.
func (in *DynamicConfig) DeepCopy() *DynamicConfig {
if in == nil {
return nil
}
out := new(DynamicConfig)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new DynamicConfig.
func (in *DynamicConfig) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ServiceNameMapping within kubernetes types, where deepcopy-gen is used.
func (in *ServiceNameMapping) DeepCopyInto(out *ServiceNameMapping) {
p := proto.Clone(in).(*ServiceNameMapping)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNameMapping.
func (in *ServiceNameMapping) DeepCopy() *ServiceNameMapping {
if in == nil {
return nil
}
out := new(ServiceNameMapping)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNameMapping.
func (in *ServiceNameMapping) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using TagRoute within kubernetes types, where deepcopy-gen is used.
func (in *TagRoute) DeepCopyInto(out *TagRoute) {
p := proto.Clone(in).(*TagRoute)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagRoute.
func (in *TagRoute) DeepCopy() *TagRoute {
if in == nil {
return nil
}
out := new(TagRoute)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TagRoute.
func (in *TagRoute) DeepCopyInterface() interface{} {
return in.DeepCopy()
}