Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 52 for hostnames (0.18 sec)

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

    		Hostname: bazsHostName,
    		Ports: []*pilot_model.Port{{
    			Name:     "http",
    			Protocol: "HTTP",
    			Port:     8091,
    		}},
    		Attributes: pilot_model.ServiceAttributes{
    			Namespace: "default",
    			ExportTo:  sets.New(visibility.Private),
    		},
    	}
    	bazs2HostName := host.Name("bazs2.example.org")
    	bazs2ServiceInDefaultNamespace := &pilot_model.Service{
    		Hostname: bazs2HostName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        assertContent("This is the 2nd server, again!", getResponse(Request(server2.url("/"))))
        val server1Host = server.hostName + ":" + server.port
        val server2Host = server2.hostName + ":" + server2.port
        assertThat(server.takeRequest().headers["Host"]).isEqualTo(server1Host)
        assertThat(server2.takeRequest().headers["Host"]).isEqualTo(server2Host)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    					return 0, err
    				}
    				i -= size
    				i = encodeVarintGenerated(dAtA, i, uint64(size))
    			}
    			i--
    			dAtA[i] = 0x22
    		}
    	}
    	i -= len(m.Hostname)
    	copy(dAtA[i:], m.Hostname)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Hostname)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.IP)
    	copy(dAtA[i:], m.IP)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.IP)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CallTest.kt

        server.enqueue(MockResponse())
        val cookieJar = RecordingCookieJar()
        cookieJar.enqueueRequestCookies(
          Cookie.Builder().name("a").value("b").domain(server.hostName).build(),
          Cookie.Builder().name("c").value("d").domain(server.hostName).build(),
        )
        client =
          client.newBuilder()
            .cookieJar(cookieJar)
            .build()
        executeSynchronously("/").assertCode(200)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    	iptablestest "k8s.io/kubernetes/pkg/util/iptables/testing"
    	"k8s.io/kubernetes/test/utils/ktesting"
    	netutils "k8s.io/utils/net"
    	"k8s.io/utils/ptr"
    )
    
    const testHostname = "test-hostname"
    
    // fakeIpvs implements utilipvs.Interface
    type fakeIpvs struct {
    	ipvsErr   string
    	vsCreated bool
    }
    
    func (f *fakeIpvs) Flush() error {
    	return nil
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

    # $3: value for variable 'server_port'
    # $4: value for variable 'cpulimit'
    # $5: pod name, which should be either etcd or etcd-events
    function prepare-etcd-manifest {
      local host_name=${ETCD_HOSTNAME:-$(hostname -s)}
    
      local resolve_host_script_py='
    import socket
    import time
    import sys
    
    timeout_sec=300
    
    def resolve(host):
      for attempt in range(timeout_sec):
        try:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet.go

    }
    
    // Kubelet is the main kubelet implementation.
    type Kubelet struct {
    	kubeletConfiguration kubeletconfiginternal.KubeletConfiguration
    
    	// hostname is the hostname the kubelet detected or was given via flag/config
    	hostname string
    	// hostnameOverridden indicates the hostname was overridden via flag/config
    	hostnameOverridden bool
    
    	nodeName        types.NodeName
    	runtimeCache    kubecontainer.RuntimeCache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/networking/v1/generated.pb.go

    					return 0, err
    				}
    				i -= size
    				i = encodeVarintGenerated(dAtA, i, uint64(size))
    			}
    			i--
    			dAtA[i] = 0x22
    		}
    	}
    	i -= len(m.Hostname)
    	copy(dAtA[i:], m.Hostname)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Hostname)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.IP)
    	copy(dAtA[i:], m.IP)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.IP)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Excluded URLs For Indexing */
        public static final String LABELS_EXCLUDED_DOC_URLS = "{labels.excludedDocUrls}";
    
        /** The key of the message: Hostname */
        public static final String LABELS_HOSTNAME = "{labels.hostname}";
    
        /** The key of the message: ID */
        public static final String LABELS_ID = "{labels.id}";
    
        /** The key of the message: Included Paths For Crawling */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier_test.go

    // Service ExternalIPs: 192.168.99.0/24
    // LoadBalancer IPs:    1.2.3.4, 5.6.7.8, 9.10.11.12
    // Non-cluster IPs:     203.0.113.0/24
    // LB Source Range:     203.0.113.0/25
    
    const testHostname = "test-hostname"
    const testNodeIP = "192.168.0.2"
    const testNodeIPAlt = "192.168.1.2"
    const testExternalIP = "192.168.99.11"
    const testNodeIPv6 = "2001:db8::1"
    const testNodeIPv6Alt = "2001:db8:1::2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top