Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 93 for explainTo (0.24 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder.go

    	"k8s.io/kubernetes/pkg/scheduler/util/assumecache"
    	"k8s.io/kubernetes/pkg/volume/util"
    )
    
    // ConflictReason is used for the special strings which explain why
    // volume binding is impossible for a node.
    type ConflictReason string
    
    // ConflictReasons contains all reasons that explain why volume binding is impossible for a node.
    type ConflictReasons []ConflictReason
    
    func (reasons ConflictReasons) Len() int           { return len(reasons) }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/edit.go

    	// older-than-selected roots until the process completes. That might mean that
    	// we do some extra downgrades when they could be skipped, but for the benefit
    	// of being able to explain the reason for every downgrade that seems
    	// worthwhile.
    	//
    	// Graph pruning adds an extra wrinkle: a given node in the module graph
    	// may be reached from a root whose dependencies are pruned, and from a root
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    And due to that build logic is also intercepted when code is run and not just on the bytecode level._**
    
    Next sections will explain more in detail how we can define interceptors and how the code is then replaced.
    
    
    ### Gradle Distribution Build Time
    
    At Gradle Distribution Build time we have two major parts:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/graph/Network.java

     *
     * <h3>Additional documentation</h3>
     *
     * <p>See the Guava User Guide for the {@code common.graph} package (<a
     * href="https://github.com/google/guava/wiki/GraphsExplained">"Graphs Explained"</a>) for
     * additional documentation, including:
     *
     * <ul>
     *   <li><a
     *       href="https://github.com/google/guava/wiki/GraphsExplained#equals-hashcode-and-graph-equivalence">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    		assertOnError func(t *testing.T, e error)
    
    		// TODO: Some failing test cases are included for completeness. The next library
    		// minor version should allow them all to be fixed. In the meantime, this field
    		// explains the behavior reason for a particular failure.
    		fixme string
    	}
    
    	// Test cases are grouped by the kind of the CBOR data item being decoded, as enumerated in
    	// https://www.rfc-editor.org/rfc/rfc8949.html#section-2.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/resource/v1alpha2/types_swagger_doc_generated.go

    lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.\n\nSetting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/graph/Network.java

     *
     * <h3>Additional documentation</h3>
     *
     * <p>See the Guava User Guide for the {@code common.graph} package (<a
     * href="https://github.com/google/guava/wiki/GraphsExplained">"Graphs Explained"</a>) for
     * additional documentation, including:
     *
     * <ul>
     *   <li><a
     *       href="https://github.com/google/guava/wiki/GraphsExplained#equals-hashcode-and-graph-equivalence">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    	msgNow
    	msgFuture
    )
    
    // mergeLatestMem is like mergeLatest but is only concerned with
    // updating the in-memory copy of the latest tree head (c.latest)
    // not the configuration file.
    // The when result explains when msg happened relative to our
    // previous idea of c.latest:
    // msgPast means msg was from before c.latest,
    // msgNow means msg was exactly c.latest, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/ImmutableSortedMultiset.java

       * ImmutableMultiset}. Elements are sorted by the specified comparator.
       *
       * <p><b>Warning:</b> {@code comparator} should be <i>consistent with {@code equals}</i> as
       * explained in the {@link Comparator} documentation.
       *
       * @since 21.0
       */
      public static <E> Collector<E, ?, ImmutableSortedMultiset<E>> toImmutableSortedMultiset(
          Comparator<? super E> comparator) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 08 03:01:02 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  10. pkg/apis/resource/types.go

    	// plugin once it lands on a node. This data is returned by the driver
    	// after a successful allocation and is opaque to Kubernetes. Driver
    	// documentation may explain to users how to interpret this data if needed.
    	//
    	// Setting this field is optional. It has a maximum size of 32 entries.
    	// If null (or empty), it is assumed this allocation will be processed by a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top