Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 474 for CSI (0.02 sec)

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

    		return fmt.Errorf("converting volume(%s) from inline to csi: %w", vol.Name, err)
    	}
    	driverName, err := pl.translator.GetCSINameFromInTreeName(inTreeProvisionerName)
    	if err != nil {
    		return fmt.Errorf("looking up CSI driver name for provisioner %s: %w", inTreeProvisionerName, err)
    	}
    	// TranslateInTreeInlineVolumeToCSI should translate inline volume to CSI. If it is not set,
    	// the volume does not support inline. Skip the count.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. pkg/volume/csi/nodeinfomanager/nodeinfomanager_test.go

    				nodeIDMap{
    					"com.example.csi.driver1": "com.example.csi/csi-node1",
    				},
    				labelMap{
    					"com.example.csi/zone": "zoneA",
    				}, nil /*capacity*/),
    			existingCSINode: generateCSINode(
    				nodeIDMap{
    					"com.example.csi.driver1": "com.example.csi/csi-node1",
    				},
    				nil, /* volumeLimits */
    				topologyKeyMap{
    					"com.example.csi.driver1": {"com.example.csi/zone"},
    				},
    			),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 17 02:02:59 UTC 2022
    - 34.3K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    	// In-tree volumes
    	inTreeOneVolPod := st.MakePod().PVC("csi-kubernetes.io/aws-ebs-0").Obj()
    	inTreeTwoVolPod := st.MakePod().PVC("csi-kubernetes.io/aws-ebs-1").PVC("csi-kubernetes.io/aws-ebs-2").Obj()
    
    	// pods with matching csi driver names
    	csiEBSOneVolPod := st.MakePod().PVC("csi-ebs.csi.aws.com-0").Obj()
    	csiEBSTwoVolPod := st.MakePod().PVC("csi-ebs.csi.aws.com-1").PVC("csi-ebs.csi.aws.com-2").Obj()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  4. pkg/api/v1/persistentvolume/util.go

    			return false
    		}
    	case source.CSI != nil:
    		if source.CSI.ControllerPublishSecretRef != nil {
    			if !visitor(source.CSI.ControllerPublishSecretRef.Namespace, source.CSI.ControllerPublishSecretRef.Name, false /* kubeletVisible */) {
    				return false
    			}
    		}
    		if source.CSI.ControllerExpandSecretRef != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 05 03:36:23 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_block.go

     - operation_executor.MountVolume
       - csi.GetGlobalMapPath
       - csi.SetupDevice
         - NodeStageVolume
       - ASW.MarkDeviceAsMounted
       - csi.GetPodDeviceMapPath
       - csi.MapPodDevice
         - NodePublishVolume
       - util.MapBlockVolume
       - ASW.MarkVolumeAsMounted
    
     - operation_executor.UnmountVolume
       - csi.GetPodDeviceMapPath
       - util.UnmapBlockVolume
       - csi.UnmapPodDevice
         - NodeUnpublishVolume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  6. pkg/api/v1/persistentvolume/util_test.go

    		"storageosns/Spec.PersistentVolumeSource.StorageOS.SecretRef",
    
    		"csi/Spec.PersistentVolumeSource.CSI.ControllerPublishSecretRef",
    		"csi/Spec.PersistentVolumeSource.CSI.NodePublishSecretRef",
    		"csi/Spec.PersistentVolumeSource.CSI.NodeStageSecretRef",
    		"csi/Spec.PersistentVolumeSource.CSI.ControllerExpandSecretRef",
    		"csi/Spec.PersistentVolumeSource.CSI.NodeExpandSecretRef",
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  7. pkg/volume/csi/csi_util.go

    	attrs := map[string]string{
    		"csi.storage.k8s.io/pod.name":            pod.Name,
    		"csi.storage.k8s.io/pod.namespace":       pod.Namespace,
    		"csi.storage.k8s.io/pod.uid":             string(pod.UID),
    		"csi.storage.k8s.io/serviceAccount.name": pod.Spec.ServiceAccountName,
    		"csi.storage.k8s.io/ephemeral":           strconv.FormatBool(volumeMode == storage.VolumeLifecycleEphemeral),
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 17:14:00 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  8. pkg/volume/csi/fake/fake_client.go

    	return nil, nil
    }
    
    // GetPluginCapabilities implements csi method
    func (f *IdentityClient) GetPluginCapabilities(ctx context.Context, in *csipb.GetPluginCapabilitiesRequest, opts ...grpc.CallOption) (*csipb.GetPluginCapabilitiesResponse, error) {
    	return nil, nil
    }
    
    // Probe implements csi method
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 16K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" if the volume is an ephemeral inline volume\n                                defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  10. pkg/volume/csi/csi_drivers_store_test.go

    limitations under the License.
    */
    
    package csi_test
    
    import (
    	"reflect"
    	"testing"
    
    	"k8s.io/kubernetes/pkg/volume/csi"
    )
    
    func TestDriversStore(t *testing.T) {
    	store := &csi.DriversStore{}
    	someDriver := csi.Driver{}
    
    	expectAbsent(t, store, "does-not-exist")
    
    	store.Set("some-driver", someDriver)
    	expectPresent(t, store, "some-driver", someDriver)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 25 12:23:15 UTC 2019
    - 1.5K bytes
    - Viewed (0)
Back to top