Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for csiNode (0.13 sec)

  1. pkg/apis/storage/validation/validation_test.go

    				Name:   driverName,
    				NodeID: nodeID,
    			}},
    		},
    	}}
    
    	for _, csiNode := range successCases {
    		if errs := ValidateCSINode(&csiNode, shorterIDValidationOption); len(errs) != 0 {
    			t.Errorf("expected success: %v", errs)
    		}
    	}
    
    	nodeIDCase := storage.CSINode{
    		// node ID length > 128 but < 192
    		ObjectMeta: metav1.ObjectMeta{Name: "foo7"},
    		Spec: storage.CSINodeSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    			initCSINodes: []*storagev1.CSINode{csiNode1Migrated},
    		},
    		"pvc-bound,csinode-not-migrated": {
    			podPVCs:      []*v1.PersistentVolumeClaim{boundMigrationPVC},
    			pvs:          []*v1.PersistentVolume{migrationPVBound},
    			initNodes:    []*v1.Node{node1Zone1},
    			initCSINodes: []*storagev1.CSINode{csiNode1NotMigrated},
    		},
    		"pvc-bound,missing-csinode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. plugin/pkg/admission/noderestriction/admission_test.go

    				RenewTime:            &metav1.MicroTime{Time: time.Now()},
    			},
    		}
    
    		csiNodeResource = storage.Resource("csinodes").WithVersion("v1")
    		csiNodeKind     = schema.GroupVersionKind{Group: "storage.k8s.io", Version: "v1", Kind: "CSINode"}
    		nodeInfo        = &storage.CSINode{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "mynode",
    			},
    			Spec: storage.CSINodeSpec{
    				Drivers: []storage.CSINodeDriver{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                  ]
                },
                {
                  "resource": "csinodes",
                  "responseKind": {
                    "group": "",
                    "kind": "CSINode",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "csinode",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. api/discovery/aggregated_v2beta1.json

                  ]
                },
                {
                  "resource": "csinodes",
                  "responseKind": {
                    "group": "",
                    "kind": "CSINode",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "csinode",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top