func()

in api/v1alpha1/zz_generated.deepcopy.go [234:241]


func (in *Istio) DeepCopy() *Istio {
	if in == nil {
		return nil
	}
	out := new(Istio)
	in.DeepCopyInto(out)
	return out
}