Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 171 for azureDisk (0.5 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    	oneAzureDiskPod := st.MakePod().Volume(v1.Volume{
    		VolumeSource: v1.VolumeSource{
    			AzureDisk: &v1.AzureDiskVolumeSource{},
    		},
    	}).Obj()
    	twoAzureDiskPod := st.MakePod().Volume(v1.Volume{
    		VolumeSource: v1.VolumeSource{
    			AzureDisk: &v1.AzureDiskVolumeSource{},
    		},
    	}).Volume(v1.Volume{
    		VolumeSource: v1.VolumeSource{
    			AzureDisk: &v1.AzureDiskVolumeSource{},
    		},
    	}).Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.defaults.go

    	}
    	if in.Spec.PersistentVolumeSource.ISCSI != nil {
    		SetDefaults_ISCSIPersistentVolumeSource(in.Spec.PersistentVolumeSource.ISCSI)
    	}
    	if in.Spec.PersistentVolumeSource.AzureDisk != nil {
    		SetDefaults_AzureDiskVolumeSource(in.Spec.PersistentVolumeSource.AzureDisk)
    	}
    	if in.Spec.PersistentVolumeSource.ScaleIO != nil {
    		SetDefaults_ScaleIOPersistentVolumeSource(in.Spec.PersistentVolumeSource.ScaleIO)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 14:49:26 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  3. pkg/apis/extensions/v1beta1/zz_generated.defaults.go

    				}
    			}
    		}
    		if a.VolumeSource.ConfigMap != nil {
    			v1.SetDefaults_ConfigMapVolumeSource(a.VolumeSource.ConfigMap)
    		}
    		if a.VolumeSource.AzureDisk != nil {
    			v1.SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			v1.SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    var azureDiskVolumeFilter = VolumeFilter{
    	FilterVolume: func(vol *v1.Volume) (string, bool) {
    		if vol.AzureDisk != nil {
    			return vol.AzureDisk.DiskName, true
    		}
    		return "", false
    	},
    
    	FilterPersistentVolume: func(pv *v1.PersistentVolume) (string, bool) {
    		if pv.Spec.AzureDisk != nil {
    			return pv.Spec.AzureDisk.DiskName, true
    		}
    		return "", false
    	},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  5. pkg/apis/batch/v1beta1/zz_generated.defaults.go

    				}
    			}
    		}
    		if a.VolumeSource.ConfigMap != nil {
    			v1.SetDefaults_ConfigMapVolumeSource(a.VolumeSource.ConfigMap)
    		}
    		if a.VolumeSource.AzureDisk != nil {
    			v1.SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			v1.SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PersistentVolume.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolume.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      accessModes:
      - accessModesValue
      awsElasticBlockStore:
        fsType: fsTypeValue
        partition: 3
        readOnly: true
        volumeID: volumeIDValue
      azureDisk:
        cachingMode: cachingModeValue
        diskName: diskNameValue
        diskURI: diskURIValue
        fsType: fsTypeValue
        kind: kindValue
        readOnly: true
      azureFile:
        readOnly: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.yaml

        inlineVolumeSpec:
          accessModes:
          - accessModesValue
          awsElasticBlockStore:
            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
            kind: kindValue
            readOnly: true
          azureFile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

        inlineVolumeSpec:
          accessModes:
          - accessModesValue
          awsElasticBlockStore:
            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
            kind: kindValue
            readOnly: true
          azureFile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top