Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,395 for HOST (0.03 sec)

  1. pkg/kube/inject/testdata/inject/hello-host-network-with-ns.yaml

    kind: Deployment
    metadata:
      name: hello-host-network
      namespace: sample
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello-host-network
          tier: backend
          track: stable
      template:
        metadata:
          labels:
            app: hello-host-network
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello-host-network
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 14 17:26:47 UTC 2021
    - 556 bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/allow-host-before-111-in.yaml

    jacob-delgado <******@****.***> 1631293376 -0600
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 10 17:02:56 UTC 2021
    - 390 bytes
    - Viewed (0)
  3. releasenotes/notes/fix-healthcheck-host-override.yaml

    Jackie Elliott <******@****.***> 1689009820 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 10 17:23:40 UTC 2023
    - 167 bytes
    - Viewed (0)
  4. releasenotes/notes/zipkin-datadog-host-ip-interpretation.yaml

    Pengyuan Bian <******@****.***> 1603124090 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 19 16:14:50 UTC 2020
    - 177 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-host-network-with-ns.yaml.injected

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello-host-network
      namespace: sample
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello-host-network
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          creationTimestamp: null
          labels:
            app: hello-host-network
            tier: backend
            track: stable
        spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 14 17:26:47 UTC 2021
    - 648 bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/allow-host-before-111-out.yaml

    Xie Zhihao <******@****.***> 1674000850 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 18 00:14:10 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. releasenotes/notes/optimize-most-specific-host-match.yaml

    sschepens <******@****.***> 1667330362 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 01 19:19:22 UTC 2022
    - 182 bytes
    - Viewed (0)
  8. pkg/config/host/names_test.go

    		},
    		{
    			host.Names{"foo.com"},
    			host.Names{},
    			host.Names{},
    		},
    		{
    			host.Names{},
    			host.Names{"bar.com"},
    			host.Names{},
    		},
    		{
    			host.Names{"*", "foo.com"},
    			host.Names{"foo.com"},
    			host.Names{"foo.com"},
    		},
    		{
    			host.Names{"*"},
    			host.Names{"foo.com"},
    			host.Names{"foo.com"},
    		},
    		{
    			host.Names{"foo.com"},
    			host.Names{"Foo.com"},
    			host.Names{},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 10:35:13 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/HttpUrlJvmTest.kt

        assertThat("http://host/a\u0000b".toHttpUrl().toUri())
          .isEqualTo(URI("http://host/a%00b"))
        assertThat("http://host/a\u0080b".toHttpUrl().toUri())
          .isEqualTo(URI("http://host/a%C2%80b"))
        assertThat("http://host/a\u009fb".toHttpUrl().toUri())
          .isEqualTo(URI("http://host/a%C2%9Fb"))
        // Percent-encoded in the query.
        assertThat("http://host/?a\u0000b".toHttpUrl().toUri())
          .isEqualTo(URI("http://host/?a%00b"))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http:\\\\host/path"))
          .isEqualTo(parse("http://host/path"))
        assertThat(parse("http:///host/path"))
          .isEqualTo(parse("http://host/path"))
        assertThat(parse("http:\\//host/path"))
          .isEqualTo(parse("http://host/path"))
        assertThat(parse("http:/\\/host/path"))
          .isEqualTo(parse("http://host/path"))
        assertThat(parse("http://\\host/path"))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top