Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for getCaches (0.25 sec)

  1. pkg/volume/fc/fc_util.go

    	}
    	flushDevice(devicePath, exec)
    	arr := strings.Split(devicePath, "/")
    	dev := arr[len(arr)-1]
    	removeFromScsiSubsystem(dev, io)
    	return nil
    }
    
    // DetachBlockFCDisk detaches a volume from kubelet node, removes scsi device file
    // such as /dev/sdX from the node, and then removes loopback for the scsi device.
    func (util *fcUtil) DetachBlockFCDisk(c fcDiskUnmapper, mapPath, devicePath string) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
  2. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java

            String version = artifact.getVersion();
    
            VersionResult result = new VersionResult(request);
    
            Key cacheKey = null;
            RepositoryCache cache = session.getCache();
            if (cache != null && !ConfigUtils.getBoolean(session, false, "aether.versionResolver.noCache")) {
                cacheKey = new Key(session, request);
    
                Object obj = cache.get(session, cacheKey);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  3. cmd/admin-handlers-idp-ldap.go

    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    	writeSuccessResponseJSON(w, econfigData)
    }
    
    // AttachDetachPolicyLDAP attaches or detaches policies from an LDAP entity
    // (user or group).
    //
    // POST <admin-prefix>/idp/ldap/policy/{operation}
    func (a adminAPIHandlers) AttachDetachPolicyLDAP(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 03 19:58:48 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/MultipleCandidateMatcher.java

            this.compatible = new BitSet(candidates.size());
            compatible.set(0, candidates.size());
        }
    
        public int[] getMatches() {
            findCompatibleCandidates();
            if (compatible.cardinality() <= 1) {
                return getCandidates(compatible);
            }
            if (longestMatchIsSuperSetOfAllOthers()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  5. pkg/volume/fc/fc.go

    	*fcDisk
    	mounter    mount.Interface
    	deviceUtil util.DeviceUtil
    	exec       utilexec.Interface
    }
    
    var _ volume.Unmounter = &fcDiskUnmounter{}
    
    // Unmounts the bind mount, and detaches the disk only if the disk
    // resource was the last reference to that disk on the kubelet.
    func (c *fcDiskUnmounter) TearDown() error {
    	return c.TearDownAt(c.GetPath())
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/reconciler/reconciler.go

    	node, err := rc.nodeLister.Get(string(nodeName))
    	if err != nil {
    		return false, err
    	}
    	return nodeutil.IsNodeReady(node), nil
    }
    
    func (rc *reconciler) reconcile(ctx context.Context) {
    	// Detaches are triggered before attaches so that volumes referenced by
    	// pods that are rescheduled to a different node are detached first.
    
    	// Ensure volumes that should be detached are detached.
    	logger := klog.FromContext(ctx)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 21:02:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. pkg/volume/iscsi/iscsi_util.go

    			klog.Warningf("Warning: Failed to delete block device: %s\nError: %v", deviceName, err)
    			// Fall through -- keep deleting other block devices
    		}
    	}
    	return nil
    }
    
    // DetachDisk unmounts and detaches a volume from node
    func (util *ISCSIUtil) DetachDisk(c iscsiDiskUnmounter, mntPath string) error {
    	if pathExists, pathErr := mount.PathExists(mntPath); pathErr != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
  8. pkg/volume/iscsi/iscsi.go

    	*iscsiDisk
    	mounter    mount.Interface
    	exec       utilexec.Interface
    	deviceUtil ioutil.DeviceUtil
    }
    
    var _ volume.Unmounter = &iscsiDiskUnmounter{}
    
    // Unmounts the bind mount, and detaches the disk only if the disk
    // resource was the last reference to that disk on the kubelet.
    func (c *iscsiDiskUnmounter) TearDown() error {
    	return c.TearDownAt(c.GetPath())
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    include::sample[dir="snippets/antMigration/importBuild/groovy",files="build.gradle[tags=task-dependencies]"]
    ====
    <1> Makes compilation depend on the `prepare` task
    <2> Detaches `package` from the `ant_build` task and makes it depend on `compileJava`
    <3> Detaches `assemble` from the standard Gradle `jar` task and makes it depend on `package` instead
    
    These four steps will successfully replace the old Ant compilation with the Gradle implementation.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. pkg/workloadapi/security/authorization.pb.go

    }
    
    // Deprecated: Use Rules.ProtoReflect.Descriptor instead.
    func (*Rules) Descriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{2}
    }
    
    func (x *Rules) GetMatches() []*Match {
    	if x != nil {
    		return x.Matches
    	}
    	return nil
    }
    
    type Match struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top