Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 185 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. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go

    	PortworxVolume       *PortworxVolumeSourceApplyConfiguration             `json:"portworxVolume,omitempty"`
    	ScaleIO              *ScaleIOPersistentVolumeSourceApplyConfiguration    `json:"scaleIO,omitempty"`
    	Local                *LocalVolumeSourceApplyConfiguration                `json:"local,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 13.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. pkg/apis/apps/v1/zz_generated.defaults.go

    						}
    					}
    				}
    				if b.ServiceAccountToken != nil {
    					corev1.SetDefaults_ServiceAccountTokenProjection(b.ServiceAccountToken)
    				}
    			}
    		}
    		if a.VolumeSource.ScaleIO != nil {
    			corev1.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 Nov 17 17:31:23 UTC 2021
    - 40.8K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1beta2/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 Nov 17 17:31:23 UTC 2021
    - 40K bytes
    - Viewed (0)
  7. pkg/apis/batch/v1/zz_generated.defaults.go

    						}
    					}
    				}
    				if b.ServiceAccountToken != nil {
    					corev1.SetDefaults_ServiceAccountTokenProjection(b.ServiceAccountToken)
    				}
    			}
    		}
    		if a.VolumeSource.ScaleIO != nil {
    			corev1.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 Nov 17 17:31:23 UTC 2021
    - 20.7K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top