Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for portworxVolume (0.16 sec)

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

    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    		*out = new(PhotonPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.PortworxVolume != nil {
    		in, out := &in.PortworxVolume, &out.PortworxVolume
    		*out = new(PortworxVolumeSource)
    		**out = **in
    	}
    	if in.ScaleIO != nil {
    		in, out := &in.ScaleIO, &out.ScaleIO
    		*out = new(ScaleIOPersistentVolumeSource)
    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

    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    		*out = new(PhotonPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.PortworxVolume != nil {
    		in, out := &in.PortworxVolume, &out.PortworxVolume
    		*out = new(PortworxVolumeSource)
    		**out = **in
    	}
    	if in.ScaleIO != nil {
    		in, out := &in.ScaleIO, &out.ScaleIO
    		*out = new(ScaleIOPersistentVolumeSource)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
            },
            "portworxVolume": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PortworxVolumeSource",
              "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
            },
            "projected": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top