mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
generated code
This commit is contained in:
committed by
Darren Shepherd
parent
5cc3e0bed2
commit
f95b1eede3
@@ -211,10 +211,6 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
||||
in.(*GithubConfigTestInput).DeepCopyInto(out.(*GithubConfigTestInput))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&GithubConfigTestInput{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*GithubCredential).DeepCopyInto(out.(*GithubCredential))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&GithubCredential{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*GlobalRole).DeepCopyInto(out.(*GlobalRole))
|
||||
return nil
|
||||
@@ -299,10 +295,6 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
||||
in.(*LocalConfig).DeepCopyInto(out.(*LocalConfig))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&LocalConfig{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*LocalCredential).DeepCopyInto(out.(*LocalCredential))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&LocalCredential{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*LoggingCommonSpec).DeepCopyInto(out.(*LoggingCommonSpec))
|
||||
return nil
|
||||
@@ -315,10 +307,6 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
||||
in.(*LoggingStatus).DeepCopyInto(out.(*LoggingStatus))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&LoggingStatus{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*LoginInput).DeepCopyInto(out.(*LoginInput))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&LoginInput{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*Machine).DeepCopyInto(out.(*Machine))
|
||||
return nil
|
||||
@@ -1848,7 +1836,6 @@ func (in *GithubConfig) DeepCopyObject() runtime.Object {
|
||||
func (in *GithubConfigApplyInput) DeepCopyInto(out *GithubConfigApplyInput) {
|
||||
*out = *in
|
||||
in.GithubConfig.DeepCopyInto(&out.GithubConfig)
|
||||
out.GithubCredential = in.GithubCredential
|
||||
return
|
||||
}
|
||||
|
||||
@@ -1879,22 +1866,6 @@ func (in *GithubConfigTestInput) DeepCopy() *GithubConfigTestInput {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *GithubCredential) DeepCopyInto(out *GithubCredential) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GithubCredential.
|
||||
func (in *GithubCredential) DeepCopy() *GithubCredential {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(GithubCredential)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *GlobalRole) DeepCopyInto(out *GlobalRole) {
|
||||
*out = *in
|
||||
@@ -2474,22 +2445,6 @@ func (in *LocalConfig) DeepCopyObject() runtime.Object {
|
||||
}
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LocalCredential) DeepCopyInto(out *LocalCredential) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalCredential.
|
||||
func (in *LocalCredential) DeepCopy() *LocalCredential {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(LocalCredential)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LoggingCommonSpec) DeepCopyInto(out *LoggingCommonSpec) {
|
||||
*out = *in
|
||||
@@ -2586,24 +2541,6 @@ func (in *LoggingStatus) DeepCopy() *LoggingStatus {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LoginInput) DeepCopyInto(out *LoginInput) {
|
||||
*out = *in
|
||||
out.LocalCredential = in.LocalCredential
|
||||
out.GithubCredential = in.GithubCredential
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoginInput.
|
||||
func (in *LoginInput) DeepCopy() *LoginInput {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(LoginInput)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *Machine) DeepCopyInto(out *Machine) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user