Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for pv01 (0.29 sec)

  1. src/cmd/go/testdata/script/mod_init_invalid_major.txt

    ! go mod init gopkg.in/user/pkg.v01
    stderr '(?s)^go: invalid module path "gopkg.in/user/pkg.v01": module paths beginning with gopkg.in/ must always have a major version suffix in the form of .vN(.*)go mod init gopkg.in/user/pkg.v1$'
    
    ! go mod init gopkg.in/user/pkg.v.2.3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 21:34:32 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  2. plugin/pkg/auth/authorizer/node/node_authorizer_test.go

    			expect: authorizer.DecisionAllow,
    		},
    		{
    			name:   "allowed shared secret via pvc",
    			attrs:  authorizer.AttributesRecord{User: node0, ResourceRequest: true, Verb: "get", Resource: "secrets", Name: "secret-pv0-pod0-node0-ns0", Namespace: "ns0"},
    			expect: authorizer.DecisionAllow,
    		},
    		{
    			name:   "allowed pvc",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_mounter_test.go

    			mode:            storage.VolumeLifecycleEphemeral,
    			fsType:          "ext4",
    			setupShouldFail: true,
    			spec: func(fsType string, options []string) *volume.Spec {
    				volSrc := makeTestVol("pv1", testDriver)
    				volSrc.CSI.FSType = &fsType
    				return volume.NewSpecFromVolume(volSrc)
    			},
    		},
    		{
    			name:   "setup with persistent source",
    			podUID: types.UID(fmt.Sprintf("%08X", rand.Uint64())),
    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/volume/iscsi/iscsi_util_test.go

    	}
    
    }
    
    func TestGetVolCount(t *testing.T) {
    	// This will create a dir structure like this:
    	// /tmp/refcounter555814673
    	// +-- iface-127.0.0.1:3260:pv1
    	// |   +-- 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-3
    	// +-- iface-127.0.0.1:3260:pv2
    	// |   +-- 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 09:43:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/testerrors/ptr_test.go

    		// an element in a struct, with a type conversion.
    		name:    "sliceok4",
    		c:       `typedef void* PV11; void f11(PV11 p) {}`,
    		imports: []string{"unsafe"},
    		support: `type S11 struct { p *int; a [4]byte }`,
    		body:    `i := 0; p := &S11{p:&i}; C.f11(C.PV11(unsafe.Pointer(&p.a[0])))`,
    		fail:    false,
    	},
    	{
    		// Passing the address of a static variable with no
    		// pointers doesn't matter.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  6. src/math/j1.go

    		U03    = 2.35252600561610495928e-05  // 0x3EF8AB038FA6B88E
    		U04    = -9.19099158039878874504e-08 // 0xBE78AC00569105B8
    		V00    = 1.99167318236649903973e-02  // 0x3F94650D3F4DA9F0
    		V01    = 2.02552581025135171496e-04  // 0x3F2A8C896C257764
    		V02    = 1.35608801097516229404e-06  // 0x3EB6C05A894E8CA6
    		V03    = 6.22741452364621501295e-09  // 0x3E3ABF1D5BA69A86
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  7. pkg/volume/csi/csi_plugin_test.go

    				Volume:           makeTestVol("test-vol1", testDriver),
    				PersistentVolume: makeTestPV("test-pv1", 20, testDriver, testVol),
    				ReadOnly:         true,
    			},
    			shouldFail: true,
    		},
    		{
    			name:                "mounter with persistent volume source",
    			spec:                volume.NewSpecFromPersistentVolume(makeTestPV("test-pv1", 20, testDriver, testVol), true),
    			podUID:              types.UID(fmt.Sprintf("%08X", rand.Uint64())),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. pkg/kubelet/volumemanager/reconciler/reconstruct_test.go

    			mountPaths := []string{vp}
    			os.MkdirAll(vp, 0755)
    
    			// Arrange 2 - populate DSW
    			outerName := filepath.Base(tc.volumePath)
    			pod, pv, pvc := getPodPVCAndPV(tc.volumeMode, "pod1", outerName, "pvc1")
    			volumeSpec := &volume.Spec{PersistentVolume: pv}
    			kubeClient := createtestClientWithPVPVC(pv, pvc, v1.AttachedVolume{
    				Name:       v1.UniqueVolumeName(fmt.Sprintf("fake-plugin/%s", outerName)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. pkg/controller/volume/pvcprotection/pvc_protection_controller_test.go

    )
    
    type reaction struct {
    	verb      string
    	resource  string
    	reactorfn clienttesting.ReactionFunc
    }
    
    const (
    	defaultNS       = "default"
    	defaultPVCName  = "pvc1"
    	defaultPodName  = "pod1"
    	defaultNodeName = "node1"
    	defaultUID      = "uid1"
    )
    
    func pod() *v1.Pod {
    	return &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      defaultPodName,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  10. pkg/scheduler/internal/cache/cache_test.go

    				addNode(0), addPodWithPVC(0), updateSnapshot(), addNode(1), addPodWithPVC(1), updateSnapshot(),
    			},
    			expected:           []*v1.Node{nodes[1], nodes[0]},
    			expectedUsedPVCSet: sets.New("test-ns/test-pvc0", "test-ns/test-pvc1"),
    		},
    		{
    			name: "Add then Remove pods with affinity",
    			operations: []operation{
    				addNode(0), addNode(1), addPodWithAffinity(0), updateSnapshot(), removePodWithAffinity(0), updateSnapshot(),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
Back to top