Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,478 for Detached (0.2 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/fixture/AbstractTestingMultiVersionIntegrationTest.groovy

            executer.withRepositoryMirrors()
        }
    
        /**
         * Test framework specific configuration for the build script.
         *
         * These values will be provided by test framework traits that can be attached to any test class.  As such, we use an interface
         * to ensure type safety and avoid decoupling of these methods in the trait classes.  The trait classes simply have to provide
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. pkg/volume/fc/disk_manager.go

    	MakeGlobalVDPDName(disk fcDisk) string
    	// Attaches the disk to the kubelet's host machine.
    	AttachDisk(b fcDiskMounter) (string, error)
    	// Detaches the disk from the kubelet's host machine.
    	DetachDisk(disk fcDiskUnmounter, devicePath string) error
    	// Detaches the block disk from the kubelet's host machine.
    	DetachBlockFCDisk(disk fcDiskUnmapper, mntPath, devicePath string) error
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/web/http.go

    			afterClose: release,
    		}
    		return res, err
    	}
    
    	var (
    		fetched *urlpkg.URL
    		res     *http.Response
    		err     error
    	)
    	if url.Scheme == "" || url.Scheme == "https" {
    		secure := new(urlpkg.URL)
    		*secure = *url
    		secure.Scheme = "https"
    
    		res, err = fetch(secure)
    		if err == nil {
    			fetched = secure
    		} else {
    			if cfg.BuildX {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 10 17:34:27 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. src/go/types/instantiate.go

    // orig must be an *Alias, *Named, or *Signature type. If there is no error,
    // the resulting Type is an instantiated type of the same kind (*Alias, *Named
    // or *Signature, respectively).
    //
    // Methods attached to a *Named type are also instantiated, and associated with
    // a new *Func that has the same position as the original method, but nil function
    // scope.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

    - Fix incorrect calculation for ResourceQuota with PriorityClass as its scope. ([#117891](https://github.com/kubernetes/kubernetes/pull/117891), [@Huang-Wei](https://github.com/Huang-Wei)) [SIG API Machinery]
    - Fix: the volume is not detached after the pod and PVC objects are deleted ([#117358](https://github.com/kubernetes/kubernetes/pull/117358), [@cvvz](https://github.com/cvvz)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. pkg/volume/flexvolume/attacher.go

    		status, err := call.Run()
    		if isCmdNotSupportedErr(err) {
    			return nil, nil
    		} else if err == nil {
    			if !status.Attached {
    				volumesAttachedCheck[spec] = false
    				klog.V(2).Infof("VolumesAreAttached: check volume (%q) is no longer attached", spec.Name())
    			}
    		} else {
    			return nil, err
    		}
    	}
    	return volumesAttachedCheck, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 03 23:29:42 UTC 2021
    - 3.6K bytes
    - Viewed (0)
  7. pkg/volume/iscsi/disk_manager.go

    	MakeGlobalVDPDName(disk iscsiDisk) string
    	// Attaches the disk to the kubelet's host machine.
    	AttachDisk(b iscsiDiskMounter) (string, error)
    	// Detaches the disk from the kubelet's host machine.
    	DetachDisk(disk iscsiDiskUnmounter, mntPath string) error
    	// Detaches the block disk from the kubelet's host machine.
    	DetachBlockISCSIDisk(disk iscsiDiskUnmapper, mntPath string) error
    }
    
    // utility to mount a disk based filesystem
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. src/internal/diff/diff.go

    func lines(x []byte) []string {
    	l := strings.SplitAfter(string(x), "\n")
    	if l[len(l)-1] == "" {
    		l = l[:len(l)-1]
    	} else {
    		// Treat last line as having a message about the missing newline attached,
    		// using the same text as BSD/GNU diff (including the leading backslash).
    		l[len(l)-1] += "\n\\ No newline at end of file\n"
    	}
    	return l
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 14:13:04 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/DosError.java

            "Not enough storage is available to process this command.", "The media is write protected.", "The device is not ready.",
            "A device attached to the system is not functioning.", "A device attached to the system is not functioning.",
            "The process cannot access the file because it is being used by another process.",
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 4.8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/DosError.java

            "Not enough storage is available to process this command.",
            "The media is write protected.",
            "The device is not ready.",
            "A device attached to the system is not functioning.",
            "A device attached to the system is not functioning.",
            "The process cannot access the file because it is being used by another process.",
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 4.5K bytes
    - Viewed (0)
Back to top