Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for somedomain (3.27 sec)

  1. pilot/pkg/networking/core/serviceentry_simulation_test.go

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs1
    spec:
      hosts:
      - blah.somedomain
      tls:
      - match:
        - port: 9999
          sniHosts:
          - blah.somedomain
        route:
        - destination:
            host: blah.somedomain
            port:
              number: 9999`
    
    func TestServiceEntry(t *testing.T) {
    	cases := []simulationTest{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pilot/pkg/xds/xds_test.go

    spec:
      hosts:
      - mymongodb.somedomain 
      addresses:
      - 192.192.192.192/24 # VIPs
      ports:
      - number: 27018
        name: mongodb
        protocol: MONGO
      location: MESH_INTERNAL
      resolution: STATIC
      endpoints:
      - address: 2.2.2.2
      - address: 3.3.3.3
    `,
    			},
    			serviceCluster: "outbound|27018||mymongodb.somedomain",
    			wantClusterLocal: map[cluster.ID][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-ingress/values.yaml

          #        caCertificates:    # example: /etc/istio/tracer/root-cert.pem
          #        sni:               # example: tracer.somedomain
          #        subjectAltNames: []
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-egress/values.yaml

          #        caCertificates:    # example: /etc/istio/tracer/root-cert.pem
          #        sni:               # example: tracer.somedomain
          #        subjectAltNames: []
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. docs/sts/ldap.md

    export MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN='cn=admin,dc=min,dc=io'
    export MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD=admin
    export MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN='dc=minioad,dc=local;dc=somedomain,dc=com'
    export MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER='(&(objectclass=groupOfNames)(member=%d))'
    minio server ~/test
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	SO_BUSY_POLL                     = 0x2e
    	SO_BUSY_POLL_BUDGET              = 0x46
    	SO_CNX_ADVICE                    = 0x35
    	SO_COOKIE                        = 0x39
    	SO_DETACH_REUSEPORT_BPF          = 0x44
    	SO_DOMAIN                        = 0x27
    	SO_DONTROUTE                     = 0x5
    	SO_ERROR                         = 0x4
    	SO_INCOMING_CPU                  = 0x31
    	SO_INCOMING_NAPI_ID              = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	SO_BUSY_POLL                     = 0x2e
    	SO_BUSY_POLL_BUDGET              = 0x46
    	SO_CNX_ADVICE                    = 0x35
    	SO_COOKIE                        = 0x39
    	SO_DETACH_REUSEPORT_BPF          = 0x44
    	SO_DOMAIN                        = 0x27
    	SO_DONTROUTE                     = 0x5
    	SO_ERROR                         = 0x4
    	SO_INCOMING_CPU                  = 0x31
    	SO_INCOMING_NAPI_ID              = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	SO_BUSY_POLL                     = 0x2e
    	SO_BUSY_POLL_BUDGET              = 0x46
    	SO_CNX_ADVICE                    = 0x35
    	SO_COOKIE                        = 0x39
    	SO_DETACH_REUSEPORT_BPF          = 0x44
    	SO_DOMAIN                        = 0x27
    	SO_DONTROUTE                     = 0x5
    	SO_ERROR                         = 0x4
    	SO_INCOMING_CPU                  = 0x31
    	SO_INCOMING_NAPI_ID              = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	SO_COPYOPT                    = 0x80000
    	SO_DEBUG                      = 0x1
    	SO_DELIM                      = 0x8000
    	SO_DETACH_FILTER              = 0x40000002
    	SO_DGRAM_ERRIND               = 0x200
    	SO_DOMAIN                     = 0x100c
    	SO_DONTLINGER                 = -0x81
    	SO_DONTROUTE                  = 0x10
    	SO_ERROPT                     = 0x40000
    	SO_ERROR                      = 0x1007
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SO_BINDTODEVICE", Const, 0},
    		{"SO_BINTIME", Const, 0},
    		{"SO_BROADCAST", Const, 0},
    		{"SO_BSDCOMPAT", Const, 0},
    		{"SO_DEBUG", Const, 0},
    		{"SO_DETACH_FILTER", Const, 0},
    		{"SO_DOMAIN", Const, 0},
    		{"SO_DONTROUTE", Const, 0},
    		{"SO_DONTTRUNC", Const, 0},
    		{"SO_ERROR", Const, 0},
    		{"SO_KEEPALIVE", Const, 0},
    		{"SO_LABEL", Const, 0},
    		{"SO_LINGER", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top