Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 368 for lmhosts (0.38 sec)

  1. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_beta.yaml

    spec:
      selector:
        istio: ingressgateway
      servers:
      - hosts:
        - testing-01.com
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: testing-service-01-test-01
      namespace: default
    spec:
      gateways:
      - istio-system/testing-gateway-01-test-01
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 11:29:57 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. tests/integration/security/testdata/authz/ingress-gateway.yaml.tmpl

          to:
            - operation:
                hosts: ["remoteipblocks.{{ .To.ServiceName }}.com"]
        - from:
            - source:
                notRemoteIpBlocks: ["172.23.240.0/22"]
          to:
            - operation:
                hosts: ["notremoteipblocks.{{ .To.ServiceName }}.com"]
        - to:
            - operation:
                hosts: ["remoteipattr.{{ .To.ServiceName }}.com"]
          when:
            - key: remote.ip
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_with_ns_prefix.yaml

      selector:
        istio: ingressgateway
      servers:
        - hosts:
            - './testing-01.com'
          port:
            name: http
            number: 80
            protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: testing-service-01-test-01
      namespace: istio-system
    spec:
      gateways:
        - istio-system/testing-gateway
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  4. docs/sts/client-grants.py

    with open('/etc/hosts', 'rb') as data:
        s3.meta.client.upload_fileobj(data,
                                      'testbucket',
                                      'hosts',
                                      ExtraArgs={'ServerSideEncryption': 'AES256'})
    
    # Upload with server side encryption, using temporary credentials
    s3.meta.client.upload_file('/etc/hosts',
                               'testbucket',
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  5. tests/testdata/config/se-example-gw.yaml

    kind: Sidecar
    metadata:
      name: default
      namespace: exampleegressgw
    spec:
      egress:
      - hosts:
          - exampleegressgw/*
    ---
    # Test workload entry
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: workload
      namespace: exampleegressgw
    spec:
      hosts:
      - test.exampleegressgw
    
      ports:
      - number: 1300
        name: tcplocal
        protocol: TCP
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 26 13:51:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  6. samples/external/pypi.yaml

    # This ServiceEntry exposes the hosts needed for Python `pip`.
    # After applying this file, Istio-enabled pods will be able to execute
    # `pip search istio`.
    
    # HTTP and TLS, the host must be specified
    # See https://istio.io/docs/tasks/traffic-management/egress/
    
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: python-https
    spec:
      hosts:
      - pypi.python.org
      ports:
      - number: 443
        name: https
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 28 20:28:21 UTC 2019
    - 962 bytes
    - Viewed (0)
  7. 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
        protocol: TCP
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jun 27 15:20:03 UTC 2020
    - 5.3K bytes
    - Viewed (0)
  8. internal/grid/debug.go

    		Timeout: 5 * time.Second,
    	}
    	var res TestGrid
    	res.Hosts = hosts
    	ready := make(chan struct{})
    	ctx, cancel := context.WithCancel(context.Background())
    	res.cancel = cancel
    	for i, host := range hosts {
    		manager, err := NewManager(ctx, ManagerOptions{
    			Dialer: dialer.DialContext,
    			Local:  host,
    			Hosts:  hosts,
    			AuthRequest: func(r *http.Request) error {
    				return nil
    			},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/sidecar-selector.yaml

      egress:
      - hosts:
        - "./*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: maps-to-nonexistent
      namespace: default
    spec:
      workloadSelector:
        labels:
          app: bogus # This doesn't exist, and should generate an error
      egress:
      - hosts:
        - "./*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/analyze-list-type.yaml

                name: tcp
                protocol: TCP
              hosts:
                - "foo.bar"
    
      - apiVersion: networking.istio.io/v1alpha3
        kind: Gateway
        metadata:
          name: alpha-l
        spec:
          selector:
            istio: ingressgateway
          servers:
            - port:
                number: 80
                name: http
                protocol: HTTP
              hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 29 14:06:38 UTC 2022
    - 869 bytes
    - Viewed (0)
Back to top