Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 135 for NodeV1 (0.21 sec)

  1. tensorflow/c/c_api_function_test.cc

                                                               TF_DeleteStatus);
    
      TF_Operation *node1, *node2, *node3;
      NodeWithPlaceholderAttrHelper(func_graph.get(), s.get(), "node1", "v1",
                                    &node1);
      NodeWithPlaceholderAttrHelper(func_graph.get(), s.get(), "node2", "v1",
                                    &node2);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"topologyKeys": "topologyKeys is the list of keys supported by the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"topologyKeys": "topologyKeys is the list of keys supported by the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  4. pkg/controller/endpointslice/endpointslice_controller_test.go

    				AddressType: discovery.AddressTypeIPv4,
    			},
    		},
    	}
    	node1 := &v1.Node{
    		ObjectMeta: metav1.ObjectMeta{Name: "node-1"},
    		Status:     nodeReadyStatus,
    	}
    	node2 := &v1.Node{
    		ObjectMeta: metav1.ObjectMeta{Name: "node-2"},
    		Status:     nodeReadyStatus,
    	}
    	logger, _ := ktesting.NewTestContext(t)
    	esController.nodeStore.Add(node1)
    	esController.nodeStore.Add(node2)
    	esController.addNode()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // 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.
      optional string nodeID = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/generated.proto

      // 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.
      optional string nodeID = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // 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.
      optional string nodeID = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1/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: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/storage/v1/generated.proto

      // 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.
      optional string nodeID = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  10. 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,
    			Namespace: defaultNS,
    			UID:       defaultUID,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 15.5K bytes
    - Viewed (0)
Back to top