pkg/apis/config/v1beta1/zz_generated.deepcopy.go [31:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	*out = *in
	out.TypeMeta = in.TypeMeta
	if in.KubeConfigPath != nil {
		in, out := &in.KubeConfigPath, &out.KubeConfigPath
		*out = new(string)
		**out = **in
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pkg/apis/config/v1beta1/zz_generated.deepcopy.go [163:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	*out = *in
	out.TypeMeta = in.TypeMeta
	if in.KubeConfigPath != nil {
		in, out := &in.KubeConfigPath, &out.KubeConfigPath
		*out = new(string)
		**out = **in
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



