func()

in pkg/apis/node/v1alpha1/zz_generated.deepcopy.go [88:96]


func (in *RuntimeClassSpec) DeepCopyInto(out *RuntimeClassSpec) {
	*out = *in
	if in.RuntimeHandler != nil {
		in, out := &in.RuntimeHandler, &out.RuntimeHandler
		*out = new(string)
		**out = **in
	}
	return
}