Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for subTable (0.12 sec)

  1. pkg/kubelet/pod_workers_test.go

    		t.Errorf("Expected pod to be suitable for removal (deleted and terminated)")
    	}
    	if podWorkers.ShouldPodContentBeRemoved(types.UID("1")) {
    		t.Errorf("Expected pod to not be suitable for removal (terminated but not deleted)")
    	}
    	if podWorkers.ShouldPodContentBeRemoved(types.UID("2")) {
    		t.Errorf("Expected pod to not be suitable for removal (not terminated)")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    				}
    			}
    			// Can the builtin controller tell us whether the node is suitable?
    			if state.informationsForClaim[index].structuredParameters {
    				suitable, err := state.informationsForClaim[index].controller.nodeIsSuitable(ctx, node.Name, state.resources)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/Futures.java

       * @throws CancellationException if {@code get} throws a {@code CancellationException}
       * @throws IllegalArgumentException if {@code exceptionClass} extends {@code RuntimeException} or
       *     does not have a suitable constructor
       * @since 19.0 (in 10.0 as {@code get})
       */
      @CanIgnoreReturnValue
      @J2ktIncompatible
      @GwtIncompatible // reflection
      @ParametricNullness
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/Futures.java

       * @throws CancellationException if {@code get} throws a {@code CancellationException}
       * @throws IllegalArgumentException if {@code exceptionClass} extends {@code RuntimeException} or
       *     does not have a suitable constructor
       * @since 19.0 (in 10.0 as {@code get})
       */
      @CanIgnoreReturnValue
      @J2ktIncompatible
      @GwtIncompatible // reflection
      @ParametricNullness
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    		// 	oldObj:       st.MakeNode().Obj(),
    		// 	newObj:       st.MakeNode().Label("foo", "bar").Obj(),
    		// 	expectedHint: framework.QueueSkip,
    		// },
    		"skip-queue-on-node-changes-from-suitable-to-unsuitable": {
    			pod: newResourcePod(framework.Resource{
    				Memory:          2,
    				ScalarResources: map[v1.ResourceName]int64{extendedResourceA: 1},
    			}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    		}
    		if e != ERROR_INSUFFICIENT_BUFFER {
    			return nil, "", 0, e
    		}
    		if n <= uint32(len(b)) {
    			return nil, "", 0, e
    		}
    	}
    }
    
    // String converts SID to a string format suitable for display, storage, or transmission.
    func (sid *SID) String() string {
    	var s *uint16
    	e := ConvertSidToStringSid(sid, &s)
    	if e != nil {
    		return ""
    	}
    	defer LocalFree((Handle)(unsafe.Pointer(s)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

            }
    
            //
            // TODO jvz Why isn't all this checking the job of the duty of the workspace resolver, we know that we
            // have a model that is suitable, yet more checks are done here and the one for the version is problematic
            // before because with parents as ranges it will never work in this scenario.
            //
    
            String groupId = getGroupId(candidateModel);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  8. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            }
    
            //
            // TODO jvz Why isn't all this checking the job of the duty of the workspace resolver, we know that we
            // have a model that is suitable, yet more checks are done here and the one for the version is problematic
            // before because with parents as ranges it will never work in this scenario.
            //
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/test/test.go

    	-exec xprog
    	    Run the test binary using xprog. The behavior is the same as
    	    in 'go run'. See 'go help run' for details.
    
    	-json
    	    Convert test output to JSON suitable for automated processing.
    	    See 'go doc test2json' for the encoding details.
    
    	-o file
    	    Compile the test binary to the named file.
    	    The test still runs (unless -c or -i is specified).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// This is may be due to temporary server load or a transient communication issue with
    	// another server. Status code 500 is used because the HTTP spec provides no suitable
    	// server-requested client retry and the 5xx class represents actionable errors.
    	// Details (optional):
    	//   "kind" string - the kind attribute of the resource being acted on.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
Back to top