Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,629 for 80 (0.02 sec)

  1. pilot/pkg/config/kube/ingress/testdata/tls-no-secret.yaml.golden

            port:
              number: 80
          weight: 100
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: tls-istio-autogenerated-k8s-ingress-bar
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
      - hosts:
        - '*'
        port:
          name: http-80-ingress-tls-bar
          number: 80
          protocol: HTTP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 18:20:34 UTC 2023
    - 788 bytes
    - Viewed (0)
  2. src/math/atan2_s390x.s

    DATA ·atan2rodataL25<> + 64(SB)/8, $0.472329433805024762E-01
    DATA ·atan2rodataL25<> + 72(SB)/8, $-.525380587584426406E-01
    DATA ·atan2rodataL25<> + 80(SB)/8, $-.422172007412067035E-01
    DATA ·atan2rodataL25<> + 88(SB)/8, $0.366935664549587481E-01
    DATA ·atan2rodataL25<> + 96(SB)/8, $0.220852012160300086E-01
    DATA ·atan2rodataL25<> + 104(SB)/8, $-.299856214685512712E-01
    DATA ·atan2rodataL25<> + 112(SB)/8, $0.726338160757602439E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/ingress/testdata/tls.yaml.golden

          name: https-443-ingress-tls-bar-0
          number: 443
          protocol: HTTPS
        tls:
          credentialName: myingress-cert
          mode: SIMPLE
      - hosts:
        - '*'
        port:
          name: http-80-ingress-tls-bar
          number: 80
          protocol: HTTP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 18:20:34 UTC 2023
    - 968 bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/delegated.yaml.golden

      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-apple
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - apple/apple.example
        port:
          name: default
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. pkg/controller/endpointslicemirroring/reconciler_test.go

    					Name:     "http",
    					Port:     80,
    					Protocol: corev1.ProtocolTCP,
    				}},
    				Addresses: []corev1.EndpointAddress{{
    					IP:       "10.0.0.1",
    					Hostname: "pod-1",
    					NodeName: pointer.String("node-1"),
    				}},
    			},
    			{
    				Ports: []corev1.EndpointPort{{
    					Name:     "http",
    					Port:     80,
    					Protocol: corev1.ProtocolTCP,
    				}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    		Name: "inbound|http|80",
    		VirtualHosts: []*route.VirtualHost{
    			{
    				Name: "vhost2",
    			},
    		},
    	}
    	patchedSidecarInboundRC := &route.RouteConfiguration{
    		Name: "inbound|http|80",
    		VirtualHosts: []*route.VirtualHost{
    			{
    				Name: "new-vhost",
    			},
    		},
    	}
    
    	gatewayRC := &route.RouteConfiguration{
    		Name: "80",
    		VirtualHosts: []*route.VirtualHost{
    			{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/alias.yaml

    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
      gatewayClassName: third-party-gatewayclass
      listeners:
      - name: default
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: gateway
      namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    							{
    								ServicePort: 80,
    								TargetPort:  8080,
    							},
    							{
    								ServicePort: 81,
    								TargetPort:  0,
    							},
    							{
    								ServicePort: 82,
    								TargetPort:  0,
    							},
    						},
    					},
    					PortNames: map[int32]model.ServicePortName{
    						// Not a named port
    						80: {PortName: "80"},
    						// Named port found in pod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/deny-groups-in.yaml

            namespaces: ["from-mix-ns"]
        to:
        - operation:
            ports: ["80"]
      # Has mix of L4 and L7 in to
      - from:
        - source:
            principals: ["to-mix-principal"]
            namespaces: ["to-mix-ns"]
        to:
        - operation:
            ports: ["80"]
            methods: ["to-mix-method"]
      # Only L4
      - from:
        - source:
            principals: ["only-l4-principals"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. pilot/pkg/xds/cds_test.go

    metadata:
      name: se3
    spec:
      hosts:
      - example.com
      ports:
      - name: port1
        number: 80
        protocol: HTTP
      resolution: DNS
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: ServiceEntry
    metadata:
      name: se4
    spec:
      hosts:
      - example.com
      ports:
      - name: port1
        number: 80
        targetPort: 1234
        protocol: HTTP
      resolution: DNS
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top