Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 65 for host3 (0.05 sec)

  1. cmd/site-replication.go

    			if target.SourceBucket == bucket &&
    				target.TargetBucket == bucket &&
    				target.Endpoint == prevEp.Host &&
    				target.Secure == (prevEp.Scheme == "https") &&
    				target.Type == madmin.ReplicationService {
    				bucketTarget := target
    				bucketTarget.Secure = ep.Scheme == "https"
    				bucketTarget.Endpoint = ep.Host
    				if peer.DefaultBandwidth.IsSet && target.BandwidthLimit == 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    }
    
    func (pl *trueMapPlugin) NormalizeScore(_ context.Context, _ *framework.CycleState, _ *v1.Pod, nodeScores framework.NodeScoreList) *framework.Status {
    	for _, host := range nodeScores {
    		if host.Name == "" {
    			return framework.NewStatus(framework.Error, "unexpected empty host name")
    		}
    	}
    	return nil
    }
    
    func newTrueMapPlugin() frameworkruntime.PluginFactory {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    func TestMatchHostnames(t *testing.T) {
    	for i, test := range matchHostnamesTests {
    		c := &Certificate{DNSNames: []string{test.pattern}}
    		r := c.VerifyHostname(test.host) == nil
    		if r != test.ok {
    			t.Errorf("#%d mismatch got: %t want: %t when matching '%s' against '%s'", i, r, test.ok, test.host, test.pattern)
    		}
    	}
    }
    
    func TestMatchIP(t *testing.T) {
    	// Check that pattern matching is working.
    	c := &Certificate{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        auto status = tensorflow::ConvertToDataType(
            op.getX().getType().cast<TensorType>().getElementType(), &dtype);
        if (status.ok()) {
          // We can only leave the transpose op on host if its dtype is supported on
          // host.
          if (dtype == tensorflow::DT_UINT64 || dtype == tensorflow::DT_INT64 ||
              dtype == tensorflow::DT_UINT32 || dtype == tensorflow::DT_INT32 ||
    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. pkg/kubelet/kubelet_node_status_test.go

    		for {
    			_, err := ln.Accept()
    			if err != nil {
    				t.Log(err)
    				return
    			}
    			t.Log("accepted connection")
    			atomic.AddInt64(&attempts, 1)
    		}
    	}()
    
    	config := &rest.Config{
    		Host:    "http://" + ln.Addr().String(),
    		QPS:     -1,
    		Timeout: time.Second,
    	}
    	assert.NoError(t, err)
    
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

      - [stable] Enable DNS Horizontal Autoscaling with beta ConfigMap parameters support ([docs](http://kubernetes.io/docs/tasks/administer-cluster/dns-horizontal-autoscaling/))
    - **Node**
      - [alpha] Added ability to preserve access to host userns when userns remapping is enabled in container runtime ([kubernetes/features#127](https://github.com/kubernetes/enhancements/issues/127))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_test.go

    	allPlugins := []volume.VolumePlugin{}
    	plug := &volumetest.FakeVolumePlugin{PluginName: "fake", Host: nil}
    	if initFakeVolumePlugin {
    		allPlugins = append(allPlugins, plug)
    	} else {
    		allPlugins = append(allPlugins, volumesecret.ProbeVolumePlugins()...)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  8. fastapi/applications.py

                    * `url`: A URL to the target host. This URL supports Server Variables
                    and MAY be relative, to indicate that the host location is relative
                    to the location where the OpenAPI document is being served. Variable
                    substitutions will be made when a variable is named in `{`brackets`}`.
                    * `description`: An optional string describing the host designated by
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	NS_PNRPCLOUD = 39
    )
    
    type DNSSRVData struct {
    	Target   *uint16
    	Priority uint16
    	Weight   uint16
    	Port     uint16
    	Pad      uint16
    }
    
    type DNSPTRData struct {
    	Host *uint16
    }
    
    type DNSMXData struct {
    	NameExchange *uint16
    	Preference   uint16
    	Pad          uint16
    }
    
    type DNSTXTData struct {
    	StringCount uint16
    	StringArray [1]*uint16
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "format": "byte",
                "type": "string",
                "x-kubernetes-list-type": "atomic"
              },
              "group": {
                "description": "Group is the API group name this server hosts",
                "type": "string"
              },
              "groupPriorityMinimum": {
                "default": 0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top