Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for NoExecute (0.04 seconds)

  1. CHANGELOG/CHANGELOG-1.35.md

    - DRA Device Taints: Fixed toleration of `NoExecute`. Prior to this enhancement, tolerating a `NoExecute` did not work because the scheduler did not inform the eviction controller about the toleration, so the scheduled pod got evicted almost immediately. ([#134479](https://github.com/kubernetes/kubernetes/pull/134479), [@...
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Dec 17 13:01:55 GMT 2025
    - 228.5K bytes
    - Click Count (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java

            MavenExecutionRequest request = prepareMavenExecutionRequest();
            toolchains(context, request);
            populateRequest(context, context.lookup, request);
            return doExecute(context, request);
        }
    
        protected MavenExecutionRequest prepareMavenExecutionRequest() throws Exception {
            // explicitly fill in "defaults"?
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Sep 11 17:20:46 GMT 2025
    - 28.2K bytes
    - Click Count (0)
Back to Top