Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for outlined (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    - Users can now traverse all the pods that are in the scheduler and waiting in the permit stage through method `IterateOverWaitingPods`. In other words,  all waitingPods in scheduler can be obtained from any profiles. Before this commit, each profile could only obtain `waitingPods` within that profile ([#122946](https://github.com/kubernetes/kubernetes/pull/122946), [@NoicFank](https://github.com/NoicFank))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

       * valueFunction} will be applied to more than one instance of that key and, if it is, which
       * result will be mapped to that key in the returned map.
       *
       * <p>If {@code keys} is a {@link Set}, a live view can be obtained instead of a copy using {@link
       * Maps#asMap(Set, Function)}.
       *
       * @throws NullPointerException if any element of {@code keys} is {@code null}, or if {@code
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // terminated in failure. The container either exited with non-zero status or was terminated
      // by the system.
      // Unknown: For some reason the state of the pod could not be obtained, typically due to an
      // error in communicating with the host of the pod.
      //
      // More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase
      // +optional
      optional string phase = 1;
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  4. RELEASE.md

            multiple input batches should be computed in parallel. With
            `num_parallel_calls` set, `deterministic` is used to indicate that
            outputs can be obtained in the non-deterministic order.
        *   Options returned by `tf.data.Dataset.options()` are no longer mutable.
        *   tf.data input pipelines can now be executed in debug mode, which
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top