Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 696 for Remotes (0.1 sec)

  1. pkg/volume/volume.go

    type Unmounter interface {
    	Volume
    	// TearDown unmounts the volume from a self-determined directory and
    	// removes traces of the SetUp procedure.
    	TearDown() error
    	// TearDown unmounts the volume from the specified directory and
    	// removes traces of the SetUp procedure.
    	TearDownAt(dir string) error
    }
    
    // BlockVolumeMapper interface is a mapper interface for block volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go

    	// Collect the source URL for all mappings.
    	if src != "" {
    		msrc = collectMappingSources(p, src)
    		remote = true
    		if strings.HasPrefix(src, "http://"+testSourceAddress) {
    			// Treat test inputs as local to avoid saving
    			// testcase profiles during driver testing.
    			remote = false
    		}
    	}
    	return
    }
    
    // collectMappingSources saves the mapping sources of a profile.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. plugin/pkg/admission/imagepolicy/admission.go

    //
    // The kubeconfig's cluster field is used to refer to the remote service, user refers to the returned authorizer.
    //
    //	# clusters refers to the remote service.
    //	clusters:
    //	- name: name-of-remote-imagepolicy-service
    //	  cluster:
    //	    certificate-authority: /path/to/ca.pem      # CA for verifying the remote service.
    //	    server: https://images.example.com/policy # URL of remote service to query. Must use 'https'.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. pkg/volume/fc/fc_util.go

    	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 {
    	// Check if devicePath is valid
    	if len(devicePath) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/RangeSet.java

       *
       * @throws UnsupportedOperationException if this range set does not support the {@code add}
       *     operation
       */
      void add(Range<C> range);
    
      /**
       * Removes the specified range from this {@code RangeSet} (optional operation). After this
       * operation, if {@code range.contains(c)}, {@code this.contains(c)} will return {@code false}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. pkg/dns/client/dns_test.go

    			expected: a("svc-with-alt.ns1.svc.clusterset.local.", []netip.Addr{netip.MustParseAddr("15.15.15.15")}),
    		},
    		{
    			name: "success: remote cluster k8s svc - same ns and different domain - fqdn",
    			host: "details.ns2.svc.cluster.remote.",
    			id:   2,
    			expected: a("details.ns2.svc.cluster.remote.",
    				[]netip.Addr{
    					netip.MustParseAddr("13.13.13.13"),
    					netip.MustParseAddr("14.14.14.14"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  7. internal/grid/handlers.go

    }
    
    func (h HandlerID) isTestHandler() bool {
    	return h >= handlerTest && h <= handlerTest2
    }
    
    // RemoteErr is a remote error type.
    // Any error seen on a remote will be returned like this.
    type RemoteErr string
    
    // NewRemoteErr creates a new remote error.
    // The error type is not preserved.
    func NewRemoteErr(err error) *RemoteErr {
    	if err == nil {
    		return nil
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/RangeSet.java

       *
       * @throws UnsupportedOperationException if this range set does not support the {@code add}
       *     operation
       */
      void add(Range<C> range);
    
      /**
       * Removes the specified range from this {@code RangeSet} (optional operation). After this
       * operation, if {@code range.contains(c)}, {@code this.contains(c)} will return {@code false}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

            return (maxHeap.compareElements(1, 2) <= 0) ? 1 : 2;
        }
      }
    
      /**
       * Removes and returns the least element of this queue, or returns {@code null} if the queue is
       * empty.
       */
      @CanIgnoreReturnValue
      @CheckForNull
      public E pollFirst() {
        return poll();
      }
    
      /**
       * Removes and returns the least element of this queue.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 34K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    We have focused on the use case where users have an organization-wide remote build cache that is populated regularly by continuous integration builds.
    Developers and other continuous integration agents should load cache entries from the remote build cache.
    We expect that developers will not be allowed to populate the remote build cache, and all continuous integration builds populate the build cache after running the `clean` task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top