Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 1,629 for 80 (0.02 sec)

  1. pkg/proxy/ipvs/util/ipvs_linux_test.go

    				Flags: 0x1,
    			},
    			VirtualServer{},
    			true,
    			fmt.Sprintf("IPVS Service Flags should include %x, got 0x1", FlagHashed),
    		},
    		{
    			libipvs.Service{
    				Protocol:      unix.IPPROTO_TCP,
    				Port:          80,
    				FWMark:        0,
    				SchedName:     "",
    				Flags:         uint32(FlagPersistent + FlagHashed),
    				Timeout:       0,
    				Netmask:       0xffffffff,
    				AddressFamily: unix.AF_INET,
    				Address:       nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 27 16:37:50 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/routes/k8s-gateway-http-route-path-prefix/configdump.json

        {
         "version_info": "2023-11-29T09:58:18Z/10",
         "route_config": {
          "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
          "name": "http.80",
          "virtual_hosts": [
           {
            "name": "httpbin.example.com:80",
            "domains": [
             "httpbin.example.com"
            ],
            "routes": [
             {
              "match": {
               "case_sensitive": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/weighted.yaml

      name: gateway
      namespace: istio-system
    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
      gatewayClassName: istio
      listeners:
      - name: http
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
      - name: tcp
        port: 34000
        protocol: TCP
        allowedRoutes:
          namespaces:
            from: All
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. tests/integration/security/fuzz/backends/nginx/nginx.yaml

    metadata:
      name: nginx
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: nginx
      labels:
        app: nginx
        service: nginx
    spec:
      ports:
        - name: http
          port: 8080
          targetPort: 80
      selector:
        app: nginx
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: nginx
    spec:
      selector:
        matchLabels:
          app: nginx
      template:
        metadata:
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 09 15:40:48 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  5. releasenotes/notes/inbound-cluster-name.yaml

        and port name, such as `inbound|80|http|httpbin.default.svc.cluster.local`. This lead to issues when multiple
        Services select the same pod. As a result, we have removed the port name and hostname - the new format will
        instead resemble `inbound|80||`.
    
        For most users, this is an implementation detail, and will only impact debugging or tooling that directly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 22 16:31:28 UTC 2020
    - 778 bytes
    - Viewed (0)
  6. tests/testdata/config/ingress.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: istio-ingress
      namespace: testns
    spec:
      selector:
        istio: ingress
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
      - port:
          number: 443
          name: https
          protocol: HTTPS
        hosts:
        - "*"
        tls:
          mode: SIMPLE
          serverCertificate: /etc/certs/servercert.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 949 bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/isolation.yaml

      listeners:
        - name: empty-hostname
          port: 80
          protocol: HTTP
          allowedRoutes:
            namespaces:
              from: All
        - name: wildcard-example-com
          port: 80
          protocol: HTTP
          hostname: "*.example.com"
          allowedRoutes:
            namespaces:
              from: All
        - name: wildcard-foo-example-com
          port: 80
          protocol: HTTP
          hostname: "*.foo.example.com"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/WindowsInstallationSupplierTest.groovy

            registry.getSubkeys(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, key) >> [
                "8.0",
                "9.0-abc"
            ]
            registry.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, key + "\\8.0", "JavaHome") >> home + "/8.0-home"
            registry.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, key + "\\9.0-abc", "JavaHome") >> home + "/9.0-home"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 22:14:10 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_with_ns_prefix_beta.yaml

    metadata:
      name: testing-gateway
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
        - hosts:
            - './testing-01.com'
          port:
            name: http
            number: 80
            protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: testing-service-01-test-01
      namespace: istio-system
    spec:
      gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 11:29:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

      - [Changelog since v1.8.0](#changelog-since-v180)
        - [Action Required](#action-required-2)
        - [Other notable changes](#other-notable-changes-14)
    - [v1.8.0](#v180)
      - [Downloads for v1.8.0](#downloads-for-v180)
        - [Client Binaries](#client-binaries-15)
        - [Server Binaries](#server-binaries-15)
        - [Node Binaries](#node-binaries-15)
      - [Introduction to v1.8.0](#introduction-to-v180)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top