Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for devid (0.12 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. 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)
  3. 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