Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for devid (0.04 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    		}
    	}
    }
    
    func TestUpdatePluginResources(t *testing.T) {
    	pod := &v1.Pod{}
    	pod.UID = types.UID("testPod")
    
    	resourceName1 := "domain1.com/resource1"
    	devID1 := "dev1"
    
    	resourceName2 := "domain2.com/resource2"
    	devID2 := "dev2"
    
    	as := assert.New(t)
    	monitorCallback := func(resourceName string, devices []pluginapi.Device) {}
    	tmpDir, err := os.MkdirTemp("", "checkpoint")
    	as.Nil(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                ModuleRevisionId revId = createModuleRevisionId(org, name, branch, rev, extraAttributes);
                ModuleRevisionId dynamicId;
                if ((revConstraint == null) && (branchConstraint == null)) {
                    // no dynamic constraints defined, so dynamicId equals revId
                    dynamicId = createModuleRevisionId(org, name, branch, rev, extraAttributes, false);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

    * Add RELEASE_INFRA_PUSH related code to support pushes from kubernetes/release. ([#28922](https://github.com/kubernetes/kubernetes/pull/28922), [@david-mcmahon](https://github.com/david-mcmahon))
    
    
    
    # v1.3.9
    
    [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.3/examples)
    
    ## Downloads
    
    binary | sha256 hash
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  4. cmd/peer-rest-server.go

    		hostMap[host] = struct{}{}
    	}
    
    	info := collectLocalMetrics(types, collectMetricsOpts{
    		disks: diskMap,
    		hosts: hostMap,
    		jobID: values.Get(peerRESTJobID),
    		depID: values.Get(peerRESTDepID),
    	})
    	return madminRealtimeMetrics.NewJSONWith(&info), nil
    }
    
    // GetSysConfigHandler - returns system config information.
    // (only the config that are of concern to minio)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    T("CAVEAT\n");
    T("    If a regex implementation misbehaves with memory then all bets are off.\n");
    T("\n");
    T("CONTRIBUTORS\n");
    T("  Glenn Fowler    ******@****.***        (ksh strmatch, regex extensions)\n");
    T("  David Korn      ******@****.***        (ksh glob matcher)\n");
    T("  Doug McIlroy    ******@****.***       (ast regex/testre in C++)\n");
    T("  Tom Lord        ******@****.***            (rx tests)\n");
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/elf.go

     * $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $
     *
     * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
     * Copyright (c) 2001 David E. O'Brien
     * Portions Copyright 2009 The Go Authors. All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top