Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 171 for scaleIO (0.14 sec)

  1. pkg/api/v1/persistentvolume/util_test.go

    				ScaleIO: &corev1.ScaleIOPersistentVolumeSource{
    					SecretRef: &corev1.SecretReference{
    						Name: "Spec.PersistentVolumeSource.ScaleIO.SecretRef"}}}}},
    		{Spec: corev1.PersistentVolumeSpec{
    			ClaimRef: &corev1.ObjectReference{Namespace: "claimrefns", Name: "claimrefname"},
    			PersistentVolumeSource: corev1.PersistentVolumeSource{
    				ScaleIO: &corev1.ScaleIOPersistentVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.defaults.go

    	}
    	if in.Spec.PersistentVolumeSource.AzureDisk != nil {
    		SetDefaults_AzureDiskVolumeSource(in.Spec.PersistentVolumeSource.AzureDisk)
    	}
    	if in.Spec.PersistentVolumeSource.ScaleIO != nil {
    		SetDefaults_ScaleIOPersistentVolumeSource(in.Spec.PersistentVolumeSource.ScaleIO)
    	}
    }
    
    func SetObjectDefaults_PersistentVolumeClaim(in *v1.PersistentVolumeClaim) {
    	SetDefaults_PersistentVolumeClaim(in)
    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 b.ServiceAccountToken != nil {
    					v1.SetDefaults_ServiceAccountTokenProjection(b.ServiceAccountToken)
    				}
    			}
    		}
    		if a.VolumeSource.ScaleIO != nil {
    			v1.SetDefaults_ScaleIOVolumeSource(a.VolumeSource.ScaleIO)
    		}
    		if a.VolumeSource.Ephemeral != nil {
    			if a.VolumeSource.Ephemeral.VolumeClaimTemplate != nil {
    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/api/v1/pod/util.go

    				return false
    			}
    		case source.Secret != nil:
    			if !visitor(source.Secret.SecretName) {
    				return false
    			}
    		case source.ScaleIO != nil:
    			if source.ScaleIO.SecretRef != nil && !visitor(source.ScaleIO.SecretRef.Name) {
    				return false
    			}
    		case source.ISCSI != nil:
    			if source.ISCSI.SecretRef != nil && !visitor(source.ISCSI.SecretRef.Name) {
    				return false
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 17:18:04 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/util/util_test.go

    			wantPersistentVolume: &v1.PersistentVolume{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: nonMigratedVolume,
    				},
    				Spec: v1.PersistentVolumeSpec{
    					PersistentVolumeSource: v1.PersistentVolumeSource{
    						ScaleIO: &v1.ScaleIOPersistentVolumeSource{},
    					},
    					ClaimRef: &nonMigratedObjectReference,
    				},
    			},
    		},
    		{
    			desc:           "pv type that supports csi migration",
    			createNodeName: nodeName,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 05:42:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. pkg/apis/batch/v1beta1/zz_generated.defaults.go

    						}
    					}
    				}
    				if b.ServiceAccountToken != nil {
    					v1.SetDefaults_ServiceAccountTokenProjection(b.ServiceAccountToken)
    				}
    			}
    		}
    		if a.VolumeSource.ScaleIO != nil {
    			v1.SetDefaults_ScaleIOVolumeSource(a.VolumeSource.ScaleIO)
    		}
    		if a.VolumeSource.Ephemeral != nil {
    			if a.VolumeSource.Ephemeral.VolumeClaimTemplate != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go

    	b.PortworxVolume = value
    	return b
    }
    
    // WithScaleIO sets the ScaleIO field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the ScaleIO field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  8. pkg/api/pod/warnings.go

    			warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.11", fieldPath.Child("spec", "volumes").Index(i).Child("gitRepo")))
    		}
    		if v.ScaleIO != nil {
    			warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.16, non-functional in v1.22+", fieldPath.Child("spec", "volumes").Index(i).Child("scaleIO")))
    		}
    		if v.Flocker != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. pkg/api/v1/pod/util_test.go

    					Secret: &v1.SecretVolumeSource{
    						SecretName: "Spec.Volumes[*].VolumeSource.Secret"}}}, {
    				VolumeSource: v1.VolumeSource{
    					ScaleIO: &v1.ScaleIOVolumeSource{
    						SecretRef: &v1.LocalObjectReference{
    							Name: "Spec.Volumes[*].VolumeSource.ScaleIO.SecretRef"}}}}, {
    				VolumeSource: v1.VolumeSource{
    					ISCSI: &v1.ISCSIVolumeSource{
    						SecretRef: &v1.LocalObjectReference{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  10. pkg/api/pod/warnings_test.go

    			},
    			expected: []string{`spec.volumes[0].gitRepo: deprecated in v1.11`},
    		},
    		{
    			name: "scaleIO",
    			template: &api.PodTemplateSpec{Spec: api.PodSpec{
    				Volumes: []api.Volume{
    					{Name: "s", VolumeSource: api.VolumeSource{ScaleIO: &api.ScaleIOVolumeSource{}}},
    				}},
    			},
    			expected: []string{`spec.volumes[0].scaleIO: deprecated in v1.16, non-functional in v1.22+`},
    		},
    		{
    			name: "flocker",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top