Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for azureDisk (0.19 sec)

  1. pkg/apis/core/validation/validation.go

    		}
    	}
    	if source.AzureDisk != nil {
    		if numVolumes > 0 {
    			allErrs = append(allErrs, field.Forbidden(fldPath.Child("azureDisk"), "may not specify more than 1 volume type"))
    		} else {
    			numVolumes++
    			allErrs = append(allErrs, validateAzureDisk(source.AzureDisk, fldPath.Child("azureDisk"))...)
    		}
    	}
    	if source.StorageOS != nil {
    		if numVolumes > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	Quobyte *QuobyteVolumeSource `json:"quobyte,omitempty" protobuf:"bytes,21,opt,name=quobyte"`
    	// azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
    	// +optional
    	AzureDisk *AzureDiskVolumeSource `json:"azureDisk,omitempty" protobuf:"bytes,22,opt,name=azureDisk"`
    	// 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
    - 390.8K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  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. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              },
              "azureDisk": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "azureDisk": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    * [BugFix] Soft Eviction timer works correctly ([#52046](https://github.com/kubernetes/kubernetes/pull/52046), [@dashpole](https://github.com/dashpole))
    * Azuredisk mount on windows node ([#51252](https://github.com/kubernetes/kubernetes/pull/51252), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top