Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 76 for _instances (0.26 sec)

  1. cluster/gce/util.sh

    #   ZONE
    #   MASTER_NAME
    #
    # Sets:
    #   REPLICA_NAME
    function set-replica-name() {
      local instances
      instances=$(gcloud compute instances list \
        --project "${PROJECT}" \
        --filter="name ~ '$(get-replica-name-regexp)'" \
        --format "value(name)")
    
      suffix=""
      while echo "${instances}" | grep "${suffix}" &>/dev/null; do
        suffix="$(date | md5sum | head -c3)"
      done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    		return fmt.Errorf("expected only one destination, got: %v", unique)
    	}
    	return nil
    }
    
    func flatten(clients ...[]echo.Instance) []echo.Instance {
    	var instances []echo.Instance
    	for _, c := range clients {
    		instances = append(instances, c...)
    	}
    	return instances
    }
    
    // selfCallsCases checks that pods can call themselves
    func selfCallsCases(t TrafficContext) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    		return newmeta
    	}
    
    	cases := []struct {
    		name      string
    		mesh      *meshconfig.MeshConfig
    		labels    labels.Instance
    		instances []*model.ServiceInstance
    		expected  []*endpoint.LocalityLbEndpoints
    	}{
    		{
    			name: "basics",
    			mesh: testMesh(),
    			instances: []*model.ServiceInstance{
    				{
    					Service:     service,
    					ServicePort: servicePort,
    					Endpoint: &model.IstioEndpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_test.go

    			Protocol: "GRPC",
    		},
    	}
    	svc := findOrCreateService(instances, ingress, "sidecar", "sidecarns")
    	if svc == nil || svc.Hostname.Matches("sidecar.sidecarns") {
    		t.Fatal("Expected to return a valid instance, but got nil/default instance")
    	}
    	if !reflect.DeepEqual(svc, service) {
    		t.Fatal("Expected returned copy of instance to be equal, but they are different")
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Maps.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.NonNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Static utility methods pertaining to {@link Map} instances (including instances of {@link
     * SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts {@link Lists}, {@link Sets}
     * and {@link Queues}.
     *
     * <p>See the Guava User Guide article on <a href=
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Maps.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.NonNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Static utility methods pertaining to {@link Map} instances (including instances of {@link
     * SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts {@link Lists}, {@link Sets}
     * and {@link Queues}.
     *
     * <p>See the Guava User Guide article on <a href=
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    divided therefore those Parallel black Lines into equal Parts, by which I might readily know the distances of the Colours in the Spectrum from one another, and noted the distances of the Lens from the Foci of such Colours, as cast the Species of the Lines distinctly, and then considered whether the difference of those distances bear such proportion to 5-1/3 Inches, the greatest Difference of the distances, which the Foci of the deepest red and violet ought to have from the Lens, as the distance of the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/popper.min.js.map

    />\n   * By default, it is set to no-op.<br />\n   * Access Popper.js instance with `data.instance`.\n   * @prop {onCreate}\n   */\n  onCreate: () => {},\n\n  /**\n   * Callback called when the popper is updated. This callback is not called\n   * on the initialization/creation of the popper, but only on subsequent\n   * updates.<br />\n   * By default, it is set to no-op.<br />\n   * Access Popper.js instance with `data.instance`.\n   * @prop {onUpdate}\n   */\n  onUpdate: () => {},\n\n  /**\n   *...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                SERVICES_FOR_NEXT_OBJECT.set(new ObjectCreationDetails(nested, services, displayName, roleHandler));
                try {
                    Object instance = constructor.newInstance();
                    initMethod.invoke(instance);
                    return instance;
                } finally {
                    SERVICES_FOR_NEXT_OBJECT.set(previous);
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    target) Creates a matcher that matches only when the examined object is the same instance as the specified target object. Parameters: target - the target instance against which others should be assessed theInstance public static <T> Matcher<T> theInstance(T target) Creates a matcher that matches only when the examined object is the same instance as the specified target object. Parameters: target - the target instance against which others should be assessed containsString public static Matcher<java.lang.String>...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top