Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for Col1 (0.07 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    			existingVolumes: []v1.UniqueVolumeName{"vol1"},
    			existingNode: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{Name: testKubeletHostname, Labels: map[string]string{v1.LabelOSStable: goruntime.GOOS, v1.LabelArchStable: goruntime.GOARCH}},
    				Status: v1.NodeStatus{
    					VolumesInUse: []v1.UniqueVolumeName{"vol1"},
    				},
    			},
    			expectedReportedInUse: []v1.UniqueVolumeName{"vol1"},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_plugin_test.go

    			volumeLifecycleMode: storage.VolumeLifecyclePersistent,
    		},
    		{
    			name:                "mounter from volume source",
    			spec:                volume.NewSpecFromVolume(makeTestVol("test-vol1", testDriver)),
    			podUID:              types.UID(fmt.Sprintf("%08X", rand.Uint64())),
    			namespace:           "test-ns2",
    			volumeLifecycleMode: storage.VolumeLifecycleEphemeral,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_mounter_test.go

    			mode:   storage.VolumeLifecyclePersistent,
    			fsType: "zfs",
    			spec: func(fsType string, options []string) *volume.Spec {
    				pvSrc := makeTestPV("pv1", 20, testDriver, "vol1")
    				pvSrc.Spec.CSI.FSType = fsType
    				pvSrc.Spec.MountOptions = options
    				return volume.NewSpecFromPersistentVolume(pvSrc, false)
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/recycle_test.go

    	runningPod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "runningPod",
    			Namespace: testNamespace,
    		},
    		Spec: v1.PodSpec{
    			Volumes: []v1.Volume{
    				{
    					Name: "vol1",
    					VolumeSource: v1.VolumeSource{
    						PersistentVolumeClaim: &v1.PersistentVolumeClaimVolumeSource{
    							ClaimName: "runningClaim",
    						},
    					},
    				},
    			},
    		},
    		Status: v1.PodStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  5. pkg/volume/util/subpath/subpath_linux_test.go

    			t.Errorf("test %q failed validation: %v", test.name, err)
    		}
    
    		os.RemoveAll(base)
    	}
    }
    
    func TestCleanSubPaths(t *testing.T) {
    	defaultPerm := os.FileMode(0750)
    	testVol := "vol1"
    
    	tests := []struct {
    		name string
    		// Function that prepares directory structure for the test under given
    		// base.
    		prepare func(base string) ([]mount.MountPoint, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 10 16:52:55 UTC 2021
    - 37.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Cover.Blocks", Field, 2},
    		{"Cover.Counters", Field, 2},
    		{"Cover.CoveredPackages", Field, 2},
    		{"Cover.Mode", Field, 2},
    		{"CoverBlock", Type, 2},
    		{"CoverBlock.Col0", Field, 2},
    		{"CoverBlock.Col1", Field, 2},
    		{"CoverBlock.Line0", Field, 2},
    		{"CoverBlock.Line1", Field, 2},
    		{"CoverBlock.Stmts", Field, 2},
    		{"CoverMode", Func, 8},
    		{"Coverage", Func, 4},
    		{"F", Type, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/loong64/asm.go

    	case 66: // am* From, To, RegTo2 ==> am* RegTo2, From, To
    		rk := p.From.Reg
    		rj := p.To.Reg
    		rd := p.RegTo2
    
    		// See section 2.2.7.1 of https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html
    		// for the register usage constraints.
    		if rd == rj || rd == rk {
    			c.ctxt.Diag("illegal register combination: %v\n", p)
    		}
    		o1 = OP_RRR(atomicInst[p.As], uint32(rk), uint32(rj), uint32(rd))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg testing, type Cover struct, CoveredPackages string
    pkg testing, type Cover struct, Mode string
    pkg testing, type CoverBlock struct
    pkg testing, type CoverBlock struct, Col0 uint16
    pkg testing, type CoverBlock struct, Col1 uint16
    pkg testing, type CoverBlock struct, Line0 uint32
    pkg testing, type CoverBlock struct, Line1 uint32
    pkg testing, type CoverBlock struct, Stmts uint16
    pkg testing, type TB interface, Error(...interface{})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/micro/mdns,v0.3.0,h1:bYycYe+98AXR3s8Nq5qvt6C573uFTDPIYzJemWON0QE=,a40ecbd32a2170698f0f49f8961b39e88e7c3e958546a401a59653231b51f1b2
    github.com/micro/micro,v1.14.0,h1:Uol1+Yg5frzneACpzoHEDsyNTN+/+yLrlGMuxR3RVRQ=,0fd330788ad610cc2cb3eb2224f1ca403d9888ad40e78628f250c885373d739c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
Back to top