Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,341 for longerst (0.17 sec)

  1. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/service/scopes/ServiceScope.java

     * @see Scope
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.TYPE)
    @Inherited
    public @interface ServiceScope {
    
        /**
         * One or more scopes in which the service is declared,
         * from the longest lifecycle to the shortest.
         */
        Class<? extends Scope>[] value();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. releasenotes/notes/multicluster-global-domain.yaml

        the mesh to be accessed via `*.cluster.local`. There were several
        limitations with `.global`, such as poor load balancing when using
        gateways, which are no longer an issue with the new configuration.
    
    upgradeNotes:
      - title: Multicluster `.global` Stub Domain Deprecation
        content: |
          As part of this release, Istio has switched to a new configuration for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 18:47:12 UTC 2020
    - 998 bytes
    - Viewed (0)
  3. releasenotes/notes/agent-probe-keepalives.yaml

    upgradeNotes:
    - title: Health Probes will no longer re-use connections
      content: |
        Health probes using the istio-agent [health probe rewrite](https://istio.io/latest/docs/ops/configuration/mesh/app-health-check/) will
        now no longer re-use connections for the probe. This behavior was changed to match probing behavior of Kubernetes',
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 07 20:06:21 UTC 2021
    - 963 bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/graph/GraphConstants.java

          "Node %s that was used to generate this set is no longer in the graph.";
      static final String NODE_PAIR_REMOVED_FROM_GRAPH =
          "Node %s or node %s that were used to generate this set are no longer in the graph.";
      static final String EDGE_REMOVED_FROM_GRAPH =
          "Edge %s that was used to generate this set is no longer in the graph.";
      static final String REUSING_EDGE =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. src/net/addrselect.go

    	// Scope(DB), then prefer DB.
    	if attrDA.Scope < attrDB.Scope {
    		return preferDA
    	}
    	if attrDA.Scope > attrDB.Scope {
    		return preferDB
    	}
    
    	// Rule 9: Use the longest matching prefix.
    	// When DA and DB belong to the same address family (both are IPv6 or
    	// both are IPv4 [but see below]): If CommonPrefixLen(Source(DA), DA) >
    	// CommonPrefixLen(Source(DB), DB), then prefer DA.  Similarly, if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 00:24:06 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/graph/GraphConstants.java

          "Node %s that was used to generate this set is no longer in the graph.";
      static final String NODE_PAIR_REMOVED_FROM_GRAPH =
          "Node %s or node %s that were used to generate this set are no longer in the graph.";
      static final String EDGE_REMOVED_FROM_GRAPH =
          "Edge %s that was used to generate this set is no longer in the graph.";
      static final String REUSING_EDGE =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "admissionregistration.k8s.io", Version: "v1", Kind: "MutatingWebhookConfiguration"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "ControllerRevision"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DaemonSet"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  10. releasenotes/notes/external-name.yaml

          * The `ports` field is no longer needed, matching Kubernetes behavior. If it is set, it will have no impact.
          * `VirtualServices` that match on an `ExternalName` service will generally no longer match. Instead, the match should be rewritten to the referenced service.
          * `DestinationRule` can no longer apply to `ExternalName` services. Instead, create rules where the `host` references service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 27 03:08:29 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top