func()

in apis/gcpfirewall/v1/zz_generated.deepcopy.go [56:68]


func (in *GCPFirewallIngress) DeepCopyInto(out *GCPFirewallIngress) {
	*out = *in
	if in.Source != nil {
		in, out := &in.Source, &out.Source
		*out = new(IngressSource)
		(*in).DeepCopyInto(*out)
	}
	if in.Destination != nil {
		in, out := &in.Destination, &out.Destination
		*out = new(IngressDestination)
		(*in).DeepCopyInto(*out)
	}
}