Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 186 for azureDisk (0.43 sec)

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

    	out.VsphereVolume = (*core.VsphereVirtualDiskVolumeSource)(unsafe.Pointer(in.VsphereVolume))
    	out.Quobyte = (*core.QuobyteVolumeSource)(unsafe.Pointer(in.Quobyte))
    	out.AzureDisk = (*core.AzureDiskVolumeSource)(unsafe.Pointer(in.AzureDisk))
    	out.PhotonPersistentDisk = (*core.PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk))
    	out.PortworxVolume = (*core.PortworxVolumeSource)(unsafe.Pointer(in.PortworxVolume))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      The in-tree AzureDisk plugin "kubernetes.io/azure-disk" is now deprecated and will be removed in 1.23. Users should enable CSIMigration + CSIMigrationAzureDisk features and install the AzureDisk CSI Driver (https://github.com/kubernetes-sigs/azuredisk-csi-driver) to avoid disruption to existing Pod and PVC objects at that time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // quobyte represents a Quobyte mount on the host that shares a pod's lifetime
      // +optional
      optional QuobyteVolumeSource quobyte = 15;
    
      // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
      // +optional
      optional AzureDiskVolumeSource azureDisk = 16;
    
      // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"quobyte":              "quobyte represents a Quobyte mount on the host that shares a pod's lifetime",
    	"azureDisk":            "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
    	"photonPersistentDisk": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // quobyte represents a Quobyte mount on the host that shares a pod's lifetime
      // +optional
      optional QuobyteVolumeSource quobyte = 15;
    
      // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
      // +optional
      optional AzureDiskVolumeSource azureDisk = 16;
    
      // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    				field: "quobyte.tenant",
    			}},
    		},
    		// AzureDisk
    		{
    			name: "valid AzureDisk",
    			vol: core.Volume{
    				Name: "azure-disk",
    				VolumeSource: core.VolumeSource{
    					AzureDisk: &core.AzureDiskVolumeSource{
    						DiskName:    "foo",
    						DataDiskURI: "https://blob/vhds/bar.vhd",
    					},
    				},
    			},
    		}, {
    			name: "AzureDisk empty disk name",
    			vol: core.Volume{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// VsphereVolume represents a vSphere volume attached and mounted on kubelet's host machine
    	// +optional
    	VsphereVolume *VsphereVirtualDiskVolumeSource
    	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
    	// +optional
    	AzureDisk *AzureDiskVolumeSource
    	// PhotonPersistentDisk represents a Photon Controller persistent disk attached and mounted on kubelet's host machine
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "azureDisk": {
              "$ref": "#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource",
              "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
            },
            "azureFile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.11.md

    * You can now change the size of an azuredisk PVC using `kubectl edit pvc pvc-azuredisk`. Note that this operation will fail if the volume is already attached to a  running VM. ([#64386](https://github.com/kubernetes/kubernetes/pull/64386), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.AzureDisk == nil {
    				m.AzureDisk = &AzureDiskVolumeSource{}
    			}
    			if err := m.AzureDisk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 17:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top