Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for Several (0.29 sec)

  1. pkg/scheduler/schedule_one_test.go

    				t.Fatal(err)
    			}
    			createPodIndex++
    		}
    	}
    
    	// Following we start 2 goroutines asynchronously to detect potential racing issues:
    	// 1) One is responsible for deleting several nodes in each round;
    	// 2) Another is creating several pods in each round to trigger scheduling;
    	// Those two goroutines will stop until ctx.Done() is called, which means all waiting pods are scheduled at least once.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    //
    //	time.Now()-periodSeconds  ; time.Now()
    //
    // It split the time window into several segments (by the number of events) and put the event in the center of the segment
    // it is needed if you want to create events for several policies (to check how "outdated" flag is set).
    // E.g. generateEventsUniformDistribution([]int{1,2,3,4}, 120) will spread events uniformly for the last 120 seconds:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. fastapi/applications.py

                Optional[Dict[str, Union[str, Any]]],
                Doc(
                    """
                    A dictionary with the contact information for the exposed API.
    
                    It can contain several fields.
    
                    * `name`: (`str`) The name of the contact person/organization.
                    * `url`: (`str`) A URL pointing to the contact information. MUST be in
                        the format of a URL.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    // another worker thread. If they both fail to do that, we can end up with
    // semi-persistent CPU underutilization.
    //
    // The general pattern for submission is:
    // 1. Submit work to the local or global run queue, timer heap, or GC state.
    // 2. #StoreLoad-style memory barrier.
    // 3. Check sched.nmspinning.
    //
    // The general pattern for spinning->non-spinning transition is:
    // 1. Decrement nmspinning.
    // 2. #StoreLoad-style memory barrier.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // regular expression (in Go syntax):
    //
    //	^// Code generated .* DO NOT EDIT\.$
    //
    // This line must appear before the first non-comment, non-blank
    // text in the file.
    //
    // Go generate sets several variables when it runs the generator:
    //
    //	$GOARCH
    //		The execution architecture (arm, amd64, etc.)
    //	$GOOS
    //		The execution operating system (linux, windows, etc.)
    //	$GOFILE
    //		The base name of the file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     * ways similar to {@link FluentFuture}s:
     *
     * <ul>
     *   <li>by transforming the value from a successful input step,
     *   <li>by catching the exception from a failed input step, or
     *   <li>by combining the results of several input steps.
     * </ul>
     *
     * Each derivation can capture the next value or any intermediate objects for later closing.
     *
     * <p>A step can be the input to at most one derived step. Once you transform its value, catch its
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

    -->
    
    <!--
      | Improvements:
      |
      | o add specification element to a field, this would be more a technical description of
      |   what is allowed in the field.
      |
      | o validators: there could be several levels of validation. Simple type validation could
      |   be done with a regex, but we need inter-field validation and rules which could be
      |   dealt with by something like drools.
      |
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          this.future = future;
          this.name = name;
          this.finisher = finisher;
        }
      }
    
      /**
       * A collection of several futures, covering cancellation, success, and failure (both {@link
       * ExecutionException} and {@link RuntimeException}), both immediate and delayed. We use each
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          this.future = future;
          this.name = name;
          this.finisher = finisher;
        }
      }
    
      /**
       * A collection of several futures, covering cancellation, success, and failure (both {@link
       * ExecutionException} and {@link RuntimeException}), both immediate and delayed. We use each
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

      prepare-konnectivity-server-manifest "8132" "8133" "8134"
    }
    
    # Calculates the following variables based on env variables, which will be used
    # by the manifests of several kube-master components.
    #   CLOUD_CONFIG_OPT
    #   CLOUD_CONFIG_VOLUME
    #   CLOUD_CONFIG_MOUNT
    #   DOCKER_REGISTRY
    #   FLEXVOLUME_HOSTPATH_MOUNT
    #   FLEXVOLUME_HOSTPATH_VOLUME
    #   INSECURE_PORT_MAPPING
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top