Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for implying (0.27 sec)

  1. pilot/pkg/networking/core/listener.go

    	// specified listener ports? if so, we should not add any more HTTP
    	// services to the port. The user could have specified a sidecar
    	// resource with one or more explicit ports and then added a catch
    	// all listener, implying add all other ports as usual. When we are
    	// iterating through the services for a catchAll egress listener,
    	// the caller would have set the locked bit for each listener Entry
    	// in the map.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[kotlin_dsl_precompiled_gradle_lt_6]]
    ==== Applying Kotlin DSL precompiled scripts published with Gradle < 6.0
    
    Applying Kotlin DSL precompiled scripts published with Gradle < 6.0 is deprecated.
    Please use a version of the plugin published with Gradle >= 6.0.
    
    [[kotlin_dsl_with_kgp_lt_1_8_0]]
    ==== Applying the `kotlin-dsl` together with Kotlin Gradle Plugin < 1.8.0
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. pkg/proxy/winkernel/proxier.go

    	// services that happened since policies were synced. For a single object,
    	// changes are accumulated, i.e. previous is state from before all of them,
    	// current is state after applying all of those.
    	endpointsChanges  *proxy.EndpointsChangeTracker
    	serviceChanges    *proxy.ServiceChangeTracker
    	endPointsRefCount endPointsReferenceCountMap
    	mu                sync.Mutex // protects the following fields
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal.go

    	if args.DesiredReplicas >= args.CurrentReplicas {
    		reason = "ScaleUpStabilized"
    		message = "recent recommendations were lower than current one, applying the lowest recent recommendation"
    	} else {
    		reason = "ScaleDownStabilized"
    		message = "recent recommendations were higher than current one, applying the highest recent recommendation"
    	}
    	return recommendation, reason, message
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. pkg/apis/certificates/validation/validation_test.go

    				Name: "k8s.io:foo:bar",
    			},
    			Spec: capi.ClusterTrustBundleSpec{
    				SignerName:  "k8s.io/foo",
    				TrustBundle: goodCert1Block + "\n" + goodCert2Block,
    			},
    		},
    	}, {
    		description: "emptying trustBundle disallowed",
    		oldBundle: &capi.ClusterTrustBundle{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "k8s.io:foo:bar",
    			},
    			Spec: capi.ClusterTrustBundleSpec{
    				SignerName:  "k8s.io/foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/ImmutableSortedMap.java

        implements NavigableMap<K, V> {
      /**
       * Returns a {@link Collector} that accumulates elements into an {@code ImmutableSortedMap} whose
       * keys and values are the result of applying the provided mapping functions to the input
       * elements. The generated map is sorted by the specified comparator.
       *
       * <p>If the mapped keys contain duplicates (according to the specified comparator), an {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            [k1: "1"]           | { it.empty() }            | { it.put("k1", "1") }                                 | "put after emptying"
            [k1: "1"]           | { it.empty() }            | { it.insert("k1", "1") }                              | "insert after emptying"
            [k1: "1"]           | { it.set([:]) }           | { it.put("k1", "1") }                                 | "put to empty"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modget/get.go

    		}
    
    		// Unlike other queries, the "-u" flag upgrades relative to the build list
    		// after applying changes so far, not the initial build list.
    		// This is for two reasons:
    		//
    		// 	- The "-u" flag intentionally applies to transitive dependencies,
    		// 	  which may not be known or even resolved in advance of applying
    		// 	  other version changes.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Multimaps.java

      private Multimaps() {}
    
      /**
       * Returns a {@code Collector} accumulating entries into a {@code Multimap} generated from the
       * specified supplier. The keys and values of the entries are the result of applying the provided
       * mapping functions to the input elements, accumulated in the encounter order of the stream.
       *
       * <p>Example:
       *
       * <pre>{@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Multimaps.java

      private Multimaps() {}
    
      /**
       * Returns a {@code Collector} accumulating entries into a {@code Multimap} generated from the
       * specified supplier. The keys and values of the entries are the result of applying the provided
       * mapping functions to the input elements, accumulated in the encounter order of the stream.
       *
       * <p>Example:
       *
       * <pre>{@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top