Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCaches (0.1 sec)

  1. tests/integration/pilot/common/routing.go

    		for _, tt := range svcCases {
    			tt, client := tt, client
    			aInCluster := match.Cluster(client.Config().Cluster).GetMatches(t.Apps.A)
    			if len(aInCluster) == 0 {
    				// The cluster doesn't contain A, but connects to a cluster containing A
    				aInCluster = match.Cluster(client.Config().Cluster.Config()).GetMatches(t.Apps.A)
    			}
    			address := aInCluster[0].Config().ClusterLocalFQDN() + "?"
    			if tt.protocol != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        --zone "${ZONE}" \
        --instances "${REPLICA_NAME}"
    
      if [[ "${GCE_PRIVATE_CLUSTER:-}" == "true" ]]; then
        add-to-internal-loadbalancer "${REPLICA_NAME}" "${ZONE}"
      fi
    }
    
    # Detaches old and ataches new external IP to a VM.
    #
    # Arguments:
    #   $1 - VM name
    #   $2 - VM zone
    #   $3 - external static IP; if empty will use an ephemeral IP address.
    function attach-external-ip() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top