Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 1,629 for 80 (0.02 sec)

  1. pkg/proxy/ipvs/ipset/ipset_test.go

    			IP:       "192.168.1.2",
    			Port:     80,
    			Protocol: ProtocolTCP,
    			SetType:  HashIPPort,
    		},
    		set: &IPSet{
    			Name: "UN",
    		},
    		addCombinedOutputLog: [][]string{
    			{"ipset", "add", "UN", "192.168.1.2,tcp:80"},
    			{"ipset", "add", "UN", "192.168.1.2,tcp:80", "-exist"},
    		},
    		delCombinedOutputLog: []string{"ipset", "del", "UN", "192.168.1.2,tcp:80"},
    	},
    	{ // case 2
    		entry: &Entry{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_amd64.s

    /* ---------------------------------------*/
    #define LDacc(src) MOVQ src(8*0), acc4; MOVQ src(8*1), acc5; MOVQ src(8*2), acc6; MOVQ src(8*3), acc7
    #define LDt(src)   MOVQ src(8*0), t0; MOVQ src(8*1), t1; MOVQ src(8*2), t2; MOVQ src(8*3), t3
    #define ST(dst)    MOVQ acc4, dst(8*0); MOVQ acc5, dst(8*1); MOVQ acc6, dst(8*2); MOVQ acc7, dst(8*3)
    #define STt(dst)   MOVQ t0, dst(8*0); MOVQ t1, dst(8*1); MOVQ t2, dst(8*2); MOVQ t3, dst(8*3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/http-redirect.yaml

    kind: Gateway
    metadata:
      name: my-filter-gateway
      namespace: gateway-api-example-ns1
    spec:
      gatewayClassName: filter-lb
      listeners:
        - name: http
          protocol: HTTP
          port: 80
        - name: https
          protocol: HTTPS
          port: 443
          tls:
            certificateRefs:
              - kind: Secret
                group: ""
                name: example-com-cert
    ---
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/grpc-simple.yaml.injected

            prometheus.io/scrape: "true"
            proxy.istio.io/overrides: '{"containers":[{"name":"traffic","image":"fake.docker.io/google-samples/traffic-go-gke:1.0","resources":{},"readinessProbe":{"httpGet":{"port":80}}}]}'
            sidecar.istio.io/rewriteAppHTTPProbers: "false"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 10 20:56:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. docs/en/docs/img/deployment/https/https.drawio

                            <mxPoint x="-4.941176470588289" y="-139.99999999999955" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="-5" y="-80"/>
                                <mxPoint x="-5" y="-80"/>
                            </Array>
                        </mxGeometry>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 25.7K bytes
    - Viewed (0)
  6. src/syscall/asm9_unix2_amd64.s

    	MOVQ	R11, 8(SP)	// arg 7
    	MOVQ	R12, 16(SP)	// arg 8
    	MOVQ	R13, 24(SP)	// arg 9
    
    	SYSCALL
    	JCC	ok9
    	MOVQ	$-1, r1+80(FP)	// r1
    	MOVQ	$0, r2+88(FP)	// r2
    	MOVQ	AX, err+96(FP)	// errno
    	CALL	runtime·exitsyscall<ABIInternal>(SB)
    	RET
    ok9:
    	MOVQ	AX, r1+80(FP)	// r1
    	MOVQ	DX, r2+88(FP)	// r2
    	MOVQ	$0, err+96(FP)	// errno
    	CALL	runtime·exitsyscall<ABIInternal>(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 16:59:50 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. pilot/pkg/model/virtualservice_test.go

    		Port: &networking.PortSelector{
    			Number: 80,
    		},
    		Subset: "v1",
    	}
    	dstV2 := &networking.Destination{
    		Host: "productpage.org",
    		Port: &networking.PortSelector{
    			Number: 80,
    		},
    		Subset: "v2",
    	}
    	dstV3 := &networking.Destination{
    		Host: "productpage.org",
    		Port: &networking.PortSelector{
    			Number: 80,
    		},
    		Subset: "v3",
    	}
    	dstMirrorV1 := dstV1.DeepCopy()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/service-port-name.yaml

      - appProtocol: tcp
        name: status-port
        nodePort: 32481
        port: 15021
        protocol: TCP
        targetPort: 15021
      - appProtocol: http
        name: default
        nodePort: 30686
        port: 80
        protocol: TCP
        targetPort: 80
      selector:
        gateway.networking.k8s.io/gateway-name: gateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 21:10:07 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. pkg/apis/discovery/v1beta1/defaults_test.go

    		"should set appropriate defaults": {
    			original: &discovery.EndpointSlice{Ports: []discovery.EndpointPort{{
    				Port: utilpointer.Int32(80),
    			}}},
    			expected: &discovery.EndpointSlice{
    				Ports: []discovery.EndpointPort{{
    					Name:     &emptyStr,
    					Protocol: &protoTCP,
    					Port:     utilpointer.Int32(80),
    				}},
    			},
    		},
    		"should not overwrite values with defaults when set": {
    			original: &discovery.EndpointSlice{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:14:37 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/istio-performance-dashboard.json

                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "short"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 8,
            "w": 12,
            "x": 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top