mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
generated changes
This commit is contained in:
committed by
Darren Shepherd
parent
c15c1cf920
commit
d6b26cedb9
@@ -109,6 +109,10 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
||||
in.(*NamespacedServiceAccountTokenList).DeepCopyInto(out.(*NamespacedServiceAccountTokenList))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&NamespacedServiceAccountTokenList{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*PublicEndpoint).DeepCopyInto(out.(*PublicEndpoint))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&PublicEndpoint{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*RegistryCredential).DeepCopyInto(out.(*RegistryCredential))
|
||||
return nil
|
||||
@@ -825,6 +829,22 @@ func (in *NamespacedServiceAccountTokenList) DeepCopyObject() runtime.Object {
|
||||
}
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *PublicEndpoint) DeepCopyInto(out *PublicEndpoint) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicEndpoint.
|
||||
func (in *PublicEndpoint) DeepCopy() *PublicEndpoint {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(PublicEndpoint)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *RegistryCredential) DeepCopyInto(out *RegistryCredential) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user