Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 62 for NodeV1 (0.31 sec)

  1. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// refer to a given node as "node1", but the storage system may refer to
    	// the same node as "nodeA". When Kubernetes issues a command to the storage
    	// system to attach a volume to a specific node, it can use this field to
    	// refer to the node name using the ID that the storage system will
    	// understand, e.g. "nodeA" instead of "node1". This field is required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    			return []string{pod.Spec.NodeName}, nil
    		},
    	})
    	defer store.Stop()
    	// In background, update the store.
    	go func() {
    		store.Add(makeTestPodDetails("pod1", 2, "node1", map[string]string{"label": "value1"}))
    		store.Add(makeTestPodDetails("pod2", 3, "node1", map[string]string{"label": "value1"}))
    		store.Add(makeTestPodDetails("pod3", 5, "node2", map[string]string{"label": "value2"}))
    	}()
    
    	// list by empty MatchValues.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  3. pkg/apis/storage/types.go

    	// refer to a given node as "node1", but the storage system may refer to
    	// the same node as "nodeA". When Kubernetes issues a command to the storage
    	// system to attach a volume to a specific node, it can use this field to
    	// refer to the node name using the ID that the storage system will
    	// understand, e.g. "nodeA" instead of "node1". This field is required.
    	NodeID string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  4. pkg/scheduler/scheduler_test.go

    		testSchedulerProfile2 = "test-scheduler-profile-2"
    		testSchedulerProfile3 = "test-scheduler-profile-3"
    	)
    
    	nodes := []runtime.Object{
    		st.MakeNode().Name("node1").UID("node1").Obj(),
    		st.MakeNode().Name("node2").UID("node2").Obj(),
    		st.MakeNode().Name("node3").UID("node3").Obj(),
    	}
    
    	cases := []struct {
    		name                        string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
  5. pkg/controller/nodeipam/ipam/range_allocator_test.go

    							Name: "node0",
    						},
    						Spec: v1.NodeSpec{
    							PodCIDRs: []string{"10.10.0.0/24"},
    						},
    					},
    					{
    						ObjectMeta: metav1.ObjectMeta{
    							Name: "node1",
    						},
    						Spec: v1.NodeSpec{
    							PodCIDRs: []string{"10.10.2.0/24"},
    						},
    					},
    					{
    						ObjectMeta: metav1.ObjectMeta{
    							Name: "node2",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/cpumanager/policy_test.go

    		CPU(s):              80
    		On-line CPU(s) list: 0-79
    		Thread(s) per core:  2
    		Core(s) per socket:  20
    		Socket(s):           2
    		NUMA node(s):        4
    		NUMA node0 CPU(s):   0-9,40-49
    		NUMA node1 CPU(s):   10-19,50-59
    		NUMA node2 CPU(s):   20-29,60-69
    		NUMA node3 CPU(s):   30-39,70-79
    	*/
    	topoDualSocketMultiNumaPerSocketHT = &topology.CPUTopology{
    		NumCPUs:      80,
    		NumSockets:   2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  7. pkg/scheduler/eventhandlers_test.go

    		},
    		{
    			name: "check nodename and nodeports, nodename need fail quickly if includeAllFailures is false",
    			node: st.MakeNode().Name("fake-node").Obj(),
    			pod:  st.MakePod().Name("pod2").HostPort(80).Node("fake-node1").Obj(),
    			existingPods: []*v1.Pod{
    				st.MakePod().Name("pod1").HostPort(80).Node("fake-node").Obj(),
    			},
    			wantAdmissionResults: [][]AdmissionResult{{nodenameError, nodeportsError}, {nodenameError}},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	St_res05        [16]uint8 // 0xc8
    	// end of version 2
    }
    
    type BpxFilestatus struct {
    	Oflag1 byte
    	Oflag2 byte
    	Oflag3 byte
    	Oflag4 byte
    }
    
    type BpxMode struct {
    	Ftype byte
    	Mode1 byte
    	Mode2 byte
    	Mode3 byte
    }
    
    // Thr attribute structure for extended attributes
    type Bpxyatt_t struct { // DSECT BPXYATT
    	Att_id           [4]uint8
    	Att_version      uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. plugin/pkg/admission/gc/gc_admission_test.go

    		Name:               "ds1",
    		BlockOwnerDeletion: getFalseVar(),
    	}
    	blockNode := metav1.OwnerReference{
    		APIVersion:         "v1",
    		Kind:               "Node",
    		Name:               "node1",
    		BlockOwnerDeletion: getTrueVar(),
    	}
    	notBlockNode := metav1.OwnerReference{
    		APIVersion:         "v1",
    		Kind:               "Node",
    		Name:               "node",
    		BlockOwnerDeletion: getFalseVar(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  10. pkg/volume/csi/csi_client_test.go

    		expectedAccessibleTopology map[string]string
    		mustFail                   bool
    		err                        error
    	}{
    		{
    			name:                       "test ok",
    			expectedNodeID:             "node1",
    			expectedMaxVolumePerNode:   16,
    			expectedAccessibleTopology: map[string]string{"com.example.csi-topology/zone": "zone1"},
    		},
    		{
    			name:     "grpc error",
    			mustFail: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top