Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 153 for book (0.07 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    		},
    	}
    	inboundFilter := func(c *cluster.Cluster) bool {
    		return strings.HasPrefix(c.Name, "inbound|")
    	}
    
    	cases := []struct {
    		name     string
    		filter   func(c *cluster.Cluster) bool
    		destRule *networking.DestinationRule
    		expected *cluster.CircuitBreakers_Thresholds
    	}{
    		{
    			name: "defaults",
    			filter: func(c *cluster.Cluster) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    	return fileDescriptor_73e4f72503e71065, []int{0}
    }
    func (m *CSIDriver) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSIDriver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *CSIDriver) XXX_Merge(src proto.Message) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    	}
    
    	testCases := []struct {
    		name                     string
    		internalTrafficPolicy    *v1.ServiceInternalTrafficPolicy
    		endpoints                []endpoint
    		expectVirtualServer      bool
    		expectLocalEntries       bool
    		expectLocalRealServerNum int
    		expectLocalRealServers   []string
    	}{
    		{
    			name:                  "internalTrafficPolicy is cluster with non-zero local endpoints",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      int data_rank;
      // If data is unranked or data_rank is 0, this will remain -2. Otherwise
      // refers to first dimension of then and/or else.
      int64_t data_first_dim = -2;
      bool then_has_rank = then_tensor.hasRank();
      bool else_has_rank = else_tensor.hasRank();
      if (then_has_rank && else_has_rank) {
        data_rank = then_tensor.getRank();
        if (then_tensor.getRank() > 0)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //	    Shlib          string   // the shared library that contains this package (only set when -linkshared)
    //	    Goroot         bool     // is this package in the Go root?
    //	    Standard       bool     // is this package part of the standard Go library?
    //	    Stale          bool     // would 'go install' do anything for this package?
    //	    StaleReason    string   // explanation for Stale==true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1/generated.pb.go

    	return fileDescriptor_2c41434372fec1d7, []int{0}
    }
    func (m *HTTPIngressPath) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *HTTPIngressPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *HTTPIngressPath) XXX_Merge(src proto.Message) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	return fileDescriptor_aafd0e5e70cec678, []int{0}
    }
    func (m *ExtraValue) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExtraValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ExtraValue) XXX_Merge(src proto.Message) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  8. pkg/config/validation/validation.go

    		v = AppendValidation(v, validateWorkloadSelector(rule.GetWorkloadSelector()))
    
    		return v.Unwrap()
    	})
    
    func validateExportTo(namespace string, exportTo []string, isServiceEntry bool, isDestinationRuleWithSelector bool) (errs error) {
    	if len(exportTo) > 0 {
    		// Make sure there are no duplicates
    		exportToSet := sets.New[string]()
    		for _, e := range exportTo {
    			key := e
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Merge(src proto.Message) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ExemptPriorityLevelConfiguration) XXX_Merge(src proto.Message) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
Back to top