Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for se_example (0.21 sec)

  1. pilot/pkg/xds/lds_test.go

    		s.Connect(&model.Proxy{
    			IPAddresses:     []string{"10.12.0.1"}, // matches none.yaml s1tcp.none
    			ConfigNamespace: "seexamples",
    		}, nil, watchAll)
    	})
    
    	// Test for the examples in the ServiceEntry doc
    	t.Run("se_examplegw", func(t *testing.T) {
    		// TODO: add a Service with EDS resolution in the none ns.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. samples/guide/src/main/java/okhttp3/guide/GetExample.java

          return response.body().string();
        }
      }
    
      public static void main(String[] args) throws IOException {
        GetExample example = new GetExample();
        String response = example.run("https://raw.github.com/square/okhttp/master/README.md");
        System.out.println(response);
      }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Apr 05 03:30:42 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. README.md

     [changelog]: https://square.github.io/okhttp/changelog/
     [conscrypt]: https://github.com/google/conscrypt/
     [get_example]: https://raw.github.com/square/okhttp/master/samples/guide/src/main/java/okhttp3/guide/GetExample.java
     [kotlin]: https://kotlinlang.org/
     [okhttp3_pro]: https://raw.githubusercontent.com/square/okhttp/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. pilot/pkg/xds/testdata/none_eds.json

                }
              ],
              "load_balancing_weight": {
                "value": 2
              }
            }
          ]
        },
        "outbound|2008||tcpmeshstatic.seexamples.svc": {
          "cluster_name": "outbound|2008||tcpmeshstatic.seexamples.svc",
          "endpoints": [
            {
              "lb_endpoints": [
                {
                  "endpoint": {
                    "address": {
                      "Address": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  5. pilot/pkg/xds/testdata/none_ecds.json

          "LbConfig": null
        },
        "outbound|2008||tcpmeshstatic.seexamples.svc": {
          "name": "outbound|2008||tcpmeshstatic.seexamples.svc",
          "type": 3,
          "eds_cluster_config": {
            "eds_config": {
              "ConfigSourceSpecifier": {
                "Ads": {}
              }
            },
            "service_name": "outbound|2008||tcpmeshstatic.seexamples.svc"
          },
          "connect_timeout": 1000000000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  6. tests/testdata/config/se-example.yaml

    kind: Sidecar
    metadata:
      name: default
      namespace: seexamples
    spec:
      egress:
      - hosts:
          - seexamples/* # Doesn't work without this - should be default
    
    ---
    # Test workload entry
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: workload
      namespace: seexamples
    spec:
      hosts:
      - test.seexamples
    
      ports:
      - number: 1200
        name: tcplocal
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jun 27 15:20:03 UTC 2020
    - 5.3K bytes
    - Viewed (0)
  7. pilot/pkg/xds/testdata/none_lds_tcp.json

                          "Kind": {
                            "StringValue": "outbound|2007||tcpmeshdns.seexamples.svc"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "outbound|2007||tcpmeshdns.seexamples.svc"
                          }
                        }
                      }
                    }
                  }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  8. pilot/pkg/xds/testdata/none_cds.json

          },
          "dns_lookup_family": 1,
          "LbConfig": null
        },
        "outbound|2007||tcpmeshdns.seexamples.svc": {
          "name": "outbound|2007||tcpmeshdns.seexamples.svc",
          "type": 1,
          "connect_timeout": 1000000000,
          "load_assignment": {
            "cluster_name": "outbound|2007||tcpmeshdns.seexamples.svc",
            "endpoints": [
              {
                "lb_endpoints": null
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  9. tests/testdata/config/none.yaml

    # DNS resolution is supposed to continue to work.
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: tcpmeshdns
      namespace: none
    spec:
      hosts:
      - tcpmeshdns.seexamples.svc
      ports:
      - number: 2007
        protocol: TCP
        name: tcp1
      resolution: DNS
    
    
    ---
    
    # Outbound TCP cluster, resolution STATIC - for a '.svc' (in cluster) service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

          }
          attr {
            key: "_output_shapes"
            value {
              list {
                shape {
                }
              }
            }
          }
        }
        node {
          name: "tf_example"
          op: "Placeholder"
          attr {
            key: "_output_shapes"
            value {
              list {
                shape {
                  unknown_rank: true
                }
              }
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
Back to top