Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for autoConvert_core_AttachedVolume_To_v1_AttachedVolume (1.25 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	return autoConvert_v1_AttachedVolume_To_core_AttachedVolume(in, out, s)
    }
    
    func autoConvert_core_AttachedVolume_To_v1_AttachedVolume(in *core.AttachedVolume, out *v1.AttachedVolume, s conversion.Scope) error {
    	out.Name = v1.UniqueVolumeName(in.Name)
    	out.DevicePath = in.DevicePath
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top