Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for PortValue (0.1 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1.NetworkPolicy.yaml

        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      egress:
      - ports:
        - endPort: 3
          port: portValue
          protocol: protocolValue
        to:
        - ipBlock:
            cidr: cidrValue
            except:
            - exceptValue
          namespaceSelector:
            matchExpressions:
            - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/listener_test.go

    			},
    			inListener: &listener.Listener{
    				Address: &core.Address{
    					Address: &core.Address_SocketAddress{
    						SocketAddress: &core.SocketAddress{
    							PortSpecifier: &core.SocketAddress_PortValue{
    								PortValue: 11,
    							},
    						},
    					},
    				},
    			},
    			expect: false,
    		},
    		{
    			desc: "http-type-match",
    			inFilter: &ListenerFilter{
    				Type: "HTTP",
    			},
    			inListener: &listener.Listener{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. tests/integration/pilot/forwardproxy/envoy_config_generator.go

    	return &envoy_core.Address{
    		Address: &envoy_core.Address_SocketAddress{
    			SocketAddress: &envoy_core.SocketAddress{
    				Address: addr,
    				PortSpecifier: &envoy_core.SocketAddress_PortValue{
    					PortValue: port,
    				},
    				Ipv4Compat: true,
    			},
    		},
    	}
    }
    
    func createAccessLogFormat(listenerName string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 27 19:22:30 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top