2023-10-13 14:55:58 +00:00
// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
package meshv2beta1
import (
proto "google.golang.org/protobuf/proto"
)
// DeepCopyInto supports using ComputedExplicitDestinations within kubernetes types, where deepcopy-gen is used.
func ( in * ComputedExplicitDestinations ) DeepCopyInto ( out * ComputedExplicitDestinations ) {
2023-10-13 20:41:22 +00:00
proto . Reset ( out )
proto . Merge ( out , proto . Clone ( in ) )
2023-10-13 14:55:58 +00:00
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedExplicitDestinations. Required by controller-gen.
func ( in * ComputedExplicitDestinations ) DeepCopy ( ) * ComputedExplicitDestinations {
if in == nil {
return nil
}
out := new ( ComputedExplicitDestinations )
in . DeepCopyInto ( out )
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedExplicitDestinations. Required by controller-gen.
func ( in * ComputedExplicitDestinations ) DeepCopyInterface ( ) interface { } {
return in . DeepCopy ( )
}