Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for generations (0.26 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static_test.go

    			topologyHint:  &topologymanager.TopologyHint{Preferred: true},
    		},
    		{
    			description: "should fail when NUMA affinity provided under the topology manager hint did not satisfy container requirements and extended hint generation failed",
    			machineState: state.NUMANodeMap{
    				0: &state.NUMANodeState{
    					MemoryMap: map[v1.ResourceName]*state.MemoryTable{
    						v1.ResourceMemory: {
    							Allocatable:    512 * mb,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        Op<TFL_Dialect, mnemonic, !listconcat(traits,
          [DeclareOpInterfaceMethods<TFL_RuntimeVerification>])> {
      // FlatBuffer generation specific information.
      // -------------------------------------------
      // When generating the FlatBuffer output some operations have
      // Options (as defined in the schema). These options are effectively
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  3. pkg/volume/util/operationexecutor/operation_generator.go

    		og.volumePluginMgr.FindAttachablePluginBySpec(volumeToAttach.VolumeSpec)
    	// It's ok to ignore the error, returning error is not expected from this function.
    	// If an error case occurred during the function generation, this error case(skipped one) will also trigger an error
    	// while the generated function is executed. And those errors will be handled during the execution of the generated
    	// function with a back off policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	// Finally, put the most recent version of the config on the Kubelet, so
    	// people can see how it was configured.
    	klet.kubeletConfiguration = *kubeCfg
    
    	// Generating the status funcs should be the last thing we do,
    	// since this relies on the rest of the Kubelet having been constructed.
    	klet.setNodeStatusFuncs = klet.defaultNodeStatusFuncs()
    
    	return klet, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. cmd/admin-handlers.go

    // host:port/drivepath, full url (http://host:port/drivepath)
    // The anonymizer map will have mappings for all these variants for efficiently replacing
    // any of these strings to the anonymized versions at the time of health report generation.
    func anonymizeHost(hostAnonymizer map[string]string, endpoint Endpoint, poolNum int, srvrNum int) {
    	if len(endpoint.Host) == 0 {
    		return
    	}
    
    	currentURL := endpoint.String()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	}
    	if fakeRecorder.Events[0].Reason != "RegisteredNode" {
    		var reasons []string
    		for _, event := range fakeRecorder.Events {
    			reasons = append(reasons, event.Reason)
    		}
    		t.Fatalf("unexpected events generation: %v", strings.Join(reasons, ","))
    	}
    	for _, event := range fakeRecorder.Events {
    		involvedObject := event.InvolvedObject
    		actualUID := string(involvedObject.UID)
    		if actualUID != "1234567890" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    						default:
    							log.Fatalf("unknown TLS base location for %v", ctxt.Headtype)
    
    						case objabi.Hlinux, objabi.Hfreebsd:
    							if ctxt.Flag_shared {
    								// Note that this is not generating the same insns as the other cases.
    								//     MOV TLS, dst
    								// becomes
    								//     call __x86.get_pc_thunk.dst
    								//     movl (gotpc + g@gotntpoff)(dst), dst
    								// which is encoded as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    // internal pod status. This method should only be called from within sync*Pod methods.
    func (kl *Kubelet) generateAPIPodStatus(pod *v1.Pod, podStatus *kubecontainer.PodStatus, podIsTerminal bool) v1.PodStatus {
    	klog.V(3).InfoS("Generating pod status", "podIsTerminal", podIsTerminal, "pod", klog.KObj(pod))
    	// use the previous pod status, or the api status, as the basis for this pod
    	oldPodStatus, found := kl.statusManager.GetPodStatus(pod.UID)
    	if !found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. src/crypto/x509/x509_test.go

    		t.Fatalf("Failed to generate ECDSA P256 key: %s", err)
    	}
    	_, ed25519Priv, err := ed25519.GenerateKey(rand.Reader)
    	if err != nil {
    		t.Fatalf("Failed to generate Ed25519 key: %s", err)
    	}
    
    	// Generation command:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveCallTestGenerated.java

    import org.junit.jupiter.api.Nested;
    import org.junit.jupiter.api.Test;
    
    import java.io.File;
    import java.util.regex.Pattern;
    
    /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.analysis.api.GenerateAnalysisApiTestsKt}. DO NOT MODIFY MANUALLY */
    @SuppressWarnings("all")
    @TestMetadata("analysis/analysis-api/testData/components/resolver/singleByPsi")
    @TestDataPath("$PROJECT_ROOT")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 175.8K bytes
    - Viewed (0)
Back to top