Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for azureDisk (0.17 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	if in.VsphereVolume != nil {
    		in, out := &in.VsphereVolume, &out.VsphereVolume
    		*out = new(VsphereVirtualDiskVolumeSource)
    		**out = **in
    	}
    	if in.AzureDisk != nil {
    		in, out := &in.AzureDisk, &out.AzureDisk
    		*out = new(AzureDiskVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.Quobyte != nil {
    		in, out := &in.Quobyte, &out.Quobyte
    		*out = new(QuobyteVolumeSource)
    		**out = **in
    	}
    	if in.AzureDisk != nil {
    		in, out := &in.AzureDisk, &out.AzureDisk
    		*out = new(AzureDiskVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
Back to top