Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 96 for cluster0 (0.29 sec)

  1. cmd/api-errors.go

    		Description:    "Cannot add remote target endpoint since this server is in a cluster replication setup",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrReplicationDenyEditError: {
    		Code:           "XMinioReplicationDenyEdit",
    		Description:    "Cannot alter local replication config since this server is in a cluster replication setup",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  2. tensorflow/c/c_api.h

    // A Server instance encapsulates a set of devices and a Session target that
    // can participate in distributed training. A server belongs to a cluster
    // (specified by a ClusterSpec), and corresponds to a particular task in a
    // named job. The server can communicate with any other server in the same
    // cluster.
    
    // In-process TensorFlow server.
    typedef struct TF_Server TF_Server;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	cfg := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind:  gvk.DestinationRule,
    			Name:              "fakeDestinationRule",
    			Namespace:         "default",
    			Domain:            "cluster.local",
    			CreationTimestamp: GlobalTime,
    		},
    		Spec: &networking.DestinationRule{
    			Host: "fakehost",
    		},
    	}
    	_, err := store.Create(cfg)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation_test.go

    					}},
    				}},
    			},
    		},
    		expectedErrors: field.ErrorList{
    			field.Required(field.NewPath("spec").Child("rules").Index(0).Child("resourceRules").Index(0).Child("namespaces"), "resource rules that are not cluster scoped must supply at least one namespace"),
    		},
    	}, {
    		name: "ClusterScope is allowed, with no Namespaces",
    		flowSchema: &flowcontrol.FlowSchema{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "system-foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. tests/integration/security/authz_test.go

    					allow := allowValue(from.NamespacedName() == allowed.Config().NamespacedName())
    
    					skipSourceIPTestsForMulticluster := func(t framework.TestContext) {
    						t.Helper()
    						if t.Clusters().IsMulticluster() {
    							// TODO(nmittler): Needs to be documented as a limitation for multi-network.
    							t.Skip("https://github.com/istio/istio/issues/37307: " +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    			for i := range actualClusterEvents {
    				actualClusterEvents[i].QueueingHintFn = nil
    			}
    			if diff := cmp.Diff(test.expectedClusterEvents, actualClusterEvents); diff != "" {
    				t.Error("Cluster Events doesn't match extected events (-expected +actual):\n", diff)
    			}
    		})
    	}
    }
    
    func Test_isSchedulableAfterPodChange(t *testing.T) {
    	testcases := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types.go

    	// This service must exist before the StatefulSet, and is responsible for
    	// the network identity of the set. Pods get DNS/hostnames that follow the
    	// pattern: pod-specific-string.serviceName.default.svc.cluster.local
    	// where "pod-specific-string" is managed by the StatefulSet controller.
    	ServiceName string `json:"serviceName" protobuf:"bytes,5,opt,name=serviceName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  8. cmd/batch-handlers.go

    				if aerr == nil {
    					return
    				}
    				batchLogIf(ctx,
    					fmt.Errorf("trying %s: Unable to cleanup failed multipart replication %s on remote %s/%s: %w - this may consume space on remote cluster",
    						humanize.Ordinal(attempts), res.UploadID, tgtBucket, tgtObject, aerr))
    				attempts++
    				time.Sleep(time.Second)
    			}
    		}
    	}()
    
    	var (
    		hr    *hash.Reader
    		pInfo PartInfo
    	)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// This service must exist before the StatefulSet, and is responsible for
    	// the network identity of the set. Pods get DNS/hostnames that follow the
    	// pattern: pod-specific-string.serviceName.default.svc.cluster.local
    	// where "pod-specific-string" is managed by the StatefulSet controller.
    	ServiceName string `json:"serviceName" protobuf:"bytes,5,opt,name=serviceName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/runtime/framework.go

    	pluginName string
    }
    
    func (p *defaultEnqueueExtension) Name() string { return p.pluginName }
    func (p *defaultEnqueueExtension) EventsToRegister() []framework.ClusterEventWithHint {
    	// need to return all specific cluster events with framework.All action instead of wildcard event
    	// because the returning values are used to register event handlers.
    	// If we return the wildcard here, it won't affect the event handlers registered by the plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top