Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 524 for unbound (0.09 sec)

  1. pilot/pkg/xds/testdata/none_eds.json

    {
        "outbound|2000||s1tcp.none": {
          "cluster_name": "outbound|2000||s1tcp.none",
          "endpoints": [
            {
              "lb_endpoints": [
                {
                  "endpoint": {
                    "address": {
                      "Address": {
                        "SocketAddress": {
                          "address": "10.11.0.1",
                          "PortSpecifier": {
                            "PortValue": 7070
                          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_lds_http.json

                            "StructValue": {
                              "fields": {
                                "name": {
                                  "Kind": {
                                    "StringValue": "inbound|7071|httplocal|s1http.none"
                                  }
                                },
                                "validate_clusters": {
                                  "Kind": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 32.9K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/outbound-ports-include.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. releasenotes/notes/27293.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 27293
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 14 18:54:33 UTC 2020
    - 206 bytes
    - Viewed (0)
  5. istioctl/pkg/describe/testdata/describe/tls_config.json

                        "match": {
                          "path": "/productpage",
                          "case_sensitive": true
                        },
                        "route": {
                          "cluster": "outbound|9080||productpage.default.svc.cluster.local",
                          "timeout": "0s",
                          "retry_policy": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.1.xsd

            <xs:sequence>
                <xs:element type="trusted-keyType" name="trusted-key" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener_address.go

    	WildcardIPv6Address = "::"
    
    	// LocalhostAddress for local binding
    	LocalhostAddress = "127.0.0.1"
    
    	// LocalhostIPv6Address for local binding
    	LocalhostIPv6Address = "::1"
    
    	// 6 is the magical number for inbound: 15006, 127.0.0.6, ::6
    	InboundPassthroughBindIpv4 = "127.0.0.6"
    	InboundPassthroughBindIpv6 = "::6"
    )
    
    var (
    	// maintain 3 maps to return wildCards, localHosts and passthroughBindIPs according to IP mode of proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

    }
    
    // OutboundTrafficPolicyConfig controls the default behavior of the sidecar for handling outbound traffic from the application.
    message OutboundTrafficPolicyConfig {
      // Specifies the sidecar's default behavior when handling outbound traffic from the application.
      enum Mode {
        // Outbound traffic to unknown destinations will be allowed, in case there are no services or ServiceEntries for the destination port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. releasenotes/notes/42712.yaml

    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 10 22:52:36 UTC 2023
    - 487 bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/httproute.go

    }
    
    // buildSidecarInboundHTTPRouteConfig builds the route config with a single wildcard virtual host on the inbound path
    // TODO: trace decorators, inbound timeouts
    func buildSidecarInboundHTTPRouteConfig(lb *ListenerBuilder, cc inboundChainConfig) *route.RouteConfiguration {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (1)
Back to top