Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for GW (0.14 sec)

  1. operator/pkg/helmreconciler/testdata/iop-test-gw-1.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-1
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-1
      values:
        gateways:
          istio-ingressgateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 10 16:15:08 UTC 2022
    - 398 bytes
    - Viewed (0)
  2. releasenotes/notes/gw-allow-labels.yaml

    Xiaopeng Han <******@****.***> 1678121866 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 06 16:57:46 UTC 2023
    - 204 bytes
    - Viewed (0)
  3. releasenotes/notes/custom-gw-classname.yaml

    Jonh Wendell <******@****.***> 1709714473 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 08:41:13 UTC 2024
    - 574 bytes
    - Viewed (0)
  4. operator/pkg/helmreconciler/testdata/iop-test-gw-2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-2
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-2
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-2
      values:
        gateways:
          istio-ingressgateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 10 16:15:08 UTC 2022
    - 398 bytes
    - Viewed (0)
  5. releasenotes/notes/gw-hostname-resolution.yaml

    dwq <******@****.***> 1680884276 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 07 16:17:56 UTC 2023
    - 370 bytes
    - Viewed (0)
  6. releasenotes/notes/network-gw-metadata.yaml

    dwq <******@****.***> 1704167974 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 02 03:59:34 UTC 2024
    - 220 bytes
    - Viewed (0)
  7. tests/testdata/config/se-example-gw.yaml

    John Howard <******@****.***> 1585230689 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 26 13:51:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  8. istioctl/pkg/waypoint/waypoint_test.go

    		},
    	}
    }
    
    func makeGatewayWithRevision(name, namespace string, programmed, isWaypoint bool, rev string) *gateway.Gateway {
    	gw := makeGateway(name, namespace, programmed, isWaypoint)
    	if gw.Labels == nil {
    		gw.Labels = make(map[string]string)
    	}
    	gw.Labels[label.IoIstioRev.Name] = rev
    	return gw
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 15:53:09 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. operator/pkg/helmreconciler/testdata/iop-changed.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: changed-profile
      components:
        ingressGateways:
          - name: test-gw-1
            enabled: false
            label:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 01 12:45:02 UTC 2023
    - 272 bytes
    - Viewed (0)
  10. pilot/pkg/xds/endpoints/ep_filters.go

    		gateways = model.SortGateways(gateways)
    
    		// Create endpoints for the gateways.
    		for _, gw := range gateways {
    			epWeight := gatewayWeights[gw]
    			if epWeight == 0 {
    				log.Warnf("gateway weight must be greater than 0, scaleFactor is %d", scaleFactor)
    				epWeight = 1
    			}
    			epAddr := util.BuildAddress(gw.Addr, gw.Port)
    
    			// Generate a fake IstioEndpoint to carry network and cluster information.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top